Tagged: ismael
How do I remove the white space at the bottom of each tab section? Link pasted in private.
I found this in another thread and it doesn’t work.
function ava_custom_script_fix(){
?>
<script>
(function($){
function a() {
$('.av-tab-section-container').bind('click', '.av-section-tab-title', function() {
var active = $(this).find('.av-active-tab-title'),
number = active.data('av-tab-section-title'),
content = $(this).find('.av-layout-tab[data-av-tab-section-content='+ number +']').children('.av-layout-tab-inner'),
oheight = content.outerHeight(true) + active.outerHeight(true) + 100;
$(this).find('.av-tab-section-outer-container').css('max-height', oheight);
});
$('.av-section-tab-title:eq(0)').trigger('click');
}
a();
})(jQuery);
</script>
<?php
}
add_action('wp_footer', 'ava_custom_script_fix');
Anything I can do?
Hi,
Thank you for using Enfold,
We had this issue reported to Kriesi and a final patch or fix will be included in the latest version of the theme. I checked the site but I can’t see the script anywhere. Did you remove it? Please add it again then remove browser cache or hard refresh before checking the page.
Best regards,
Ismael
It’s back in. Cache cleared. Still same problem. I think it has to do with all the tabs using the same height as the resources tab.
Hi,
I can not locate the issue, seems it has been fixed properly?
Best regards,
Basilis
This has not been fixed. Check link in the private content.
If you scroll down you will see all the white space. However, if I click a different tab and then go back to the “New” tab the white space is gone.
Hi brainxchange,
The fix for this issue has not yet been released. It will be released with the next version of Enfold. Thank you for your patience.
If you need further assistance please let us know.
Best regards,
Victoria