Elizabeth City EMC

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Multiple Instances of Jquery Issue #1009888
    Elizabeth City EMC
    Participant

    Sorry for bombing you guys with posts, but I figured out my problem. I simply moved <script src=”http://code.jquery.com/jquery-latest.min.js”></script> from the footer of my site to the header. That actually fixed multiple issues I was having with Events Calendar. I guess it was a matter of the order in which everything was being loaded. Perhaps somewhere you guys address this for your clients, but I missed it somehow. Anyway, I hope this helps someone else in the future. Thanks!

    in reply to: Exclusions not working (post 3.12.1 update) #1009241
    Elizabeth City EMC
    Participant

    Thanks, Josh. Basically we have a weekly event that takes place on every Wednesday night except the first Wednesday of each month. Here is the screenshot you requested:

    EMC Screenshot

    in reply to: Template Override Not Working #1007343
    Elizabeth City EMC
    Participant

    Geoff, I think I figured out how to fix my problem. You told me to insert the following code:

    <?php $short_day = esc_attr( $wp_locale->get_weekday_abbrev( $day ) ); ?>
    <th id="tribe-events-<?php echo esc_attr( strtolower( $day ) ) ?>" title="<?php echo $short_day ?>" data-day-abbr="<?php echo $short_day ?>"><?php echo $day ?></th>

    I noticed that everywhere $short_day appeared the month abbreviation was showing up, so I simply changed that final $day to $short_day and it worked. Was it really that easy, or did I just break something somewhere else? LOL

    in reply to: Template Override Not Working #1002089
    Elizabeth City EMC
    Participant

    Ok, thanks, Geoff. I’ll report back if I discover what the problem is.

    in reply to: Template Override Not Working #1001750
    Elizabeth City EMC
    Participant

    Nope. Same problem as before. I followed your steps exactly, several times over. No difference.

    However, I did switch to the twentyfourteen theme, which I have not tweaked in any way, and the solution worked. So there is definitely something wrong with my own customized version of twentythirteen.

Viewing 5 posts - 1 through 5 (of 5 total)