Hi,
Why do you think this is a problem caused by Polylang? Does the background image show if you turn Polylang off?
Cheers,
Česlav
Hi,
As soon as I installed Polylang, this issue occured. Before, there was no problem with this, so something has happened… I don’t suppose you have any ideas about this?
Thanks
Hi,
I’m having the same issue!
The background is there as it shows around the edges when box layout is enabled. There just appears to be a solid white background overlay.
I’ve used firebug to check the css and can’t find anything.
If anyone can help… I’d like the posts looking the same as the pages.
Post.. http://justcremate.co.uk/2016/03/matt-j-tyldesley/
Page.. http://justcremate.co.uk/contact/
Thanks in advance!
@mtyldesley
There is a special CSS rule in your theme stylesheet that makes the background image visible:
/* Sections */
.page.et_pb_pagebuilder_layout #main-content {
background-color: transparent;
}
Otherwise, main content has white background that overlays the background image:
/* Containers */
#main-content {
background-color: #fff;
}
There seem to be no such rule available for post pages, so you have to add it yourself:
.single.et_pb_pagebuilder_layout #main-content {
background-color: transparent;
}
But I don’t see any connection to Polylang in your case. Do you use it all? 😉
Cheers,
Česlav
@marayapiraya I don’t know if you’re using Divi theme as mtyldesley? If not, provide more information on your theme/plugins or provide a link to pages where the problem occur.
Cheers,
Česlav
@chesio
FIXED! Thank you!
Nothing to do with Polylang in my case, not using it 😉
Maybe you could help me with the other issue I’m having?
I’m using this module:
https://wordpress.org/plugins/carousel-horizontal-posts-content-slider/
On this page:
http://justcremate.co.uk/contact/
As you can see it’s pushing all of the page content up into the header.
I was looking last night but couldn’t figure it out.
Does anything stand out to you?
Thanks again!
Matt
Hi Matt,
I’m glad I could help, but this is neither support forum for Divi theme nor for other plugins than Polylang 😉
Greetings,
Česlav