Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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!

    #1364511
    #1364520

    Hi,

    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,
    Rikard

    #1364536

    Maybe 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).

    #1364537

    I also tried both settings for the footer – Scroll with page / Sticky with curtain effect – no change.

    #1364549

    Hi,

    It’s displaying fine on my end using Chrome, please see screenshot in private. It works as expected on mobile as well.

    Best regards,
    Rikard

    #1376991

    I too cannot get the footer widgets to display. Any help is greatly appreciated!

    Posting more details in the private section.

    #1377034

    Hi @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,
    Yigit

    #1377038

    Fantastic! Thank you! That is much better!

    any idea how to hide/fix the background on the squares?

    thank so much!

    #1377184

    Hi,

    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,
    Ismael

    #1377214

    I only want it removed for mobile devices? I want it to stay on desktop. Thank you!

    #1377218

    Hey,

    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,
    Yigit

    #1377234

    Perfect! Much appreciated!

    #1377236

    Hi,

    You are welcome!

    Merry Christmas and Happy New Year! 🎅🎆

    Best regards,
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Footer widgets not showing’ is closed to new replies.