• Resolved kv1953

    (@kv1953)


    I noticied Option to close the first tab in Accordion widget has stopped working

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author WebMat

    (@webmatpro)

    Hello,

    thanks, i will check the issue

    Best regards, Mat

    Hi @webmatpro

    First: I LOVE this plugin … especially for the “exit” botton

    Is there any news about when the accordion close will start work again??

    —-

    The best workaround I found was adding this script (Elementor > Custom Code)

    <script>
    jQuery(document).ready(function($) {
    var wait = 50; setTimeout(function() {
    $('.elementor-tab-title').removeClass('elementor-active');
     $('.elementor-tab-content').css('display', 'none'); }, wait);
    });
    </script>
    Plugin Author WebMat

    (@webmatpro)

    Hi,

    sorry for the delay.

    Thanks i will update FEP quickly ??

    Best Regards, Mat.

    Plugin Author WebMat

    (@webmatpro)

    Hi guys,

    the last version of FEP fix the issue (2.3.9)

    Best Regards,

    Mat.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Close first tab accordian’ is closed to new replies.