Hey
On the top of the page there are 3 buttons to an anchor link on the same page: Pure, Classic and Color. When u load the page for the first time, the button to ‘Color’ goes to the middle of the 3rd masonry section, not to the ‘Color’ section.
The url is in the private content.
Thanks a lot for helping me out.
Tom
Hey Tom!
Thank you for using Enfold.
You’re using an old version of the theme. Please download the latest version 2.9.2 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Ismael
Hi Ismael
I updated to the latest version 2.9.2 but the problem still is there.
Thanks
Tom
Hi Tom!
I tried reproducing the issue but the ‘color’ button did scroll to the ‘color’ color section as expected (on first load).
Regards,
Josue
Hi,
Try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){
?>
<script>
(function($){
$(window).load(function() {
$(this).trigger('resize');
});
})(jQuery);
</script>
<?php
}
add_action('wp_footer', 'add_custom_script');
Regards,
Josue
That did the trick!
Thanks a lot for the excellent service!
Regards
Tom