baytamusic
Forum Replies Created
-
Hey Ramrod. Check this post for my fix:
I was experimenting with different placements of the actual page to fix the issue so it may have been moved to a dropdown when you looked. I also experimented with using a custom link directly to the page. It proved to be an issue no matter where I placed it. Previously if it was on the top-level position it replaced every navigation items text with “Calendar of Events”. If placed in a dropdown or using a custom link to access the page it only affected the dropdowns. Now that I’ve fixed the issue I’m able to place it into the top-level position which is where I wanted it in the first place. Thanks for the response!
I think you may have responded to my other post as well where I showed my solution to this problem.
Figured it out for anyone who is having this problem. Go into tribe-templates.class.php change the “public static function load_ecp_title_into_page_template” function to:
public static function load_ecp_title_into_page_template($post) { return $post; }
The problem can be seen here:
https://thefcrc.org/wp/events/
Roll over Programs & Services to see the bug.
Btw, the dropdown is under “Programs & Services” in the main nav.