• Resolved gabriel.dedominicis

    (@gabrieldedominicis)


    Hi!

    After updating to the 2.2.2 version of the plugin it stop opening and closing the accordions. Is there a place where I can download an older version?

    Thanks in advance
    Gabriel

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @gabrieldedominicis

    You need some changes fix this issue.Please following below steps.
    Go to Plugin directory -> responsive-accordion-and-collapse -> front -> open ac-content.php file.
    Go to line number 79.
    replace below code
    <a class="<?php if($i!=1){ echo "collapsed"; } ?>" data-toggle="collapse" data-parent="<?php if($enable_toggle=="no") { ?>#wpsm_accordion_<?php echo $post_id; ?> <?php } ?>" href="#ac_<?php echo $post_id; ?>_collapse<?php echo $i; ?>" >
    to
    <a class="<?php if($i!=1){ echo "collapsed"; } ?>" data-toggle="collapse" data-parent="<?php if($enable_toggle=="no") { ?>#wpsm_accordion_<?php echo $post_id; ?> <?php } ?>" data-target="#ac_<?php echo $post_id; ?>_collapse<?php echo $i; ?>" href="javascript:void(0);" >

    Thanks

    hello, i put that code, but still not working. https://www.kontalid.com/prueba-acordeon/

    Hi @viancago

    You need some changes fix this issue.Please following below steps.
    Go to Plugin directory -> responsive-accordion-and-collapse -> css -> open bootstrap-front.css file.
    Go to line number 363.
    replace below code

    .collapse.in {
      display: block;
    }

    to

    .collapse.in {
      display: block !important;
    }

    Thanks

    Hello, thanks, i do that but still not working. https://www.kontalid.com/prueba-acordeon/

    Hi @viancago

    Please clear your cache and check in Incognito browser.The link you sent is working properly on our side. You can check on this URL.

    https://prnt.sc/w8w0zr

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Update fail to open and close accordions’ is closed to new replies.