Display problem with the right bar

Posted in: Newspaper
Post count: 28

Hello
I have a display problem with the right bar on the homepage.
https://normandie.zonelivre.fr/
And the separator does not appear.
But when I activate Tagdiv Composer, it’s good but the display of the images is bad
I left a theme demo but the problem is still there.
And other problem of posting in articles :
Exemple
Do you have an idea to help me ?
Thank you

Post count: 16

Hi, I’m getting exactly the same error. My sidebar its on the right side of the page, but it “breaks” its column container to its right side while scrolling, just like jerome’s example.

Any fix?
Thank you

Post count: 20685

Hi,

We are aware of that issue with the sticky sidebar, when using WPBakery only. The issue is currently investigated and it will be fixed as soon as possible. It will affect pages and also posts if you used WPBakery to build posts and create sticky sidebars.

If the tagDiv composer is also active the sidebars should function correctly. You could activate the tagDiv composer to fix it temporarily if possible. But that may create problems with WPBakery content.

A solution you could try is these codes that will force the sticky sidebars to the proper widths, for all viewports
https://www.screencast.com/t/4kTKWFnW

You could give them a try and see if they work for you, let me know

Desktop

.td-ss-row .td-pb-span4 .wpb_wrapper {
width: 324px!important;
}

iPad landscape

.td-ss-row .td-pb-span4 .wpb_wrapper {
width: 300px!important;
}

iPad portrait

.td-ss-row .td-pb-span4 .wpb_wrapper {
width: 228px!important;
}

Sorry for the inconvenience.
Thanks

Post count: 16

Thank you Simion, codes worked just fine.

Yes, I disabled TD Composer a while ago because of that reason.
I hope you find a fix soon, since many of us prefer WP Bakery over TD Composer because of the back end editing.

Greetings.

Post count: 28

Hello

It’s ok, thank you

Post count: 20685

Glad the quick fix worked. This is being worked on as we speak, in the coming update it should be fixed. Sorry again for this inconvenience.

Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.