Visual Composer 4.12

Posted in: Newsmag
Post count: 18

Visual Composer says there is an update. Will we be getting an update file to make it current to 4.12?

Post count: 6535

Hi

Current version of Visual Composer included in theme’s path is V 4.11.2 We will test the new version and if the results will be positive V 4.12 will be included in theme’s path.

Thanks!

Post count: 18

Will we be notified when there is an update available?

Post count: 6535

Hi

Yes you should get an email from envate when we will release next theme update.
Thanks!

Post count: 73

I did the update today and I’m having quite a few issues after the update.

I’ve completely deleted the theme and child theme folders and made sure the upload is a clean upload of the files to the FTP server, but still seeing errors.

1) The top header initially shows as blue and then changes to the correct color, orange. This never happened before and happens every time I refresh any page.

2) The events pages (http://mauimagazine.net/maui-events/) show a style problem where the text is squeezed and shows a big gap on the right side, making the whole page look long and bad. I have tested deactivating all other plugins and can see the problem is not a conflict among plugins.

3) My customizations to my child theme do not see to be showing properly – custom title tags for events pages generated by The Events Calendar Pro.

4) I tried using the mobile template plugin and it causes a whole bunch of errors. On the new mobile template, none of any page content shows. Just the footer content shows. And the events calendar page does not load any listings and gives this error message: nothing loading: wp booster error: td_module: td_module_mob1($post is not WP_Post

If 2 & 3 require me to get support from the premium plugin, I will go there. Since the theme change caused this problem today, I’m pretty sure it’s the theme code, not the plugin itself.

I already emailed support directly with my license code and login info, but I appreciate a reply or response to this and a followup via email.

Thank you.

Post count: 6535

Hi

1. That happens because when page is loaded the theme first loads the css from style.css file then it’s the css generated by the theme from theme panel. To avoid that delay you can edit the style.css and paste there all custom css generated by the theme. That css can be fount in page source: http://screencast.com/t/VsXush6P Currently you have this code: http://pastebin.com/mHsMpdZC and this one from theme panel > custom code > custom css: http://pastebin.com/RLF5Gwca You can paste this code in style.css: http://screencast.com/t/7NJL47O7dPI
Note that if you make any changes trough theme’s colors or theme’s fonts the css will be modified and you have to update it again.

2. Checking the page I’ve noticed that the plugin set a 60% width for event’s description, that’s why the page becomes very long. Try this css to make event’s description 100% width: http://screencast.com/t/xLjCVg7PsS

.tribe-events-loop .tribe-events-content {
width: 100%;
}

3. Please check your customizations from theme panel and make sure that conditions added are meet, otherwise the code won’t be executed. I am not aware of Events Calendar functionality and I can’t provide an accurate answer in this regard.

4. Please check our documentation for more detail about how mobile theme plugin works: https://forum.tagdiv.com/the-mobile-theme/ Note that the mobile theme won’t display any content made with Visual Composer. Basically only the content inserted in mobile editor will be displayed on the page when mobile theme is enabled. If you want to have the same content on mobile as on desktop just live mobile theme deactivated.

Thanks!

Post count: 5

Donde puedo descargar esta actualización, pues está generando problemas?

Post count: 73

Thanks for your help. I moved the CSS codes to the style.css file. I cleared my cache and still seeing the same blue header appear before orange. I was wondering if you think it will change after more time has passed, like maybe the cache is not really clear yet…

Post count: 6535

Hi

@La Polilla Tlaxcala please address us in English next time as we don’t speak Spanish and is hard to understand your messages.

Last theme update can be downloaded from your themeforest account in downloads section.

@Maui No Ka Oi Magazine I’ve checked your site and now it’s loaded fine, on my side the blue bar is not displayed anymore.

Thanks!

Viewing 9 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic.