starfiresports

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • in reply to: Conflict with SSL preventing widget editing #1339107
    starfiresports
    Participant

    I thought my hosting provider had already tested this, but it looks like simply updating my PRO plugin resolved the issue. Thanks for taking the time to look at this when the fix was so simple!

    in reply to: 4.4.0.1. update breaks calendar widget #1230177
    starfiresports
    Participant

    That did the trick! Thanks so much for all your help!

    in reply to: 4.4.0.1. update breaks calendar widget #1227750
    starfiresports
    Participant

    This reply is private.

    in reply to: 4.4.0.1. update breaks calendar widget #1227196
    starfiresports
    Participant

    This reply is private.

    in reply to: 4.4.0.1. update breaks calendar widget #1224809
    starfiresports
    Participant

    I tried turning off UberMenu, and the issue still exists in the sidebar. Because Genesis is the framework, and our theme is built using a child theme, I am not entirely sure what is a customization of the theme rather than the theme itself. Is there any guidance you can provide there?

    in reply to: 4.4.0.1. update breaks calendar widget #1223825
    starfiresports
    Participant

    I have switched on just the framework, and it looks like the problem doesn’t exist, at least when in the sidebar. The framework doesn’t have the menu, so I am unable to check that.
    http://starfiredev.staging.wpengine.com/youth/youth-tournaments/2017-youth-soccer-tournaments-jamborees/

    If the next step is to look at any customizations, is there something specific I should look for in the functions.php that would be affecting things? I can’t think of anything that would create the issue.

    in reply to: 4.4.0.1. update breaks calendar widget #1223078
    starfiresports
    Participant

    I have set our theme to twentysixteen (obviously I can’t keep it this way, however). While the days are now along the top, there seems to be another issue that pops up–the alignment of the days where there is an event is all messed up. This appears to be exclusive to the menu, and doesn’t seem to happen with the sidebar. http://starfiredev.staging.wpengine.com

    Our theme does not have the Events Calendar plugin is built in to our theme. Our regular site uses a customized Genesis theme.

    in reply to: 4.4.0.1. update breaks calendar widget #1222477
    starfiresports
    Participant

    The customizations are primarily font and color related. I removed the custom CSS, and the same problem persisted. I actually don’t think there is any customization related to the widget.

    The calendar being on a separate line within the menu actually started on the last update, and I resolved it by putting it in front of the lists. I had tried moving it back to the end to see if that was contributing to the problem. I’ve moved it back for more accurate comparison.

    It looks like the actual issue I am trying to resolve is caused by the months, rather than days, being across the top of the calendar–I hadn’t noticed that was the case until you pointed it out. I tried putting the widget in a sidebar rather than the menu, and it still shows months instead of days. You can see that here: http://starfiredev.staging.wpengine.com/youth/youth-tournaments/2017-youth-soccer-tournaments-jamborees/

    Any idea how I can correct that?

    in reply to: 4.4.0.1. update breaks calendar widget #1220550
    starfiresports
    Participant

    I see on your live site you are using older versions of our plugins. Can you confirm that on the staging site you have the latest (4.4.0.1 and Pro 4.4) running?

    The staging site is using 4.4.0.1, but I only have one install license, so it is not up to date. However, I updated both on our live site, and there was the same exact issue.

    Do you have any customizations (in stlye.css or functions.php) that could influence this?

    Yes. I have included the custom CSS that I am aware of below

    How is the calendar and the 2 lists added to the menu there? With shortcode? As widgets? Which one is used?

    As widgets

    —CUSTOM CSS–
    /*styles for events calendar*/
    table.tribe-events-list th, .table.tribe-events-calendar td.tec-present .daynum, .tec-tooltip .tec-event-title {
    background-color: #333 !important;
    color: #fff;
    }
    .tribe-events-calendar td div[id*=”tribe-events-daynum-“] {
    line-height: 1.2;
    padding: 6px 9px;
    }
    .tribe-events-calendar div[id*=”tribe-events-daynum-“], .tribe-events-calendar div[id*=”tribe-events-daynum-“] a {
    background-color: #f5f5f5;
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    }
    .tribe-events-calendar div[id*=”tribe-events-event-“], .tribe-events-calendar div[id*=”tribe-events-daynum-“] {
    margin: 0;
    position: relative;
    }
    .tribe-events-calendar div[id*=”tribe-events-daynum-“], .tribe-events-calendar div[id*=”tribe-events-daynum-“] a {
    background-color: #f5f5f5;
    color: #333;
    font-size: 11px;
    font-weight: bold;
    }
    *, input[type=”search”] {
    box-sizing: border-box;
    }
    *::-moz-placeholder {
    color: #999;
    opacity: 1;
    }
    *::-moz-selection {
    background-color: #333;
    color: #333;
    }
    table.tribe-events-calendar th, .table.tribe-events-calendar td.tec-present .daynum, .tec-tooltip .tec-event-title {
    background-color: #333 !important;
    color: #fff;
    }
    /*events in calendar view fonts*/
    #tribe-events-content .tribe-events-calendar div[id*=”tribe-events-event-“] h3.tribe-events-month-event-title {
    font: 12px/1.25 oswald;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    text-transform: none;
    }
    /*events calendar days header font*/
    .tribe-events-calendar th {
    color: #fff;
    font-family: oswald;
    font-size: 14px;
    height: 10px;
    padding: 4px 0;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    width: 250px;
    }
    /*events calendar page header font*/
    h2.tribe-events-page-title {
    clear: none;
    font-family: oswald;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 0.5em;
    position: relative;
    text-align: center;
    z-index: 0;
    }
    /*events calendar hover colors & fonts*/
    #tribe-events-content .tribe-events-tooltip h4 {
    background-color: #62a544;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 0;
    min-height: 24px;
    padding: 0 6px;
    }

    /*events list test*/
    .tribe-events-widget-link {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: none;
    }
    .widget tribe-events-adv-list-widget {
    position: relative;
    right: 20px;
    }
    .tribe-events-adv-list-widget ol li {
    list-style: none outside none;
    margin-bottom: 10px;
    }
    .news .padding {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 2em;
    }
    #news-events .events {
    position: relative;
    right: 15px;
    }

    html body.home div#wrapper div#core div#news-events div.events div.padding ul.events-list {
    margin: 0;
    }
    .tribe-events-adv-list-widget .duration {
    color: #999;
    display: inline;
    float: left;
    font-style: normal;
    font-weight: normal;
    margin-right: 10px;
    }

    /*hover color for list widgets in uber menu generated by events calendar*/
    div.list-info a:hover{
    color: black;
    }

    /*remove recurring events link from list widget*/
    .tribe-events-adv-list-widget div.recurringinfo { display: none; }

    in reply to: Most recent update breaks my site #986402
    starfiresports
    Participant

    Here is what the site looks like without the UberMenu plugin activated (the plugin I believe is in conflict with the newest version of the Events Calendar): http://starfiredev.staging.wpengine.com

    in reply to: Most recent update breaks my site #986357
    starfiresports
    Participant

    Sorry for the delay in getting back to you. I was having issues accessing my threads on the site. I tried deleting the template overrides from my custom CSS, and the issue persists.

    in reply to: Events not showing up in calendar since WordPress update #144533
    starfiresports
    Participant

    This reply is private.

    in reply to: Events not showing up in calendar since WordPress update #142743
    starfiresports
    Participant

    All of this has been done on our staging site: http://starfiresports.staging.wpengine.com/events/
    Still facing the same problems…

    in reply to: Events not showing up in calendar since WordPress update #141526
    starfiresports
    Participant

    We have tried different permalinks with no success.

    in reply to: Events not showing up in calendar since WordPress update #139708
    starfiresports
    Participant

    I removed all custom changes and turned off all plugins, added new recurring event and switched to 2014 theme, but the behavior is exactly the same as with the main theme (events still only showing up on calendar for youth, event shows up in list view but not on any of the calendars)

Viewing 15 posts - 1 through 15 (of 19 total)