This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Error with last update and Poiylang (2.9.2)

7 years ago · Last reply by Andrew Misplon 7 years ago

In Header and Footer Widgets, if there are 2 widgets but only one is used per language with Polylang, # masthead-widgets .widget and # footer-widgets .widget have width = 50%, instead of 100%.

This did not happen before version 2.9.2

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Alex S Staff 7 years, 3 months ago

    Hi Icodina,

    Unfortunately, as you’ve seen, Polylang has changed something that is resulting in the sidebar width being incorrectly calculated. We’re currently looking into this issue and should hopefully have a proper fix shortly. In the meantime, you’ll need to use CSS to avoid this issue. Can you please clarify what theme you’re using? This will allow me to provide you with CSS specific to your theme.

  2. icodina 7 years, 3 months ago

    Hello,
    I’ve already fixed it with CSS (the theme is Vantage). I just wanted to report the error.
    Thanks for your answer.

  3. Andrew Misplon Staff 7 years, 3 months ago

    Hi :)

    Please, try adding the following to CustomizeAdditional CSS or the Custom CSS location of your choosing and let us know how that goes:

    .site-footer #footer-widgets .widget {
        width: 100%;
    }

    Thanks

  4. icodina 7 years, 3 months ago

    Hi Andrew,

    That would be a solution, but it is not good for all cases.

    To solve the error, I think what I had done is better:

    #masthead-widgets widget.panel-first-child.panel-last-child { width: 100% !important; }
    #footer-widgets widget.panel-first-child.panel-last-child { width: 100% !important; }

    Only when there is a single widget. :-)

    Thanks,

  5. Andrew Misplon Staff 7 years, 3 months ago

    Thanks for your feedback and additional rules, indeed, my rule would only work for the footer. All the best :)

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread