Hi,
Since a few weeks my Widgets (right column) on my website does NOT show anymore on the right side - but UNDER a post. I deactivated all Plugins and reactivated them – just to find out that the "Toolset Blocks" plugin does break it.
Can you help to find a solution how to get a "normal" look of my website back?
Kind regards, Martin
Hi Martin,
I checked your website and I see that the left container with the class of "td-pb-row" and the right container (sidebar) with the class of "td-main-sidebar" do not have any sort of alignment code such as right/left float or display flex in CSS.
That is why it goes to the bottom. But I am not sure what happens with Toolset and what is the connection.
I'd appreciate it if you could give me the URL/User/Pass of your WordPress dashboard after you make sure that you have a backup of your website.
It is absolutely important that you give us a guarantee that you have a backup so if something happens you will have a point of restore.
Make sure you set the next reply as private.
That way I will be able to deactivate Toolset for a minute and see what is the code change.
Thanks.
Hi there,
I found out that in the content template below:
CB TPL Posts mit Ausgabendetails
If you remove the content after:
<h2>Angaben zum Buchtitel:</h2>
The issue is fixed. That shows you did not close an HTML tag correctly in that code.
Please review your code and make sure you close everything correctly.
Thanks.
Thanks. I have to do it myself, correct? Currently, I do not see the change...
I just saw that in the template "CB TPL Posts mit Ausgabendetails" was a closing :
<?php
I just deleted this and now it works! Thanks!
My issue is resolved now. Thank you!