[Resolved] Query for template “Sider”

Home Forums Support [Resolved] Query for template “Sider”

Home Forums Support Query for template “Sider”

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1337626
    Alberto

    Hi. I wanted to know how I can make the widget (Lightweight Social Icons) in the header (which disappear in mobile) can be viewed in mobile, if possible below all content. Thank you.

    #1337848
    Leo
    Staff
    Customer Support

    Hi there,

    Can you try adding them in the footer bar widget area?
    https://docs.generatepress.com/article/footer-bar-widget-area/

    Then we can hide them on desktop.

    Let me know if this helps ๐Ÿ™‚

    #1337856
    Alberto

    I think it doesn’t explain me correctly …

    I’m working on the “sider” design that GP offers in Site Library

    This layout does not show widgets in the footer …

    Side

    #1337873
    Leo
    Staff
    Customer Support

    I’m referring to the footer bar widget area, not the footer widget area:
    https://docs.generatepress.com/article/footer-bar-widget-area/

    #1337881
    Alberto

    Now I understood ๐Ÿ˜‰

    It could be an option …

    How can I hide these widgets in the desktop and tablet versions, but show them in the mobile version?

    Thank you

    #1337889
    Leo
    Staff
    Customer Support

    We would need to use CSS for that.

    Can you add it in and link me to the page in question?

    #1337895
    Alberto

    The site is under construction and there is no access from the frontend.

    There are no problems in sending you a username and password.

    By what private means can I send you this information?

    #1337899
    Leo
    Staff
    Customer Support

    You can send the access using Account Issue here:
    https://generatepress.com/contact/

    Please reference the topic URL.

    Just the viewing access would be fine.

    #1337907
    Alberto

    I just sent you the data

    Thank you!

    #1337942
    Leo
    Staff
    Customer Support

    Try this CSS:

    @media (min-width: 769px) {
        .footer-bar #lsi_widget-2 {
            display: none;
        }
        .footer-bar .widget-title {
            display: block !important;
        }
    }
    #1337949
    Alberto

    It worked perfectly! Thank you very much!

    One more question: how can I make the titles of the widgets visible?

    Thank you

    #1338118
    Leo
    Staff
    Customer Support
Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.