• Resolved webmommy

    (@webmommy)


    Hello,

    This plugin works for our accordion, but is causing a conflict with the Bootstrap modal on this page: https://www.bluerockvineyard.com/portfolio/

    When the “Purchase Wine” button is clicked, the modal flashes for a second. When the plugin is disabled, it works. Is there a fix for this? The plugin has recently been updated.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,
    I have visited your site and saw your issue, This is happening because your theme js file is conflicting with this Accordion plugin js file, so kindly share your theme download link so that i can check it on my server and can give you proper solution to fix it.

    Thanks

    I am having the same issue with a Bootstrap theme. The accordion works fine, but when I enabled this plugin my menu modal stops working site-wide. Here’s the link to the site: https://communities.geoplatform.gov/geoconops/

    Menu toggle is on the top right.

    Hi ,

    i checked your error in above given URL . kindly share your theme download link so that i can check it on my server and can give you proper solution to fix it.

    Thanks

    My theme and your plugin are both loading bootstrap.js. This appears to be the source of the problem. Using chrome I blocked the bootstrap.js from the plugin, and both my menu and the accordion functioned normally. How would you suggest I solve this issue?

    Hi,
    Kindly Follow Below Steps :-

    1) Go to ‘responsive-accordion-and-collapse’ Plugin Directory.
    2) Now Open ‘ lib ‘ Folder, Go into install folder
    3) Open installation.php File

    At Line No 15 you will find below code :

    wp_enqueue_script( ‘wpsm_ac_bootstrap-js-front’, wpshopmart_accordion_directory_url.’js/bootstrap.js’, array(), ”, true );

    Replace above code with these code :

    //wp_enqueue_script( ‘wpsm_ac_bootstrap-js-front’, wpshopmart_accordion_directory_url.’js/bootstrap.js’, array(), ”, true );

    Save The file after making changes.
    If you have any query, Let me know.

    Thanks

    • This reply was modified 6 years, 6 months ago by Ipshita.
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Conflict with Modal’ is closed to new replies.