Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1014062

    How to display “Recent posts” widget in smartphone or tablet displays? How to choose what will be displayed by Enfold theme depending on the device?

    #1014098

    Hey crepindany,

    First off, could you try updating the theme to the latest version (4.4.1) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. Please note that you might have to delete the old version before you upload the new one in order for it to install properly.

    Best regards,
    Rikard

    #1014136

    I’ll give it a try… hoping that there will be no side effect on my enfold child theme and that I’m still electable for theme updates.

    #1014154

    Hi,

    The sidebar is hidden by default on mobile devices. Please add this code to the quick css field to show it on mobile devices too:

    
    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #main .sidebar {
        display: block;
    }
    }
    

    Best regards,
    Peter

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.