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].
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
Hi 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.