• Resolved Cezar Ayran

    (@ayrancd)


    For some reason when you click on a tab it scrolls up [ redundant link removed ]
    Accordion is at the bottom. Any idea?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @ayrancd

    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

    Thread Starter Cezar Ayran

    (@ayrancd)

    Solved. Wishing you guys release an update fixing it tks

    Hi @ayrancd

    Glad that your issue has been resolved. If you like our plugin please rate us.
    We will update this soon.

    Thank You

    Thread Starter Cezar Ayran

    (@ayrancd)

    You guys released another update with the same issue. Come on!!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Scrolling up’ is closed to new replies.