Hi,
I’m using your pre-built ‘Construct’ site and the update to version 11 breaks the layout and does so even on your demo site. Please note the sticky header is pushed all the way to the right and the content container is no longer as wide as it used to be. As you can see in the demo site thumbnails, the ‘Construct’ site used to be the same width as the ‘Law Firm’ site. However, the ‘Law Firm’ site doesn’t use a sticky header and doesn’t seem to be effected by the update – see demo.
Given the number of complaints about the update, I thought the issues would be fixed by now, but as that hasn’t happened, please can you advise? I’ve tried updating automatically, as well as manually (theme and plugins), but this hasn’t made any difference. I’ve also read the threads regarding boxed and full width sites, but none of those fixes have worked either. As the issue exists on the demo site, I’m guessing it’s not my site/settings, so I’d be grateful if you could post a fix ASAP.
Many thanks.
Hi LG, there was a problem with the boxed version in previous theme versions, this was not apply correctly for envier website, it was only on content, and according to our guide, the boxed version will apply for all elements from website -> https://i.imgur.com/p1qNlUy.png now in Newspaper v11 that bug was fixed -> https://i.imgur.com/JvmVnl1.png -> https://themeforest.net/item/newspaper/5489609
Also I added a request to have the option that the background to be apply like before.
If you want, I can provide a css that will make the website look like before, but for this I will need a link to your website.
Thank you for your understanding!
Hi Calin,
Thanks for your reply. I’m not sure I fully understood it though, but not to worry.
Yes, an option to put the background back as it was, would be good. In the meantime, if you could provide the necessary CSS, that would be appreciated.
The website can be found here. However, this site is not ‘broken’ – I rolled back to the previous version, as the site’s live and cannot be left showing errors.
I applied the update to a staging site, which you can see here. Alternatively you can see the issues on your own ‘Construct‘ demo site.
Many thanks
Hi,
I manage to make a css that is fix the most part of the website, if you want to check it, then please try this code:
.td-boxed-layout #td-outer-wrap {
max-width: 100%;
margin: 40px;
}
.td-boxed-layout .tdc-row>.td-pb-row>.td-element-style, .td-boxed-layout .tdc-video-outer-wrapper, .td-boxed-layout .tdc-row-divider {
width: 100vw!important;
}
You need to set the code in theme panel> custom code> advance css and set it only in viewports that you want to apply.
Thank you!
Hi Calin,
I’ve added your code as described – it seems to work fine for all pages, except for sticky header within the Projects section – see below:
Please advise.
Many thanks
Hello,
We hope that in the next update we introduce an option for the header and footer to work as before, even if initially this was a bug.
Also, for the sticky header please try this code
.td-boxed-layout #td-outer-wrap .td-header-desktop-sticky-wrap, body.td-boxed-layout #td-outer-wrap {
width: 100%!important;
}
Let me know the results!
Thank you!
Hi Anamaria,
Thanks for the info.
Unfortunately the code doesn’t quite work, it looks like the following is overriding it. There may be other things too, so I thought it best you take a look:
@media (min-width: 1164px)
.td-boxed-layout #td-outer-wrap .td-header-desktop-sticky-wrap, .td-boxed-layout #td-outer-wrap .td-header-mobile-sticky-wrap, .td-boxed-layout #td-outer-wrap .tdc-row-is-sticky {
width: 1164px !important;
}
I have added the supplied code to my site (links as before), but you can also see what’s happening on your demo site (which still needs to be fixed).
Many thanks
Hi,
We just tested some more css codes and this one will work better for sticky menu
.td-boxed-layout .td-header-desktop-sticky-wrap {
width: calc(100% - 40px * 2) !important;
}
-> https://i.imgur.com/SCzg5IC.jpg
Also I announce our designers to fix this problem on live websites.
Thank you!
Hi LG,
Can you please contact us at contact@tagdiv.com and provide wp-admin and one of our designer will check your website and fix it as soon as possible. Also include the link of topic to can identify you.
Thank you for your understanding!