- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperModules Builder in Newspaper Theme
- NewspapertagDiv Shop
- NewspapertagDiv Composer Tutorial
- NewspaperCreate Custom Code with the browser’s Inspector or the Live CSS Box
- NewspaperCompare theme files – Winmerge tutorial
- NewspaperHow to update the WPBakery Page Builder plugin
- NewspaperBlock settings tutorial
- NewspaperPost Formats (for TinyMCE)
- NewspaperFont Customization
- NewspaperBackground Introduction
- NewspaperFooter Builder
- NewspaperFavicon & iOS Bookmarklet
Hello,
This may be caused by a featured post plugin. Our theme does not support featured posts in it’s modules and blocks so please try to disable all plugins except visual composer, clear cache and check again. If the problem is still there afterwards, please try to do a fresh install of the theme.
Let us known how it goes.
Thank you!
Hello hamiig,
I have checked your website and saw that you are using an old version of Newspaper 6.5.1. Please try to update to the latest version because this kind of issue was resolved in the latest updates. This kind of issue was created by the latest version of WordPress 4.4.1. Please try to update your theme in according to our documentation here -> https://forum.tagdiv.com/how-to-update-the-theme-2/ and also, please update and the Visual Composer like this -> https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Please do a backup for your additional customization before the update. For more information about backup, please check this -> https://codex.wordpress.org/WordPress_Backups
Hope this helps!
Thank you for the message!
Hi
1. I’ve checked the indicated page and in page source does not appear any ad code or a container related with an ad code under the bottom share buttons: http://screencast.com/t/GMY47hPOm
I am not sure how you added this add in post content, as in it’s source does not show any of theme’s classes for ad-spots: http://screencast.com/t/Nk1BU8yTh The css display property for this ad does not apply correct and the pagination buttons are hidden under the ad.
Try to include the ad code in a text block or in a new container so it can be targeted with css. The required css look like this: http://screencast.com/t/DD2FBW9KKeY
.ads-container-name{
display: inline-block;
}
2. This post not uses the theme ad spots here: http://screencast.com/t/H2ubx7CP39rT None of the classes related with article bottom ad are present in page source which means that the theme does not execute that code.
Please make sure that you set the ads according with our documentation as I’ve test this on my side and they are displayed fine: http://screencast.com/t/8B7xiTo9Fw Also try to deactivate all plugins except Visual Composer, clear all caches and test again.
Thanks!
Hello,
This can be achieved in 2 ways. The first one is choosing a different grid style. Take a look at our demo and switch between grid styles here: http://demo.tagdiv.com/newspaper/big-grid-1/ Style 4 is the brightest one. This style can be selected in visual composer: http://screencast.com/t/wF53pOxdCQb
If you do not wish to change the style and you use style 1 (i assume) then you can use css to remove the gradient:
.td-grid-style-1.td-hover-1 .td-module-thumb a:last-child:before{
display:none!important
}
Thank you!
Hi
We didn’t tested the adrotate plugin so I can’t guarantee that will work 100%. However from our reports received from different users, the plugin works fine.
I am not sure why the plugins does not work on your site but you can try to deactivate all others plugins except Visual Composer and adroatate, just to be sure that there is no conflict, clear the cache memory, also check if the ad code it’s ok then test again.
Note that if you want to display it using the php code you will have to use the do_shortcode function like this:
echo do_shortcode('ad-rotate-shortcode'):
You can also check this tutorial here, it may help: http://www.wpbeginner.com/plugins/how-to-manage-ads-in-wordpress-with-adrotate-plugin/
Thanks!
Hello,
You could add a custom css class to the row in visual composer: http://screencast.com/t/PEo4GXo5
And then use this class with css and apply some changes to it. You can add a max-height if you want like for example:
.customrow{
max-height:800px
}
I’m not sure how the content underneath it will display, but you can use different selectors and attributes in css to position them.
You can use the .home class if just the homepage is affected by this rotating containers so you will not accidentally affect the rest of your site with the custom css.
I hope this helps.
Thank you!
First of all: Great theme!
Maybe the answer to my question is simple but i´m a new user of this theme and i´ve found no answers in the forum.
I changed my site to the Newspaper theme and now i´ve a problem.
I tried to use a Big Grid Element on the new page (using Visual Composer) but if i use it – the result is like you can see on the picture – this happens with every Big Grid i use – there´s ever an element to much.
Hello nicolai,
I suspect this problem might be caused by the interference between your untested plugins with our theme. Please try to disable all the active plugins, leave just Visual Composer, clear all cache and install only the plugins that come bundled with our theme and rule out the conflicting plugins. Also, please check your HTML customization and ensure that you have followed the correct steps and also ensure that you do not have any tags opened.
Hope this helps and let us know how it goes!
Thank you for the message!
Hi
You can insert an ad under post title using do_shortcode function in the file corresponding with post template used, like here: http://screencast.com/t/sOX6p9gHJ
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]'); ?>
To get the shortcode add an ad box into a blank page then switch in backend editor copy and paste this code: http://screencast.com/t/Kcqsjk9C7xbU inside do_shortcode function.
For homepage you can use the adbox clock from Visual Composer like here: http://screencast.com/t/0kTjlWwwg – http://screencast.com/t/USSisJGc
Hope this help!
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hello,
I had run a test on http://gtmetrix.com/ for my site: http://voiceoftrust.in using the Newspaper theme version 6.6.5, and the report shows very low percentage Check: https://gtmetrix.com/reports/voiceoftrust.in/zTS8Y33v (I am using Digital Ocean Cloud Server for this this site) but when I test the demo site it should very high percentage Check: https://gtmetrix.com/reports/demo.tagdiv.com/kLi9K6bo ..? Why is that
Plugins I am using:
Akismet
CloudFlare
Disqus Comment System
Easy Watermark
Hello Dolly
iThemes Security
Jetpack by WordPress.com
NextScripts: Social Networks Auto-Poster
tagDiv Social Counter
Use Google Libraries
Wordfence Security
WP Smush
WP Super Cache
WPBakery Visual Composer
Yoast SEO
I see you are using a CDN Service (which CDN?)as well also your JS,CSS,HTML are minified but mine is not even though I am using Cloudflair CDN.
Please help, I am really struggling to rank my site. Can you please help me optimize the site so that I can lower down the loading time as well.
Hello,
Unfortunately we cannot say for sure why the sidebar created this issue. It could have been a caching issue that got resolved when reinstalling the demo. It could also be a plugin compatibility issue. Some plugins tend to rewrite some of the theme css and create issues. If you encounter the problem again, please try to disable all plugins except visual composer to see if one of them is the cause.
Thank you!
Hello Maros K.,
Please try to disable all the active plugins, leave just Visual Composer and Speed Booster and check if your problem is still there. I have tested on my side with Speedbooster in active mode and everything seems to work as expected. It is possible that this issue will come from some interference between your untested plugins and speed booster plugin. Please try to enable your plugins one by one and try to find which is the plugin that could cause this problem.
Hope this helps and let us know how it goes!!
Thank you for the message!
Hello,
Unfortunately you cannot use visual composer on category pages. The plugin has no options for it. It only works on posts and pages. What you can do however is create a page for your category in visual composer and simply redirect the link from the category to the page. You can use 301 redirects in htacess or you can use a redirect plugin to do it.
I hope this helps.
Thank you!
P.S. It’s not a good idea to use the same name for the page and the category page as it will be bad for seo. Use slightly different names for their titles.
The problem I have is that registered users can see upon entering the module Visual Composer and I would not want you to be seen, although they do not change anything inside, do not want to see.
Hi,
can we make a category page with visual composer ?
Because i want the main category totally diffrent that what you give
i have a main page
destinationsoleil.info
where we see general news
and i want make a category for ayiti people, thus i want a main page just for her.
destinationsoleil.info/ayiti
and category for her
destinationsoleil.info/ayiti/news
destinationsoleil.info/ayiti/tool
i add category in post page
ayiti
– news
– tool
etc..
I dont find if i can usr it thus i make a page call ayiti visual composer
and is working well
but when i look a post we this in top
Accueil > Ayiti > Ayiti Chéri > Henriot (Boulo) Valcourt en Floride
and when we clic on link ayiti after accuil we dont go in page i create but in category ayiti
If we cant use visual composer for category ayiti can we find a way to change only link ayiti to gin page ayiti to see her main page.
Sorry for my english i am a frenc hcanadian and i not good in english
Hello ROAN1975,
Q-translate X plugin seemed to be the closest and we could find to a working plugin but we cannot say for sure it will work 100% as we did not run a rigorous testing. You can try to troubleshoot it and disable all the plugins except Visual composer and Q-translate X to rule out any plugin conflicts. If you still cannot manage to get it working, then you will probably have to look for another translation plugin that works with our theme. Sorry for not having a precise answer. Maybe one of our users who have some experience with this plugin and our theme help you out.
Hope this helps!
Thank you for the message!
Hello,
Please disable all your plugins except visual composer as you most likely have plugin conflicts. Also make sure you clear your cache and reset cdn if you use it.
Let us know if you still encounter the issue afterwards. I have inspected your website but could not find the issue you suggested.
Thank you!
Hi
The indicated part here: http://www.screencast.com/t/RSGBCaVe2 is not a block from Visual Composer. That is the loop part generated by page-builder + latest article pagetemplate. Its equivalent in backend editor is here: http://screencast.com/t/03Kwgm8hA9C
The function which generate that pagination can be found in td_page_generator.php http://screencast.com/t/EpLaTGGx4J The pagination for blocks it’s based on ajax and the hard part comes when this numeric pagination: http://www.screencast.com/t/RSGBCaVe2 must be adapted as a ajax pagination. Basically when you click on the page 2 or 3, the main page won’t reload, as happens now. The final implementation should be similar with this one: http://www.sanwebe.com/assets/ajax-pagination-basic/ but adapted at our theme’s requests. You can use this example if you want to give it a try: http://www.sanwebe.com/2013/02/ajax-pagination-jquery-php-simple but as I said in my previous reply it’s a very complex task which require time and many investigations in order to be accomplished successfully.
Hope this help.
Thanks!
good,
Please, I need an option to hide the menu of Visual Composer users to subscribers, as I can do this?
Hello,
You can use shortcodes in posts also. You can activate visual composer for posts and add content blocks to your post directly: http://screencast.com/t/F4Kx1KXAqM (this option could create a few css issues as it’s not tested)
It depends on the shortcode if a post can accept it or not. for example you can use a custom ad spot in posts using an ad box shorcode: http://screencast.com/t/RlCcYPp2PK – http://screencast.com/t/x6Oiqytc result: http://screencast.com/t/y4UdT4lLez
I hope this helps.
Thank you!
Hello fermin,
I have tested on my side and the Video Playlist for Vimeo seems to work as expected, without any problem. I suspect being a problem that might be caused by interference between your untested plugins and our theme. Please try to disable all the active plugins, leave just Visual Composer and install only the plugins that come bundled with our theme and rule out the conflicting plugins. Please try to rule the theme without these plugins and check it again and see how it works.
Hope this helps and let us know how it goes!
Thank you for the message!
Hello
I have checked your website and I did not see errors with your main menu, everything seems to work as expected -> http://screencast.com/t/usl4c8jjw3Y This kind of issues might be caused by the conflicting plugins. Please try to disable all the active plugins, leave just Visual Composer and instal only the plugins that come bundled with our theme and rule our the plugins in conflict.
If you need more assistance in this regard, please provide more details about your problem. You can provide some screenshots with this error so I will be able to provide a more accurate response.
Thank you for the message!
Hello emirbalin,
I have checked your website again and saw that you have some untested plugins installed on the theme. Please try to disable all the active plugins, leave just Visual Composer and instal only the plugins that come bundled with our theme. These issues might be caused by interference between these plugins and our theme. Also, I noticed that you have Big Grid Slider on the top of your homepage which is not displayed. Please check your Big Grid settings and ensure you have filtered by some categories which have posts, otherwise, does not display anything. Please check this -> http://screencast.com/t/d0kn40siZTy1
Hope this helps and let us know how it goes!
Thank you for the message!
Hi
I’ve tested the comment system on my side and works fine, the theme pick the right information for any user which comment or reply to a comment from a post: http://screencast.com/t/9f5LkxcdG8
I am not sure why this happens but you can try to deactivate all plugins except Visual Composer, clear ll caches and test again.
Let me know how it goers.
Thanks!
Hello,
Please try to disable all your plugins except visual composer and clear your cache. This could be a plugin conflict. Also make sure you use the latest version of the theme. You can update following this guide if needed:
https://forum.tagdiv.com/how-to-update-the-theme-2/
Let us know how it goes.
Thanks.