Hi “Enfold”,
I’m facing an issue with enfold 4.4.1.
When I select the footer page as footer, all my site working properly except my homepage, where the first column is “eated” and don’t appear.
I inspect with Chrome, but I don’t know why, on the homepage, the DOM don’t generate the first column in the color section.
I hope you will help me. I really don’t understand..
Best regards,
Guillaume.
Hey Wecode_fr,
Could you please enable the Advanced Layout Builder debug mode. Here is how to do it:
Best regards,
Victoria
Hi Victoria,
Thanks you for your response.
It’s enabled now.
Best regards,
Guillaume.
Hi Guillaume,
Thank you. Can you please disable all plugins and see if the issue persists?
Best regards,
Victoria
Hi Victoria,
I tested and I disabled all the plugins. No changements. The problem is still here.
Best regards,
Guillaume.
Hi,
I noticed that there’s a footer.php file in the child theme. What did you change there?
Best regards,
Ismael
Hi Ismael,
We added two lines at the end. There is no difference between the original and the footer.php in child theme except that line (in private).
Best regards,
Guillaume.
Hi,
It’s really strange. The first column becomes the last and its content are being removed. I added the content of the footer in the home page manually and then added the following css code to remove the footer with the missing column.
#home-footer + #footer {
display: none !important;
}
Best regards,
Ismael
Hi Ismael,
Thanks you. I had the same idea. I really don’t understand why this bug is here.
Best regards,
Guillaume.