- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsOffset Feature
- TutorialstagDiv Social Counter Tutorial
- TutorialsHow to Update the WPBakery Page Builder plugin
Hi Bogdan,
I have disabled every single plugin (except Visual Composer) and the post settings still don’t show up for non-admins. If possible, I can send you login credentials to our “staging” site so that you can see for yourself.
hi,
WPBakery Visual Composer licence code
I can not update the license code you want from me?
By the way, the WP Bakery Visual Composer version is 4.12
Thanks
Hi Andrei,
I couldn’t manage to make the counter plugin work.
I think I don’t have the V4.1 because the Visual composer plugin is not update. I have try several times to make the update, following the update steps, but it gives me WP error, because the size of the zip file exceeds the limit.
Please let me now if this two plugins are related or there’s a way to update the plugins separately.
Thank you
I think you can do that by editing each module in your layout in visual composer on your home ‘page’
Hi
I’ve just received an update for the visual composer on my WP dashboard. Do we have to update it?
If so, from where? I would like some guidance, please.
Thank you!
If you see the docs, you get a “bundled version” with the theme (it’s licensed/legal); you don’t get a free license with the WPBakery folk for support and updates (although you could buy one, supposedly).
So, you get the latest “tested” version of VC when the theme itself is next updated. See the sticky topic top of the forum index on “updating visual composer …”
🙂
There is an update of the plugin WPBakery Visual Composer 4.12.1 but when trying to update its saids I can’t because of the license, don’t we use a licensed plugin?
Hello Enrico,
Please notice that the latest version of the theme come bundled with the latest version of Visual Composer (4.12). You will have to update the theme and also, the Visual Composer. -> https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Hope this helps!
Thanks.
Ive got this error /wp-content/themes/Newspaper/includes/wp_booster/td_video_playlist_render.php on line 174
Ive updated the theme
Ive updated the Visual Composer (i cant activate it, it says No license found)
Where is the issue here
its only happening on News Magazine theme
The visual composer plugin keeps on loading on my homepage.
I think i need to update it (i have the version 4.9).
What can I do to update it?
Thanks
Hello,
Please make sure you clear all aches and only use wp super cache and these settings: https://forum.tagdiv.com/cache-plugin-install-and-configure/
You can also try to disable all plugins except visual composer, clear cache and reset cdn files as there could be a plugin conflict affecting the widget.
Thank you!
Hello,
1) there is no theme setting for this but it can be done with a css trick. Add this code in the theme panel->custom css box:
.td_block_4 .entry-title a{
pointer-events:none!important;
}
And if you want to remove the hover color you can also ad this code:
.td_block_4 .td_module_wrap:hover .entry-title a{
color:initial!important;
}
2) This functionality is mentioned here: https://forum.tagdiv.com/background-introduction/
It is related to the site background. If you want to have a full width header and footer, yopu need to remove any background image or color (white counts too) You need top press the clear button for the background color and remove the background image.
3) The site width cannot be altered. Our theme was built on a fixed width and there is no simple way of changing it as all the theme elements depend on this fixed width.
4) The category tag color can only be changed with css. For this you need to add an extra class on the row that contains the block in visual composer and then use the class in this css code like so:
.mycustomclassname .td_block_4 .td-post-category{
background-color:Red;
}
Thank you!
Hello,
I have tested the post settings and there is no issue with them. Please disable all plugins except visual composer, clear cache and reset cdn files if you use it.
Then test again.
Thank you!
Hello GlanceCompany,
I have inspected your website and I saw that you have a js error in your console. This might occur from your untested plugins which you are using in your website. Please try to disable all of them, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with the theme and rule out any conflicting plugins. Also, you can try to disable the Lazyload image effect from Theme panel, like this -> http://screencast.com/t/pK5MWdK4uB
Hope this helps and let us know how it goes!
Thanks.
Hello,
Please disable all plugins except visual composer, clear cache and reset cdn files. Then test your panel again
Let us know if you still have trouble with this.
Thanks.
Hello Twolle,
I have inspected your website and I saw that you have a js error in the theme. Please ensure that you have disabled all the active plugins, have left just Visual Composer to active, clear all your caches and install only the plugins that come bundled with the theme. Also, please try to disable the Lazyload image effect from the panel, like this -> http://screencast.com/t/DtRdJJfERP32
Hope this helps and let us know how it goes!
Thanks.
Dear sir, I am using your theme. the site was ok but suddenly it becomes so unstable that I can’t use now. The frontend is loading but without the image. The backend is totally disrupted. I tried to restore the site by disabling all the plugins except visual composer but nothing seems work. I contacted to server authority but they said, no problem on the server side and suggest to talk with theme developer. I tried to switch the theme and that time site works and images loads. but when I use the newspaper theme, it does not work at all. I am sending all the information including backend and frontend. So please have a look and let me know what’s the problem. Give me the email so that I can mail you with the password and username for the site.
Site – http://www.wiredmahir.com/
HOW TO activate visual composer IN NEWS PAPER 7 THEMES
Hello, my Instagram feed does not work even if i tried cocacola, or other public accounts, I keep getting the message “Instagram data error: Instagram html data cannot be retrieved” . Also the Social counter does not work for Instagram, it works for Youtube though. What is the problem please? can you fix this? I’ve already tried to disable all plugins except Visual composer and still no problem. Our website is http://www.mediafree.gr
Hello,
There are actually 2 weather widgets. The first one is in the top bar. That one does not use the user location. it only shows the location you add in the back-end.
If you add the weather widget in the sidebar or on a page in visual composer there will be an option to detect the location or type it in on chrome (chrome does not allow the location service to run for the moment so we added a filed to type the location on the front-end): http://screencast.com/t/q0FHKFuvXkI
Thank you!
Hello ABilgen,
Please notice that you can use the shortcode which is generated for each block in Visual Composer and place it everywhere you want in your post article, like this -> http://screencast.com/t/CXZ9zth19 -> http://screencast.com/t/FY2TdUKaL -> http://screencast.com/t/GyDsxUzKTP and the result -> http://screencast.com/t/Of3qsGGCcPR
Hope this helps!
Thanks.
Hello Yucca,
You can edit the theme template files that correspond to each post style you use on your site and use a do_shortcode function like so:
<?php echo do_shortcode('[vc_row][vc_column][td_block_5 custom_title="Block title2" limit="3"][/vc_column][/vc_row]');?>
http://screencast.com/t/2QKMvATQ2jY
You can get the shortcodes for any block from visual composer if you access the classic mode and text mode in the mce editor: http://screencast.com/t/c8HfwvZt
Thank you!
Hi
Before making any changes in your site make sure you do a full backup to your current wp-install and the database also: https://codex.wordpress.org/WordPress_Backups
Make sure you do a clean install, please check our documentation for more details in this regard: https://forum.tagdiv.com/how-to-update-the-theme-2/ and also update Visual Composer at V 4.12 which is included in theme’s patch: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ During the update process deactivate all plugins, just to make sure that there is no conflict.
After the update is complete clear all caches, purge the cdn if you’re using then test the site and check how it works.
Let us know how it goes.
Thanks
Hello Glance,
The color of this button can be changed from Visual Composer, like this -> http://screencast.com/t/9UZzB0AGVaX All of these modifications should be made before copying the code in do_shortcode and then you switch to the classic mode and the shortcode of the button with the color will appear, like this -> http://screencast.com/t/vAofNMUgMS. Also, please notice that you can insert the button everywhere you want into your site.
Thanks.