Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wpshopmart

    (@wpshopmart)

    Follow my steps here to resolve this issue.

    Step-1 : Open your plugin directory and then open accordion-shortcode-and-widget plugin folder

    Step-2 : Now open folder path Lib -> installation ->

    Step-3 : In installation folder you will see a file installation.php , open it on any editor.

    Step-4 : Go to Near line no. 15 and find below lien of code there –

    wp_enqueue_script( 'wpsm_ac-sh_bootstrap-js-front', wpshopmart_accordion_shortcode_directory_url.'js/bootstrap.js', array(), '', true );

    Step-5 : Replace above code with it –

    //wp_enqueue_script( 'wpsm_ac-sh_bootstrap-js-front', wpshopmart_accordion_shortcode_directory_url.'js/bootstrap.js', array(), '', true );

    Step-6 : Save your file and then check your site in mobile device.

    Let me know if you will get any problem.

    Thanks

    Had the same issue. This fixed the problem. Thanks for the info!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Accordion & Zerif Pro’ is closed to new replies.