Problem with visual composer bbackery

Posted in: Newsmag
Post count: 6

Hi, i need assistance for visual composer. I have updated wordpress from 4.5 to 4.7 and now it doesn’t work. When i try to modify a page i can but only with the wp text editor. The visual composer don’t work.

How can i fix this problem?
Thankyou

Post count: 23312

Hello Ylli,

Please try to delete it and install it again from the theme packet files. You should install the Visual Composer plugin which comes bundled with the theme packet. Remove the old version of this plugin and install the right one via FTP. For more information about how you can install the Visual Composer, please consult our documentation here -> https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/ Clear all your caches, purge CDN files and check the results. Also, check your system status and also, setup it according to our guide here -> https://forum.tagdiv.com/system-status-parameters-guide/

Thanks for your understanding!

Post count: 6

Thanks i will try surely in next days.

An other question if i can. I have a problem with the top header menu on my site.

http://www.4industry.tv

When i display it on mobile the top header menu (the grey one up the site logo) is not displaied, how can i display it?

thank you.

Post count: 23312

Hello Ylli,

If you want to display the top menu bar in the mobile version, you should use a bit of CSS code to do that. Try the code below and pale it in Theme panel->Custom CSS area.

@media (max-width: 767px){
.td-header-top-menu {
display: block;
}
}

The result is here -> https://www.screencast.com/t/R9O2xu3I4iL3

Thanks for your understanding!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.