Forum Replies Created
-
AuthorPosts
-
Elizabeth City EMC
ParticipantSorry 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!
Elizabeth City EMC
ParticipantThanks, 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:

-
This reply was modified 10 years, 7 months ago by
Elizabeth City EMC.
Elizabeth City EMC
ParticipantGeoff, 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
Elizabeth City EMC
ParticipantOk, thanks, Geoff. I’ll report back if I discover what the problem is.
Elizabeth City EMC
ParticipantNope. 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.
-
This reply was modified 10 years, 7 months ago by
-
AuthorPosts
