My wordpress site's pages broke -
for reason wordpress page broke.
usually first thing on home , page full width image text on top. page's title white < div > being shown on top.
https://malimo.co/unsere-vision/
this weirdly happened after created new page , built visual composer.
i tried tons of things deactivating plugins , reinstalled complete backup of files , database 10 days ago. problem still persists. theme author unresponsive , have no clue do. put tons of work site that's why or clue problem appreciated. thank you.
edit: site supposed like:
home https://imgur.com/a/kbsih unsere vision http://imgur.com/a/49mns
notice in code below, outermost div class "theme__section__overlay" differs in functional version contains class -image, non-functional 1 contains class -parallax
the unsere-vision version
<div class="theme__section__overlay -image"> <div class="parallax__wrap parallax"> <div class="parallax__image" data-bg-src="https://malimo.co/wp-content/uploads/2016/11/screen-shot-2016-11-13-at-11.04.19-1741x1080.png" style="background-image: url("https://malimo.co/wp-content/uploads/2016/11/screen-shot-2016-11-13-at-11.04.19-1741x1080.png");"> </div> </div> </div> home page
<div class="theme__section__overlay -parallax"> <div class="parallax__wrap parallax"> <div class="parallax__image" data-bg-src="https://malimo.co/wp-content/uploads/2016/11/screen-shot-2016-11-13-at-11.04.19-1741x1080.png" style="background-image: url("https://malimo.co/wp-content/uploads/2016/11/screen-shot-2016-11-13-at-11.04.19-1741x1080.png");"> </div> </div> </div> quite case you've missed changing setting in visual composer fix issue.
Comments
Post a Comment