How do I avoid caching the menu?

Posted in: Newspaper
Post count: 3

Hello

How do I avoid caching the menu?

I try to use the plugin “Nav Menu Roles” but it doesn’t work, maybe because the theme is caching the menu.

Thank you.
Jonas

Post count: 3

If the above is not the issue – Then where is the description input?

Excerpt from the plugin FAQ

Therefore, as of version 1.6 I am modifying my admin nav menu Walker to only adding the following lines (right after the description input):

<?php
// Place this in your admin nav menu Walker
do_action( 'wp_nav_menu_item_custom_fields', $item_id, $item, $depth, $args );
// end added section
?>

Ask your conflicting plugin/theme’s author to add this code to his plugin or theme and our plugins will become compatible.

Post count: 22421

Hello,
You can try to add the code in this file: http://screencast.com/t/vPXWfqTwc but you will need coding knowledge for it. Unfortunately the plugin you are trying to use is not tested with our theme and plugin implementation falls beyond what support can offer you. We suggest hiring a freelancer to help out if you cannot get it to work as we cannot offer any custom work at the moment.
Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.