Forum Replies Created
-
AuthorPosts
-
Lee
ParticipantWhere should this go? I have put it in a couple different places in the php code and every page I pull up (main, category, etc.) all respond that it is not in the main loop.
Here is the code I’m using
if (tribe_is_in_main_loop()){
echo ‘is in main loop’;
}
if (!tribe_is_in_main_loop()){
echo ‘is not in main loop’;
}Lee
ParticipantBTW – for future reference for people searching.
The tooltip code is located in the content.php file in the views/month folder.
Hope that helps someone else too.
Lee
ParticipantHAHAHA (Evil Maniacal Hacker Laugh)!!!
I found it!!!
I’m guessing that it was either my fault or the get_template_part(‘month/tooltip’) was moved.
Anyway, re-added the code and works perfectly!!!
Thanks so much for your help. Cheers.
Lee
ParticipantDeactivated plugins to no avail.
I did however notice that usually, there are several scripts with these ids being created after the #tribe-events-footer. They are:
tribe_tmpl_month_mobile_day_header
tribe_tmpl_month_mobile
tribe_tmpl_tooltip
They come right before the #tribe-events-content divCan you tell me the file that outputs those scripts?
Lee
ParticipantWhat js files controls this? Thanks.
Lee
ParticipantIs there any possibility of a quick jQuery work around that would replace ‘%tribe_events_slug%’ with ‘events’?
Lee
ParticipantI am having this issue as well and I also use the Custom Post Type Permalinks. Please keep me updated. Cheers.
Lee
ParticipantAny chance you have an idea where I could start reading about how to custom develop? I don’t mind doing the extra work, just need some quick guidance. Thanks.
Lee
ParticipantHi Casey,
That did the trick.You might want to add the note for the individual events that they can replace the “=” with “.=” to keep the event name in the title.
Thanks again.
Lee
ParticipantThanks so much for your help!!!
Lee
ParticipantLooks like it works great without the “100” at the end of the add_filter. Thanks for the response.
Lee
ParticipantThis is something I’d like to know too. Thanks.
Lee
ParticipantCan’t wait (literally) for the turorial as I will love it and so will my client. 😉 Also, if you can direct me in the best way to get support on my auth key, it says that mine is expired but I upgraded to a Business License and is still asking me to update on the tri.be site. Thanks for your help
Lee
ParticipantWhat is the best way to update so that I don’t lose all the events previously entered.
Lee
ParticipantYes, I put the setting back to “Default Event Template” for my visitors for now. I’m just wondering if there is a setting that removes the meta data when you choose “Default Page Template” and how to put it back.
-
AuthorPosts
