Skip Navigation

[Resolved] Toolset Blocks breaks my Widgets (using TagDiv Magazine as Theme)

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 5 replies, has 2 voices.

Last updated by Martin 1 year, 6 months ago.

Assisted by: Christopher Amirian.

Author
Posts
#2610605
Bildschirmfoto 2023-05-26 um 19.29.24.JPG
Bildschirmfoto 2023-05-26 um 19.29.10.JPG

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

#2610853

Christopher Amirian
Supporter

Languages: English (English )

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.

#2611305

Christopher Amirian
Supporter

Languages: English (English )

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.

#2611307

Thanks. I have to do it myself, correct? Currently, I do not see the change...

#2611317

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!

#2611319

My issue is resolved now. Thank you!