Skip Navigation

[Resolved] custom posts: content template is not shown in fullwidth

This support ticket is created 5 years, 4 months ago. There's a good chance that you are reading advice that it now obsolete.

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.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 2 replies, has 2 voices.

Last updated by TobiasS8611 5 years, 4 months ago.

Assisted by: Waqar.

Author
Posts
#1321941
options.jpg
template.jpg

Hello together,

I have nearly 20 custom posts with a lot of houses in every custom post.
All in all there are almost 40.000 objects imported in Toolset-
If I open a single house, the content is not in a fullwidth screen, it always shos a menü bar on the right side.

If I try to update the layout, it is not changing the content template.
An Example is here: hidden link

Template is Divi.

Can you help me?

#1323203

Hi,

Thank you for waiting and I apologize for the delay.

After troubleshooting, I can confirm that this issue with the DIVI theme's layout settings has been highlighted already:
https://toolset.com/errata/content-template-theme-settings-are-not-working-when-using-a-divi-child-theme/

I'm afraid, I don't have a time estimate to share at the moment, but I'll update you through this ticket, once this gets resolved.

For now, as a workaround, you can include the following custom CSS code in your "Template for Ferienhäuser" template's "CSS editor", to make the content section full width and hide the sidebar section:
( screenshot: hidden link )


#content-area #left-area {width: 100% !important; float: none !important; padding: 0px !important; !important;}

#content-area #sidebar {display: none !important;}

I hope this helps and please let me know if you need any further assistance around this.

regards,
Waqar

#1324171

My issue is resolved now. Thank you!