- NewsmagtagDiv Composer Tutorial
- NewsmagHow to use the Visual Composer plugin
- NewsmagHow to update a plugin
- NewsmagWhat’s included in Newsmag theme package
- NewsmagRequirements for Newsmag
- NewsmagInstall via WordPress
- NewsmagInstall via FTP
- NewsmagBlock settings tutorial
- NewsmagtagDiv Social Counter tutorial
- NewsmagHow to update the WPBakery plugin
- NewsmagPage Menu
- NewsmagCustom ad spots
- NewsmagSmart sidebar
- NewsmagVideo playlist
- NewsmagPage templates
- NewsmagHomepage – How to build and set it
Hi
Try to deactivate all plugins except Visual Composer, clear all caches, purge cdn files if you’re using then test again. If you still can’t manage to solve this please provide your site url so I can have a closer look.
Thanks!
Hello Navito,
Please notice that if you want to change the text from the “Text with separator” element in Visual Composer you will have to change this only if you are using a bit of CSS code. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.vc_separator.vc_separator_align_center h4 {
font-family:Princess Sofia;
}
The result -> http://screencast.com/t/VI75x6bDXXyp
Also, the font that you call with CSS code will have to be loaded in your theme from your Theme panel->Theme Fonts area, otherwise, the font will not be available and this will not appear in the frontend.
Thank you for your message!
Hi,
This issue seems to be connected to the new version of wp and the htaccess file as this topic suggests: https://forum.tagdiv.com/topic/header-broken-after-update/
Or another case, a plugin conflict: https://forum.tagdiv.com/topic/cannot-modify-header-information-2/
Please try to check your htaccess or disable all plugins except visual composer, clear cache and reset cdn files.
Let us know how it goes.
Thank you!
Hi,
For some reason the theme simply does not use thumbnails on your site: http://screencast.com/t/CeC3IEtTSk It always uses the original image scaled down. Please disable all plugins except visual composer, clear cache and reset cdn files. Then use the force regenerate plugin to regenerate your thumbnails.
If you still have issues with this, please send us an email at contact@tagdiv.com and provide wp-admin so we can inspect this issue. Also include a link to this topic so we can identify you.
Thank you!
Hi
You can use do_shortcode function in category.php file to display a custom content for a specific category. First you have to create the content in Visual Composer, then switch in backend editor, copy the shortcode and paste it inside do_shortcode function. Here is an example: http://screencast.com/t/TjJpQicbC – http://screencast.com/t/1DvdbdCzz – http://screencast.com/t/3Wl63bkLU
<?php
if (is_category('category-id/slug/name')) {
echo do_shortcode('your-shortcode-goes-here');
}?>
You have to add in above condition the name/id/slug fur the category where you want to display your custom content.
I hope this helps.
Thanks!
Hi,
Well unfortunately you cannot trim down the files as all the code is needed. If you delete code from the files, then chances are your site will break.
The js error you are getting is most likely a plugin conflict. Please try this without any plugins. Disable all of theme except visual composer, clear cache and reset cdn files. Then test your site again. Plugin conflicts can also slow things down quite a bit.
Thank you!
Hi,
In order to have the icons position side by side, you will have to assign an extra css class to the row in visual (the row that contains the icons) composer like so: http://screencast.com/t/pjVo354N and then use your custom class with css so you can target the element:
@media(max-width:767px){
.mycustomclass .wpb_column{
float:left!important;
width: 16.66666667%!important;
}
}
Thank you!
Hi
Here’s my website almost ready for launch. website
For some reason my blog posts are not showing “Read more” after the first few words. Can you tell me where the setting is to enable ‘read more”. Or is there something else I need to do when writing a post with Visual composer to insert that read more.
Also where would the settings be to set up how much text shows before the “read more” shows up.
I realize this is a VERY basic question. But I am stumped. (While I’m at it, how to I set the site to use www instead of just plusrowby.com Thanks!)))
Best
Rowby
I could reinstall the visual composer , with the new version and is now working , thank you!
Thank you for quick answer.
I do this before, when I delete all plugins home page stay with this error. Now I delete all my plugins, I leave only Visual Composer You can check it. I try also change some settings here: http://www.screencast.com/t/w6Hl7ZbEHm but this didn’t work.
Of course I clear caches files.
Any idea?
Hi,
I’ve tried using the homepage post element from the visual composer, but I still can’t achieve what you have at http://demo.tagdiv.com/newsmag/homepage-news/.
Besides adding the homepage post element and pointing it at a post (as I suspect should be done) are there any other settings to turned on or activated.
For instance where does the huge full-width image come from, and the navigation bar stands out on top.
Please how do I achieve this please?
Here is what I have currently http://teshnwritings.com/
Not sure if it has to do with the WP update but Visual Composer wont let me make a new page and add its settings. I am trying to add in the YouTube video player so when I click on the link to add the YouTube player nothing happens. The title of the icon turns black but that is all.
WP v: 4.5.1
Visual Composer v: 4.11.2
Hello Natasha,
I suppose that you want to add an image with the external link for your front page. If you want to do this, you have to use a text block element from Visual Composer, add an image and then you will have to set a custom URL, like this -> http://screencast.com/t/KCG5VPATWt -> http://screencast.com/t/liI9SBBo5rNS
For your second request, please provide more details in this regard, so I will be able to provide a more accurate response. Also, you can provide some useful screenshots for a good understanding.
Thank you for your message!
Hello emalgumlugardomundo,
I have tested on my side this case and everything seems to work as properly. Please notice that the Speed Booster is also tested with the Visual Composer and works as properly. Please ensure that you have correctly set it your speed booster because the plugin is tested with VC and should work as properly and for you. Also, check your speed booster and all the settings which you had through this.
Thank you for your understanding!
Hi Catalin, thanks for your support.. I do have the visual composer installed in Theme plugin area as per the image you sent.. What about updating it.. I found a link here for that.
https://forum.tagdiv.com/topic/how-to-update-visual-composer-2/
https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
I also deleted wpbakery, is that wrong?
Hello failmuch,
Please ensure that you are using the latest version of Visual Composer (4.11.2) and Newspaper (6.7.2). Also, please notice that this plugin come bundled with our theme and it is not necessary to buy another license in this regard. Please ignore this message and try to install only the plugins that come bundled with our theme, clear all caches and check the results.
Thank you for your understanding!
Hi
Sorry for this misunderstanding. Because of huge amount of works my colleague Catalin omitted to check the origin of these buttons.
Checking your site I’ve noticed that you have setup some margins for this button: http://screencast.com/t/Ir5RY9R2s1 that’s why its layout is affected on mobile. If I remove these margins the button will be displayed fine: http://screencast.com/t/QKmujbmG
Edit the page with Visual Composer and remove the indicated margins as they cause the misalignment for your button.
Thanks!
Hello levieh,
The latest version of WordPress (4.5.1) ‘broke’ the Visual Composer and this creates some issues through the plugin. Please ensure that you are using the latest version of the theme and also, the latest version of Visual Composer (4.11.2), clear all caches and check the results.
Thank you for your understanding!
Where do I change the font for the ‘Text with separator’ Visual Composer element?
Thanks in advance
Hello olivervossmann,
I have checked your website and I saw your mega menu. It seems to be a conflicting plugin. Please try to disable all the active plugins, leave just Visual Composer to active, clear all cache and install only the plugins that come bundled with our theme. Also, you can compare the mega menu with our demo preview and there you can see that this feature is working fine. Also, please ensure that you have correctly set you mega menu according to our documentation here -> https://forum.tagdiv.com/mega-menu/ Also, if you have any additional customizations please try to remove them and see how it works.
Thank you for your understanding!
Hi
After WordPress updated at V 4.5 there appeared a jQuery conflict in our theme. We fixed this conflict and the current theme version available on themeforest works fine, also we included last version of Visual Composer plugin.
Try to update the theme at V 2.3.6, and Visual Composer at V 4.11.2 following our documentation: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ – https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/ deactivate all other plugins, clear all caches and test again.
Thanks!
Hi
These: http://imgur.com/Xps0No7 are block’s titles and can be removed from Visual Composer, just edit the block and delete its tite: http://screencast.com/t/c6n7YPAxM9pK
The options from this screen http://imgur.com/G49hG0M refers at categorizes pages, for example this one: http://www.techvitae.com/category/uncategorized/ In this screen http://imgur.com/IBOj8Bn you’re on a static page, not a category page. Static pages can be customized using Visual Composer page-builder: http://screencast.com/t/XoLoKDGlp
Thanks!
Hi
This blank space is not generated by the theme, it seems to be added by a facebook widget: http://screencast.com/t/DxlcxjRX I am not sure what code calls that widget but it could be one of your installed plugins or a custom code added in theme’s files. Try to deactivate all plugin except Visual Composer, clear all caches then test again If you still can’t manage to remove that space use this css in theme panel > custom code > custom css: http://screencast.com/t/hG4hl3DzhRSX
.fb_iframe_widget_fluid {
display: none;
}
Thanks!
Hi
Related article tabs have a similar functionality as tabs built in from Visual Composer but unfortunately this part is not available in Visual Composer at the moment. We don’t have a shortcode for this element so it can’t be used on page like others blocks.
Thanks!
Hi,
I have updated my WordPress and images on my site had been disappeared, the problem was solved by adding —img {
opacity: 1 !important;
}— in my css. But now I have another problem: my media slider is not working, plus Visual Composer has stopped: ajax is not working, filters…
Here is my website blog.pandokyerevan.com.
Need help!!!!