link-title icon h4 title problem
for some reason the title of the circle-icon widget is being messed up.
look at produced code of the widget attached here.
there is 2 extra tags on top of the “title” .
one with in it. other just string of spaces.
it makes the icon to be too high above the widget title. and the title to be too high above the widget text.
does someone has a clue?
p.s
also, the color of the is not set by the theme settings and need to be adjust manually.
—————————————————————–
דפוס אינטראקטיבי
Some text here
Read more
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Nir. Please try:
1. Dashboard > Updates, ensure everything has been updated.
2. Turn off all plugins except for Page Builder and see if the issue changes.
found the problem.
i had a tools.php i am using, from old themes:
//- remove all P and BR around shorcodes
remove_filter( ‘the_content’, ‘wpautop’ );
add_filter( ‘the_content’, ‘wpautop’ , 12);
that was probably causing problems with pagebuilder.
thanks.
Win. Glad you found the problem. Thanks for sharing.
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.