Viewing 15 replies - 1 through 15 (of 22 total)
  • Thread Starter bhasic

    (@bhasic)

    I need a fix for this bug soon, if possible. Customizr-theme has 100 000+ installs, so it’s widely used. I’m running a multisite and enabling this plugin breaks all my sites using Customizr-theme.

    Plugin Author wpshopmart

    (@wpshopmart)

    Can you share me your accordion page url?

    Thanks

    Thread Starter bhasic

    (@bhasic)

    https://maansiirtorikamat.fi/salaojatkuntoon/ There?s supposed to be a menu on that white bar at header. There’s no accordion on that page, only the plugin enabled. All other plugins are disabled.

    Plugin Author wpshopmart

    (@wpshopmart)

    Hi,

    Follow my steps here to resolve your issue.

    Step-1 : Open your plugin directory and then open responsive-accordion-and-collapse plugin folder.

    Step-2 : Now open css folder . here you will se a file name is – bootstrap-front.css , open it on any editor .

    Step-3 : go to near line no. 360 and find below given css code there –

    .collapse {
      display: none;
    }

    Step-4 : replace that css with below css code –

    .wpsm_panel-group .collapse {
      display: none;
    }

    Step-5 : Save your file code and then check your site menu.

    Thanks

    Thread Starter bhasic

    (@bhasic)

    That was fast. Thank you!

    Plugin Author wpshopmart

    (@wpshopmart)

    You are welcome , please rate us this plugin if you like this.

    Thanks

    Thread Starter bhasic

    (@bhasic)

    There’s still a conflict issue with the themes menu. In small viewport, the menu collapses to accordion icon. Now when you click the icon to open the menu, it doesn’t stay open.

    Plugin Author wpshopmart

    (@wpshopmart)

    share that page url.

    Thread Starter bhasic

    (@bhasic)

    Plugin Author wpshopmart

    (@wpshopmart)

    Hello bhasic,

    Can you tell me the name of your theme? i will need to test it on my server with accordion plugin.

    Thanks

    Thread Starter bhasic

    (@bhasic)

    Plugin Author wpshopmart

    (@wpshopmart)

    Hello bhasic,

    Customizr is already installed on my testing server , plugin is already tested with customizr. there no issue has been found regarding menu drop down.

    I think it is conflicting with another plugin, please try to detective another plugin one by one and check then which plugin is conflict with your site menu dropdown.

    Thanks

    Thread Starter bhasic

    (@bhasic)

    It’s your plugin. I have tested it. When I turn accordion plugin off, everything works as supposed. My site is unusable with mobile devices.

    Plugin Author wpshopmart

    (@wpshopmart)

    Hi,

    Can you provide me your theme package?

    Thanks

    Thread Starter bhasic

    (@bhasic)

Viewing 15 replies - 1 through 15 (of 22 total)
  • The topic ‘Responsive Accordion conflicts with Customizr-theme’ is closed to new replies.