- 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
The theme is working excellent!
In the live preview demos of the theme with the “news ticker” Visual Composer feature, the ticker is equidistant from the blocks and the menu. No matter how I change the spacings within the Visual Composer I can’t get this to happen. Is there some custom CSS I need to add in the Theme Pannel to make this possible for the homepage only? Specifically just editing the pixels from menu on the top of the homepage? (Spacing good on all other pages) Thanks!

Bogdan,
We disabled all plugins except for visual composer, cleared the cache, and reset the cdn files. But we are still getting the same result.
We are not running any js minification tools.
-
This reply was modified 9 years by
sbackholm.
Also, 2 min ago I read about your own Page bilder. Does this problem may occur because Visual Composer?
Hello guys,
I wonder if the Visual Composer has how to create pages with them leaving the layout in full-width (100%) of the computer screen?
I wanted to know this, because I need to create Landing pages where the layout is better when it’s in 100% of the width of the screen. And for that, I use the SiteOrigin Page Builder to create Landing pages (see a LP http://proddigital.com.br/lp-ingles-created-jerry/), and the Visual Composer to create pages of posts, as well as the home of the site.
But, if the Visual Composer is possible create Landing pages well made with the full width of the screen, so I could only use it, and disable the Page Builder SiteOrigin not to have two plugin loading the site. In fact, having these two plugin can generate conflicts, and harm the loading of the site?
I ask for you, because the Visual Composer support is only for those who have direct license, and I have the license through the tagdiv theme.
Hi
I am not sure why this happens as we didn’t received a similar report so far. Try to deactivate all plugins except Visual Composer, clear all caches then test the site again.
Let us know how it goes.
Thanks!
Hi
I’ve checked your site and found a js error in browser console: http://screencast.com/t/mKJlLjnNO3SD Please make sure that you update the theme according with our documentation: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ also try to deactivate all plugin except Visual; Composer, clear all caches then test the site again.
Let us know how it goes.
Thanks!
Hello,
We do not recommend using visual composer on posts. The example you mention is a page, not a post.
It can be done if you want to, but keep in mind that this is not tested and could provide mixed results. You can activate VC on posts from the plugin settings like so:
http://screencast.com/t/0KggIdVDZ
Thank you!
Hello,
You can show anything you want on a static page. Either a list of all posts, or a list of specific posts or a grid or blocks etc.
Please use this guide to see how you can create a homepage: https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
Also start using visual composer a bit to get a feel of what can be created with it. Only through visual composer can the theme show it’s blocks and grids and other cool content.
Thank you!
Hello,
Please disable all plugins except visual composer, clear cache and reset cnd files if you use it. THis is most likely a plugin conflict.
Also if you use a child theme please switch to the main theme in order to rule out any custom code that might affect the pagination. Also if you have any custom code in the theme panel-> custom code boixes, please remove it (make a back-up) and test again.
Let us know how it goes.
Thank you!
Hi,
You seem to have a js error in your browser console: http://screencast.com/t/0XUK7Ocjrtc
Please disable all plugins except visual composer, clear cache and reset cdn files. Also remove any js minification tools you might have in place.
Let us know how it goes.
Thank you!
I have sent your reply sent to me, below, to Adsense and asked them what to do next….
you wrote –
The theme is tested and ad system works fine, it also respects google’s standards. Our theme adapt the ad-sense code for all devices but its main structure remains the same. I’ve also checked your site and the theme render the code properly but google deliver blank ads: http://screencast.com/t/585kefmCH2w This usually happens while your account is still on approval stage, for more details please check this link: https://support.google.com/adsense/answer/1208336?hl=en
You can also try to test the ad-sense code using a js raw from Vistula Composer: http://screencast.com/t/OoSNNAO1zK6 Like this theme’s ad system won’t be involved in code rendering.
Hello,
If you use wordfence, please set the firewall in learning mode. That is the most usual case with this issue. Other reports we have involved incompatible plugin so please disable all plugins except visual composer. clear cache and reset cdn files if you use a cdn server.
Thank you!
Hello,
Maybe you have a plugin that is not compatible with newspaper 7.3 The latest update changed quite o bit in the implementation of visual composer so please try to disable all plugins except visual composer, clear cache and reset cdn files if you use it.
Let us know if the issue is still there afterwards. If it is, contact us via email at contact@tagdiv.com and provide wp-admin so we can login and investigate.
Thank you!
HI
If the code works in Visual Composer it will also work if you add it in header or footer. Try adding the code in header.php or footer.php and check how goes: http://screencast.com/t/aZWLyS1L21
Thanks!
Hello wordnow,
In this case, please try to use the Text with Title + Video Player element from Visual Composer if you want that your title to be underlined and that it have the same style as in this example -> http://screencast.com/t/dQjOuRLc -> http://screencast.com/t/FJZHOBKpsilm For better results, then you should use a bit of CSS to remove some padding bottom and the result you should see here -> http://screencast.com/t/kZKdL9dv8
The code is ->
.td_block_text_with_title {
padding-bottom: 0;
}
Hope this helps!
Thanks for your understanding!
HI
If the plugin generate shortcodes then you can use them in Visual Composer: http://screencast.com/t/MBxPkdcLPdRH However page’s content can’t have a bigger width then 1021px, this is a fixed value which comes from theme’s layout and can’t be changed easily.
Thanks!
I usually go to where the sidebars are populated; like appearance > widgets … all the “actual” sidebars will be there.
A sidebar “element” done in Visual Composer might actually be a “column” and not a sidebar.
Not sure that helps, but you might look at the widgets page first.
again is a same situation would i uninstall the visual composer and clear cashe have any problem
Hi,
This being a long topic it’s very hard to keep track anymore:) Sorry. The default page template does not show the sidebar but you can create a sidebar in visual composer directly on a split row like so: http://screencast.com/t/lL6eEFYpe
The row is split in a 2/3 + 1/3 layout.
As an alternative you can use the page builder + page title template that will show the sidebar and hide the title if you do not want it with a bit of css like so:
.td-page-title{
display:none!important
}
Thanks.
Hi
Are you referring at video playlist from homepage: http://screencast.com/t/9Yf6DNpKJ If so you can remove it by editing the page with Visual Composer and delete that row. For more details about how to use Visual Composer and how to customize the homepage please check these links: https://forum.tagdiv.com/newsmag-how-to-use-visual-composer/ – https://forum.tagdiv.com/newsmag-homepage-how-to-build-and-set-it/ – https://forum.tagdiv.com/newsmag-block-settings-tutorial/
Thanks!
Sorry for the inconvenience but the latest articles section was not created with this in mind. It was intented to go under all content. it was a decision the dev’s took.
But if this is such an important aspect for you why not give up on the latest articles section and simply use another page template like the default page template or the page builder + page title that do not have the latest articles section and you can use one of the standard blocks for this element. You can even name it latest articles and set the block you want to display it and set the pagination from the pagination settings. Then you can add content underneath it without an issue straight from visual composer.
Thank you!
Hi
Are you referring at this ad: http://screencast.com/t/ojOSgBNFPHj ? If so then indeed is not linking to the correct url, I didn’t seen it firs time, sorry.
I am not sure why the link is not working But you can try to deactivate all plugin, leave just Visual Composer and WP ADV Pro active then test the site again. Also try using a default wp-theme and check how it goes.
Thanks!
Andrei L tagDiv!
Hello,
Disappearing images are mostly caused by a js error caused by a plugin conflict. Actually we have not been able to identify any other cause except either a plugin conflict a js optimization tool that did a poor job or some custom js code that provided the js error. You can see js errors in your browser console. Please disable all plugins except visual composer. Clear cache and reset cdn files if you use it. Also if you have any js modifications made, restore the code to it;s default state. If you use any minify tool, please disable it.
Thank you!
I mean that an Author wont be able to change this part of code, since it will be on PHP files, and not on a widget, neither inside visual composer, which can be changed with ease of access. The method that you describe is good for an administrator that wants to place the code there and forget it, but its not good for code which needs to be managed and updated regularly by a member with Author access.
I already edited the post and provided steps for people that want to do the same, so they will be able to manage this part of the website easily.
I didnt want to have content added below posts loop, i wanted to be able to add and organize EVERY content of homepage through visual composer, like on every other theme, but anyway, i used this as an alternative.
I did the changes on my own and edited my previous post (obviously you read the first revision of it) in order to make it easier for another purchaser, in case he wants to apply the same customization. As an appreciation of your work and your theme, I shared this publically.
Its a pity that your theme (which provides a really wide variety of functions) is having such a restriction, but anyway, thanks for your overall support.
-
This reply was modified 10 years by
themesic.
Hello,
I’m not sure what you mean by static content through a sortcode. It will not be static and it will be responsive. Every visual composer element is a shortcode it’s no different than adding it from the visual composer menu.
If you want to place a row below the latest articles and then to add other content to it from the page edit screen, that is an entirely different matter. That can only be done through quite a bit of customization that will be too much for what the support can offer you. Sorry but we cannot provide such solutions. If you are not aware of the steps you need to take in this regard, we suggest hiring a developer to help out as this request falls beyond what support can offer you.
Thank you!