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.

Layout Builder widget in Footer area not rendering Headline widget correctly

Resolved 9 replies technicalthemetheme-vantage
10 years ago · Last reply by zpeterson 10 years ago

Hello,
So far so great with everything else I’ve been developing with your premium theme. Thanks team!

When I use the SiteOrigin Headline widget the text is not marked up when I reload the page. Do I need to use a custom CSS entry to display this properly or am I missing something?

Thank you,
Zach

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

Need fast email support? Get SiteOrigin Premium

Replies

9
  1. Support Assistants 10 years, 2 months ago

    Hi Zach

    Thanks for your support.

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  2. zpeterson Private 10 years, 2 months ago

    This is a private message.

  3. Support Assistants 10 years, 2 months ago

    Thanks. Let’s add to Custom CSS:

    /* Footer */
    .site-footer h1 {
      font-size: 1.7em;
    }
    .site-footer h2 {
      font-size: 1.6em;
    }
    .site-footer h3 {
      font-size: 1.5em;
    }

    In the site body the Headline widget’s heading tags benefit from styling meant for normal headings. Those styles don’t target the footer so we need to add them. Let us know how this goes.

  4. zpeterson Private 10 years, 2 months ago

    This is a private message.

  5. zpeterson Private 10 years, 2 months ago

    This is a private message.

  6. Support Assistants 10 years, 2 months ago

    That’s strange. Let’s try:

    .site-footer #sow-headline-container.sow-headline h3 {
    	text-align: left !important;
    }
  7. zpeterson 10 years, 2 months ago

    That aligned it correctly.

    I’m trying to only use SiteOrigin widgets as much as possible for maximum compatibility. I’m using
    SiteOrigin Widgets Bundle, Easy Bootstrap Shortcodes, and Jetpack widgets. Are there conflicts with these plugins?

    Thank you again for the help!
    -Zach

  8. Support Assistants 10 years, 2 months ago

    Glad to hear that did the trick.

    If you haven’t noticed any problems so far then you’re all good.

    We have had various small challenges with Bootstrap related plugins in the past. Jetpack is fine. Let us know if anything comes up.

  9. zpeterson 10 years, 2 months ago

    Will do!
    Take care,
    Zach

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