Myles Taylor
Forum Replies Created
-
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Sub Menus won’t stay openHi Peter,
Thanks for the responses. With your suggestions, I was able to figure it out. Whoever built the original header.php page included
wp_head();twice. I’m very pleased with your plugin and the quick support you give. Thanks again!Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Sub Menus won’t stay openReverting to original WordPress theme (Twenty Fifteen) makes it so it does work. I would think the problem is linked to a JavaScript conflict considering the dropdown events fire, and no CSS is getting in the way. Do you have any other suggestions?
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Sub Menus won’t stay openThe theme is a custom theme. I didn’t do the original build of the site. I’ve added in the
<?php body_class(); ?>
so it’s adding in the usual WP body classes, and still not working. Do you have any other recommendations?Thanks for the response.
I want to go the route of adding the meta tag ‘noindex’, but I can’t figure out how to add this in. To my understanding, meta tags have to be added into the head. If my events are loading on single-events.php, how would I add this in?
Also, I don’t see an easy way to determine if an event is past or not, except by comparing the current date with PHP to the date of the event. Is there any easier to determine that?
Thank you so much. That will work!
Thanks for the quick response! I will go that route. Much appreciated.