• Resolved koni1978

    (@koni1978)


    Is there a way to fix it, im advanced WordPress User without programming skills. Thanks in advance for any helpfull reply.

    • This topic was modified 2 months, 2 weeks ago by koni1978.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support deepesh paliwal

    (@deepeshpaliwal)

    Hello @koni1978,

    I am not getting you…what changes you want from our side?

    Thanks

    Thread Starter koni1978

    (@koni1978)

    yeh sorry, i think with the picture now its clear. im talking about the SEO Score in Pagespeed insights. It says on the Accordions, “Links cant be crawled”. Thats my Question, is there a way to fix it, i like to get 100% SEO Score.

    Plugin Support deepesh paliwal

    (@deepeshpaliwal)

    Hello @koni1978,

    For this issue go to WordPress Admin Panel -> Plugins -> Plugin File Editor -> Select plugin to edit: choose Responsive Accordion And Collapse then click on select -> front -> ac-content.php
    then at line no 80 you will get this code

    <a  class="<?php if($i!=1){ echo "collapsed"; } ?>"  data-toggle="collapse" data-parent="<?php if($enable_toggle=="no") { ?>#wpsm_accordion_<?php echo esc_attr($post_id); ?> <?php } ?>" href="javascript:void(0)" data-target="#ac_<?php echo esc_attr($post_id); ?>_collapse<?php echo esc_attr($i); ?>" onclick="do_resize()">

    replace with this

    <a  class="<?php if($i!=1){ echo "collapsed"; } ?>"  data-toggle="collapse" data-parent="<?php if($enable_toggle=="no") { ?>#wpsm_accordion_<?php echo esc_attr($post_id); ?> <?php } ?>" href="#ac_<?php echo esc_attr($post_id); ?>_collapse<?php echo esc_attr($i); ?>" onclick="do_resize()">

    then click on update file button.

    Let me know if any issue.

    Thanks

    Thread Starter koni1978

    (@koni1978)

    solved, done like a pro ! 5 Star rated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.