- TutorialsDefault Block Settings Guide
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Hi,
You could do something of the sort but you will need to add the code for every page. The simplest solution would be to add a load more button to your latest articles so the page will not change every time you want to vies more posts. In order to do this, you will need to change the page template and not use the pagebuilder+latest but rather the pagebuilder+title or the default page template and then use a block 12 for your latest articles. This way you can add the load more animation from the pagination settings in visual composer (like our travel demo uses: http://demo.tagdiv.com/newspaper_travel/)
Thank you!
Hi,
It does not seem to work with || but if you replace it with && then it seems to exclude the module. However, it will not be that simple as there are blocks that use more than one module. You can see that here: http://screencast.com/t/fAz3fMepCCw9
The best thing you can do is disable the unique articles and filter different categories on your blocks or if you want to use the same categories, you can use the offset: http://screencast.com/t/mW0L7MPYmswv
Thank you!
Hello pinnaclecompass,
If you want to move your article top Ad above the featured image for post template style 1, you have to use the do_shortcode method. First of all, please ensure that you have added your Ad code into Custom Ad 1 field like this -> http://screencast.com/t/zr6GWv3hZ and then you have to add this code ->
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]'); ?> in loop-single.php file like this -> http://screencast.com/t/hsXIUf3qA
The result you should see here -> http://screencast.com/t/j5xucHQpEYu4
Hope this helps and let us know how it goes!
Thank you for the message!
Hi Sir,
Here is my website link : http://www.batngoal.com/
In my website some block has correct border and alignment, but some blocks borders are not correct i donot know how to correct so please give me the idea to correct the border
Hi Andrei,
1 – A. Thanks for the CSS tip. I made the modifications and the ad is no longer over the buttons
B. Re: The ad widget under the share buttons. The widget code on that page was inserted into the theme panel “Article Bottom Ad” I moved the ad spot to below the share buttons using the instructions giving to me in this post. https://forum.tagdiv.com/topic/pagination-buttons/
4. To display the pagination above the article button add you need to remove the the ad from post content: http://screencast.com/t/PWgzx852 then place the ad after the pagination function in posts’s template file, like this: http://screencast.com/t/pgCbyqSPF You can use the do_shortcode(‘ ‘) function and insert the ad shortcode from VC: http://screencast.com/t/W4SFKPnoShn – http://screencast.com/t/lqaJxdVdMee in every post template files coresponding for the post templetes used.
The article bottom ad is visible on non paginated post and on this paginated post: http://bit.ly/1PB9HQf but no on this one http://bit.ly/1nObbMO. All plugins are disabled.
Actually cool figured it out.
[vc_row][vc_column][td_block_4 category_id="2"][/vc_column][/vc_row]
You can just drop code in there or use the editor and select which category you want to show.
I seem to be having an issue with some feature options missing on Visual Composer which is evident when I try and edit block settings. I have tried everything to get it working correctly including un-installing, purchasing a new copy of VC.I have included a link below of the issue I am having, please help 🙂

You need to either load the font locally (it’s in the theme in the images folder I think; basically a trimmed version of fontawesome) — or setup a CORS rule on your CDN. This is a protection setting that blocks fonts from being loaded “across domains” in browsers.
Really should be a FAQs page on this in the docs, but everybody using a CDN runs into this one eventually 🙂
http://www.thehikers.ro/page/2/
Now have to much space 🙂 Can reduce that space for next pages? to say …
top:530px!important;
for main page
top:330px!important;
for next.
Or better keep using the block 5 from main page (with different posts if possible).
In troubleshooting I have found where the issue is coming from but no resolution for the issue. In the theme Panel under Block Settings then Thumbs on Modules and Blocks, if they are all checked on, I can’t upload. when I turn them off, I can upload with no problem however it messes up each image and they look horrible in my layout. is there a way to fix this?
When I have installed my new theme, I don’t see my Blockquotes & Pullquotes in my Shortcode
ok i changed the block
-
This reply was modified 10 years by
TheRadhaKrishna.
-
This reply was modified 10 years by
TheRadhaKrishna.
-
This reply was modified 10 years by
TheRadhaKrishna.
Hello Marto,
Unfortunately, the Font Awesome plugin is not tested for our site but only Font Awesome for menu and we cannot provide support for untested plugins. Our tested plugins are -> http://screencast.com/t/g1M1YoVMH1 I have tested on my side The Font Awesome plugin and indeed, the icons does not appear on the block but only in Visual Composer. In order to achieve the better results implies more additionals customizations and we cannot provide custom services at the moment, sorry! For more information about this, you should take a look over this documentation here -> http://astronautweb.co/snippet/font-awesome/
If you want to display more levels in our theme and you are not aware with steps in this regard, please consider hiring a freelancer/developer to do this for you. You can hire freelancer/developer from studio.envato.com.
Hope this helps!
Thank you for your understanding!
Hello, the latest update V 6.6.5 is missing thumbnails 150×150.
In the past, I had to use the fix from this post:
https://forum.tagdiv.com/topic/block-21-posts-without-thumbnail/#post-91697
When the theme was updated last, the fix went away, so it’s still missing in the theme files. I added it again manually, but thought I’d let you know.
Hello,
when I try to put font awesome icon on block title, the title and the icon doesn’t show up on page, but they appear in Visual Composer.
https://i.imgsafe.org/214d81b.png
https://i.imgsafe.org/a22f71b.png
How I can fix this?
Thanks!
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!
Hi,
can I somehow disable the Unique Articles feature on a specific block on my homepage?
I want to have unique articles on my homepage except one block that shows all latest articles.
Thanks!
Hello,
This can be done very easy by selecting the default page template and add a block with infinite load as your latest articles block. You can see an example of it here: http://demo.tagdiv.com/newspaper/homepage-infinite-scroll/
We used a block 4 and infinite load option like so: http://screencast.com/t/aDOCB0VYI
Thank you!
Hi,
Unfortunately the left and right spaces cannot be removed safely. the theme depends on a grid layout it was built on so changing the width of the theme will break the layout and every element needs to be adapted to the new width. We do not encourage this modification as it creates many problems. If you truly need to modify the site width and reduce the space between blocks, we suggest hiring a freelancer to help you out as more customization will be needed for elements to display properly.
Thank you for your understanding.
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,
In order to increase your site speed, you need to follow this guide: https://forum.tagdiv.com/how-to-make-the-site-faster/
you will have to use the speedbooster plugin to move render blocks to footer. Speedbooster will not work with all your plugins as it has a compatibility list in it’s code and some of your plugins are not compatible with it. There is a workaround however. you can remove this code: http://screencast.com/t/RZLIOPUNdqh
As for cdn and minify, we also use cludflare.
I hope this helps.
Thank you!
OK, after trying more and more – the problem affects more parts.
Whatever i choose – a Big Grid or a Block – always 6 elements will be shown. The settings of the Block to show only 4 Articles will be ignored.
This affects a lot of parts of the theme, and i don´t know where the failure is…
I have a block element where I want to display just some tags in the ajax filters. I put the tag slugs that I want to display, but it displayed all the tags of the post. How can I do?
Screenshot:
http://exponetnews.com/wp-content/uploads/2016/02/ajax-filter-1.jpg
http://exponetnews.com/wp-content/uploads/2016/02/ajax-filter-2.jpg
Hi
This can be achieved by adding some conditions at the query but this is the hard way and unfortunately I can’t provide a solution now as this task require many customizations. However you can use the post id filter to chose which page will be dispelled in a certain block: http://screencast.com/t/qt8suv5Z Insert in the indicated field only the ids for the pages that you want to be displayed in that block. To get the page id follow this link: http://screencast.com/t/9V7zgx6WK
Thanks!
Hello,
It is normal to see only one image in the library and many thumbnail created for that particular image. The theme creates different thumbnails and different sizes for a single image that are used in it’s modules and blocks. This affects loading times a great deal as the featured image on modules and blocks does not need to load the full size image. Instead it simply loads the smaller thumbnail created for that particular image.
You can read more about thumbnails here: https://forum.tagdiv.com/theme-thumbs/
You can see a list of thumbnail getting generated here: http://screencast.com/t/OqgLsiUG5xlW
In order to save some space on your server, you can select just the thumbs you want to use from this list and uncheck the others so no unused thumbs will get generated. Then you can use a plugin that deletes the old thumbnails and creates the new ones you chose called ‘force regenerate’
I hope this helps.
Thank you!