To use WordPress shortcodes outside of the post/page content, directly in a template file you need to use additional code to call the shortcode function.
The example below would add an accordion menu using the WordPress custom menu “Test Menu” with the default settings (see WordPress Plugin – jQuery Vertical Accordion Menu plugin page for more information):
<?php echo do_shortcode('[dcwp-jquery-accordion menu="Test Menu"]'); ?>


















Can you tell me if there is a short code available for Mega-Menu plugin?
Hi,
Not at the moment
Hi, suddenly the menu doesn’t collapse anymore. I already deinstalled it, removed it, deleted it, reinstalled it, but it doesn’t seem to work. What happened?? And how do I fix it?
Please help!
Hi,
It sounds like a javascript error. Check if any plugins have been installed before it stopped working and check the page for any javascript errors using firebug
Hi,
Just checked and the problem is caused by the lightbox plugin, which is giving the following error:
a(“.gallery a:has(img)”).lightbox is not a function
I would like to know if its possible to use a shortcode like this for the megamenu plugin?
Something like this:
Hi,
There is currently no shortcode for the mega menu