Tagged: Accordion
-
AuthorPosts
-
June 11, 2013 at 3:08 pm #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
June 12, 2013 at 1:01 am #124188Hi,
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
June 12, 2013 at 4:32 am #124189Thank 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.
June 12, 2013 at 4:39 am #124190Hi 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
June 13, 2013 at 12:05 am #124191Thank you , that did work. I will try to get you those screen shots.
John
June 13, 2013 at 11:06 am #124192 -
AuthorPosts
- The topic ‘Enfold Accordion Issues – Stopped Toggling’ is closed to new replies.