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.

Widget Title HTML Setting not Working in Widgets

8 years ago · Last reply by mediaworksweb 8 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. Alex S Staff 8 years, 4 months ago

    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. mediaworksweb 8 years, 4 months ago

    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. Alex S Staff 8 years, 4 months ago

    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. mediaworksweb 8 years, 4 months ago

    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.

Have a different question or issue?

Start New Thread