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?
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
My issue is resolved now. Thank you!