
-
AuthorPosts
-
September 10, 2022 at 11:35 am #1364510
Hi guys, i set up a show demo website with enfold theme. The problem is that the footer widgets are not showing. I can only see the socket.
I provided loging credentions. Please have a look!Thanks in advanced!
September 10, 2022 at 11:35 am #1364511September 10, 2022 at 1:07 pm #1364520Hi,
Thanks for the login details. The footer widget are displaying fine on my end, please note that you have to scroll all the way down the page for them to display. If you want to change the behaviour of the footer, then you can do so under Enfold->Footer.
Best regards,
RikardSeptember 10, 2022 at 2:56 pm #1364536Maybe it has something to do with Google Chrome. I tried clearing the cache and cookies. Still not showing. It works on Microfost Edge though.. Mobile version also doesnt show footer widgets with google chrome (samsung – android).
September 10, 2022 at 2:57 pm #1364537I also tried both settings for the footer – Scroll with page / Sticky with curtain effect – no change.
September 10, 2022 at 7:16 pm #1364549Hi,
It’s displaying fine on my end using Chrome, please see screenshot in private. It works as expected on mobile as well.
Best regards,
RikardDecember 21, 2022 at 2:44 pm #1376991I too cannot get the footer widgets to display. Any help is greatly appreciated!
Posting more details in the private section.
December 21, 2022 at 6:28 pm #1377034Hi @thal0029,
You have modified version of Header.php file on your child theme. Please rename current file to old-header.php, copy fresh copy of header.php file from the parent theme, paste it inside your child theme and re-apply the modifications on the file. That should help :)
Best regards,
YigitDecember 21, 2022 at 7:38 pm #1377038Fantastic! Thank you! That is much better!
any idea how to hide/fix the background on the squares?
thank so much!
December 23, 2022 at 2:51 am #1377184Hi,
Thank you for the update.
The background image is applied directly to the column element. You should be able to remove it by editing the background settings in the Styling tab.
Best regards,
IsmaelDecember 23, 2022 at 2:16 pm #1377214I only want it removed for mobile devices? I want it to stay on desktop. Thank you!
December 23, 2022 at 2:27 pm #1377218Hey,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 480px) { #top #av_section_9 .flex_column { background: none; } }
Regards,
YigitDecember 23, 2022 at 3:45 pm #1377234Perfect! Much appreciated!
December 23, 2022 at 3:50 pm #1377236 -
AuthorPosts
- The topic ‘Footer widgets not showing’ is closed to new replies.