This topic has 4 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Olga Barlow
Hi,
I’ve finished building my site, started translating it with polylang and after night, nothing seems to appear.
On Chrome’s console, we can see all the visual composer elements, however, none of them are showing:
http://prntscr.com/iv8jyd
I have tried:
– Updating the theme to 4.21
– Updating all the plugins
– Deactivating plugins one by one. Only after deactivating “Massive Addons” site works, however, its built on it, so would be great if we get it working on it.
– Increasing memory limit to 256m
Any thoughts?
Hello,
You added custom code to hide the rows
.vc_row.wpb_row.vc_row-fluid.mpc-row {
display: none;
}
https://gyazo.com/1e25bb42397c3d9a7c6b3497fc8906cb
That’s why your page is empty when you check it.
I moved the custom code from customizer to child theme style.css, it will be easier for you in future to find out if your custom code is the reason of the problem just switching between parent and child theme.
Regards
OMG.
Juniors…
Sorry guys, and thanks for quick support!
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up