• Resolved jwpe83

    (@jwpe83)


    Hi,

    My accordion doesn’t collapse/expand when I press the -/+ button

    To view the content I need to select “Open All Accordion”

    When I select “Hide/close All Accordion” I’m not able to see the content after I click the “+” icon.

    If some can help it would be greatly appreciated.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @jwpe83

    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);" >

    Hello i have same issue, i do the changes you said in php file, but still not working. Can you help me? The page is https://www.kontalid.com/prueba-acordeon/

    Excellent!

    It worked for me.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Content doesnt collapse/expand’ is closed to new replies.