Dempz
Forum Replies Created
-
Hi Adam,
Thanks, just tested the filter and it works, I can make my alterations to it.
Thanks
If you insert the shortcode without making any changes then amend the shortcode fields which has been added to the text editor, this is what I had to do
So it’s a known theme issue just add the code to to the functions.php solves it
function custom_fix_blog_tab_on_cpt($classes,$item,$args) { if(!is_singular('post') && !is_category() && !is_tag()) { $blog_page_id = intval(get_option('page_for_posts')); if($blog_page_id != 0) { if($item->object_id == $blog_page_id) { unset($classes[array_search('current_page_parent',$classes)]); } } } return $classes; } add_filter('nav_menu_css_class','custom_fix_blog_tab_on_cpt',10,3);In contact with the theme support team, will post the solution here if I get one.
Thanks for your help guys.
I have changed to training-calendar/events but still no change to Menu
So nothing is being highlighted in the Nav menu now with the default theme is selected.
that must mean there is a problem with the 3clicks theme by bring the pixel
Running wordpress on version 3.9.2
events manager Version 5.5.3.1
WP FullCalendar Version 0.8.4
I have deactivated all other plugins apart from ‘Events Manager’ and ‘WP FullCalendar’ and still the same.
Resolved
Perfect! thank you caimin
I have set to yes and tried both http://wilbyrne.com/esa/training-calendar and training-calendar in ‘Event Managers Title’ but still no joy
You will see when you click the event that the menu changes
Hi yes show categories set to yes