-
AuthorPosts
-
September 17, 2018 at 11:27 pm #1011033
Hello,
On the initial page load in my tab section, my content keeps getting cutoff at the bottom. It’s not showing the rest of the content. How can I fix this?
September 18, 2018 at 2:56 am #1011055This reply has been marked as private.September 18, 2018 at 6:42 am #1011101Hi,
Thanks for the screenshot and update, where can we see the actual element?
Best regards,
RikardSeptember 18, 2018 at 6:53 am #1011111This reply has been marked as private.September 18, 2018 at 10:18 am #1011178Hi,
Thanks for that. First off, could you try updating the theme to the latest version (4.4.1) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
Best regards,
RikardSeptember 18, 2018 at 11:17 am #1011206This reply has been marked as private.September 18, 2018 at 11:25 am #1011211Hi,
Please try to add this code to the functions.php file (you can insert it at the very bottom):
add_action('wp_footer', 'ava_auto_resize_tab'); function ava_auto_resize_tab(){ ?> <script> (function($){ var int = window.setInterval(function(){ $(window).trigger('resize'); $(window).trigger('av-content-el-height-changed'); }, 1000); })(jQuery); </script> <?php }Best regards,
PeterSeptember 18, 2018 at 8:53 pm #1011502This reply has been marked as private.September 18, 2018 at 9:31 pm #1011513Hey!
I tried to add the code but when I logged in I got the error message “Service is currently unavailable.”.
Please try to use ftp to modify the functions.php – go to wp-content/themes/enfold/functions.php and download the file. Then add the code at the very bottom and upload the file again.
Best regards,
PeterSeptember 18, 2018 at 9:35 pm #1011520This reply has been marked as private.September 19, 2018 at 12:28 am #1011571This reply has been marked as private.September 19, 2018 at 4:49 am #1011606Hi Christy,
Thanks for the update, just let us know if you should need any further help from us.
Best regards,
RikardSeptember 19, 2018 at 5:55 pm #1011946This reply has been marked as private.September 20, 2018 at 1:09 pm #1012288Hey!
I added the code for you – please check if it solved the issue on your end too.Regards,
PeterSeptember 20, 2018 at 5:40 pm #1012403This reply has been marked as private.September 22, 2018 at 2:27 pm #1013061Hi!
The name/title effect conflicts with the default hover effect/overlay. I fixed it by deactivating the hover effect on this page – I replaced
avia_hover_effect(container);with
if(! $('body').hasClass('page-id-4408')) avia_hover_effect(container);in enfold/js/avia.js.
Cheers!
PeterSeptember 26, 2018 at 4:54 pm #1014869This fixed it. Thanks Peter!
September 27, 2018 at 5:49 am #1015116 -
AuthorPosts
- The topic ‘Tab Section Inner Content Height – Not Showing all Content’ is closed to new replies.
