Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author iammathews

    (@iammathews)

    Hey,

    In the file faqss.php on line 237.

    Change:

    $shortcodeOutput .= '<li><a href="#' . $v->slug . '"' . ( $faqssTermsCounter == 0 ? ' class="active"' : '' ) . '>' . $v->name . '</a></li>';

    To:

    $shortcodeOutput .= '<li><a href="#' . $v->slug . '">' . $v->name . '</a></li>';

    Hope this helps.

    Thread Starter DivaVocals

    (@divavocals)

    Thanks for the response..

    I made this change and the 1st FAQ is still loaded in an un-collapsed state..

    Is there something more I need to do??

    Plugin Author iammathews

    (@iammathews)

    Please email me your website URL, so I can see it. I will then see if I can create a fix, and post it here.

    [email protected]

    Plugin Author iammathews

    (@iammathews)

    There are two instances of the above code, the change needs to be implemented on both instances.

    Thread Starter DivaVocals

    (@divavocals)

    I did, and it still failed to work correctly.. I have since just found a different plugin..

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to collapse all FAQs when FAQ page is first displayed..’ is closed to new replies.