[Plugin: FAQs Manager] Accordion does not work
-
In the plugin-settings change:
$(document).ready(function() { $("#iNICfaqs_questions").accordion({header: ".accordion_header", autoHeight: false,navigation: true,collapsible: true}); });to
jQuery(document).ready(function() { jQuery("#iNICfaqs_questions").accordion({header: ".accordion_header", autoHeight: false,navigation: true,collapsible: true}); });referring to http://ww.wp.xz.cn/support/topic/plugin-faqs-manager-accordeon-does-not-display?replies=13
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘[Plugin: FAQs Manager] Accordion does not work’ is closed to new replies.