Home>Support>Widget Title HTML Setting not Working in Widgets

Widget Title HTML Setting not Working in Widgets

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Original Post:

h3 widget class to h1 or h2

Settings > PageBuilder > Widget Title HTML:

I changed the H3 to H1 and it works in the Content > Page Builder

It does not work in Appearance > Widgets > SiteOrigin Editor or SiteOrigin Image

Thanks,
Mark

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 7 years, 9 months ago Alex S
    Hi, I Work Here

    Hi Mark,

    I can’t seem to replicate this issue. Do you have a public URL where we can take a look at what’s going on?

  2. 7 years, 9 months ago mediaworksweb

    Hi,

    On this page the banner image is using a SiteOrigin Image widget.

    The text (About Us) is an h3 tag even though I changes the SiteOrigin Page Builder Settings to be h1

    http://www.dev.mediaworksweb.com/purecycle-wp/about-us/

    Let me know if you need login credentials and where to send them.

    Thanks,
    Mark

  3. 7 years, 9 months ago Alex S
    Hi, I Work Here

    Hi Mark,

    I’ve talked to Greg about this and I’m mistaken.

    Unfortunately, this is actually intentional. To clarify, the page builder setting you’re referring too will only affect widgets added through Page Builder. As the sidebar widget wasn’t added through page builder it makes sense for it to not have the Page Builder specific setting. I would recommend adding the widgets through a Layout Builder widget (which is a page builder in widget form) if you would like for Page Builder settings to affect them.

  4. 7 years, 9 months ago mediaworksweb

    Ok, I see. I was able to change it in my functions.php file. Thanks for the explanation.

    register_sidebar( array(
    ‘name’ => __( ‘Banner-widget’, ‘twentysixteen’ ),
    ‘id’ => ‘banner-widget’,
    ‘description’ => __( ‘Banner Widget.’, ‘twentysixteen’ ),
    ‘before_widget’ => ‘

    ‘,
    ‘after_widget’ => ‘

    ‘,
    ‘before_title’ => ‘

    ‘,
    ‘after_title’ => ‘

    ‘,
    ) );

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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More