Tagged: grid row
Hi team,
We have a problem when we use Grid row element on a website with lateral header.
Each time when we insert a grid row in page, this element active a “close content main div” and “break” the page.
Capture in private
Thanks for your help!
Marc
Hey Octopus4444,
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Hi Rikard,
Yup see access in private
Thanks for your help
Hi,
We added a script in the functions.php file to fix the issue temporarily. Is this a translated page?
function ava_custom_script_fix_23232332432(){
?>
<script>
(function($){
function a1() {
var grid = $('body').children('.avia-section, .av-layout-grid-container, #footer, #socket');
$(grid).appendTo('#wrap_all #main');
}
a1();
})(jQuery);
</script>
<?php
}
add_action('wp_footer', 'ava_custom_script_fix_23232332432');
Best regards,
Ismael
Hi Ismael,
Thank you very much for your help! It’s works perfectly now!
Just for know, it’s an unique issue for this website installation or it’s a “bug” of Enfold? You include a patch for the next Enfold version?
Thanks again for your help!
Marc
Hi,
It is been reported to our developers from Ismael, so most probably it will be fixed, yes.
Best regards,
Basilis