• I run themes from MySiteMyWay.com. jQuery is used heavily in the system, and your script is conflicting with theirs. I have tried integrating your code as shown below, but it does not seem to work. Suggestions on further troubleshooting would be appreciated.

    jQuery(document).ready(function(){
    jQuery(‘.social_icon a’).attr(‘target’, ‘_blank’);
    jQuery(‘.jqueryslidemenu li:has(ul)’).addClass(‘has_sub_menu’);
    jQuery(“#iNICfaqs_questions”).accordion({header: “.accordion_header”, autoHeight: false,navigation: true,collapsible: true});
    });

    I then removed the code from the CustomJS section of your plugin. I left the CSS in its Custom CSS place.

    http://wordpress.org/extend/plugins/faqs-manager/

The topic ‘[Plugin: FAQs Manager] Custom Javascript Issues’ is closed to new replies.