Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #24647

    Hello,

    For some reason the accordion on my homepage http://www.hurtstoswallow.com stopped functioning. I have 3 tabs with various text (limited html tags).

    The toggle function does not seem to be working for this accordion anymore. I created an alternate accordion just to test this feature and the toggles worked just fine. When I placed the text back in, it went back to not working.

    Any help would be greatly appreciated.

    Thanks,

    John

    #124188

    Hi,

    Please set your Avia Builder to debug mode. Add this on your functions.php

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    Go to the page with the accordion, look for the actual shortcode of the accordion at the bottom of the Avia Builder. Please paste it here.

    Regards,

    Ismael

    #124189

    Thank you for the response, Ismael the shortcodes are below.

    [av_toggle_container initial='1' mode='toggle' sort='']

    [av_toggle title='<b>Most Common Cause of Painful Swallowing</b>' tags='']

    [/av_toggle]

    [av_toggle title='<b>Second Most Common Cause of Painful Swallowing</b>' tags='']

    [/av_toggle]

    [av_toggle title='<b>3 Common Remedies for a Sore Throat</b>' tags='']

    [/av_toggle]

    [/av_toggle_container]

    I appreciate any advice.

    #124190

    Hi John,

    It appears that the widget with the ad code in it is overlapping the content above it somehow which is making the user unable to click those items.

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    .avia-builder-widget-area.avia-builder-el-8.el_after_av_hr.avia-builder-el-last {
    clear: both;
    }

    If you can take a screenshot of the advanced layout editor for that page and provide a link her for it I’d also like to test it out to see what the root cause is. The CSS above will fix it for now.

    Regards,

    Devin

    #124191

    Thank you , that did work. I will try to get you those screen shots.

    John

    #124192

    Hey,

    Glad it worked. :)

    Regards,

    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Enfold Accordion Issues – Stopped Toggling’ is closed to new replies.