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/

https://malimo.co

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(&quot;https://malimo.co/wp-content/uploads/2016/11/screen-shot-2016-11-13-at-11.04.19-1741x1080.png&quot;);">         </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(&quot;https://malimo.co/wp-content/uploads/2016/11/screen-shot-2016-11-13-at-11.04.19-1741x1080.png&quot;);">         </div>     </div> </div> 

quite case you've missed changing setting in visual composer fix issue.


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -