Widget Title HTML Setting not Working in Widgets
Original Post:
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
4Hi 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?
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
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.
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.