Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #782384

    How do I remove the white space at the bottom of each tab section? Link pasted in private.

    #782426

    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');
    
    
    #783710

    Anything I can do?

    #784316

    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

    #784549

    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.

    #785606

    Hi,

    I can not locate the issue, seems it has been fixed properly?

    Best regards,
    Basilis

    #785866

    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.

    #786347

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.