- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperHow to use the Flex Blocks cache option
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to insert a block inside the content of a post
- NewspaperFlex Block Settings Guide
- NewspaperMeta Info on Modules and Blocks
- NewspaperTheme modules and blocks
- TutorialsDefault Block Settings Guide
- NewsmagBlock settings tutorial
- NewsmagCategory tag on modules/blocks
- NewspaperThumbnails – Fix strange looking images on blocks
- NewspaperBlock settings tutorial
- NewspaperCategory Tag on Modules/blocks
- ApiPractical example – How to add a new Block and Module
- Apitd_api_block::delete
- Apitd_api_block::update_key
- Apitd_api_block::update
- Apitd_api_block::add
- ApiAPI – Blocks – Introduction
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
Hi,
We need to display the category tags on blocks in home page,
And display the subcategory tag on the blocks in Main menu in the top.
Thanks to help us to do it ?
Regards,
Hello Darktidus,
Please keep in mind that the “Trending Now” is just a simple block which displays only the posts title which can be filtered in several ways, like this -> http://screencast.com/t/bLYCdawIC3WC All the settings for this block can be found in Visual Composer -> News Ticker because this is a simple Visual Composer element. Check the Block Settings and there you should find all the available settings for this. You can consult our documentation here -> https://forum.tagdiv.com/block-settings-guide/ We have a useful tutorial which teaches you how you can correctly use the Visual Composer, like this -> https://forum.tagdiv.com/how-to-use-visual-composer/
Hope this helps!
Thanks for your understanding!
Hello,
Please use the block filters available in block settings: https://forum.tagdiv.com/block-settings-guide/
There is no per-section filtering unfortunately. The blocks behave as a whole, and you cannot target each section of a block.
In a tab element as you showed above you can add a different block in each tab and simply filter a category in each one.
Thank you!
I was trying to speed up my site in Google Page Speed test I got this message
Should Fix:
Eliminate render-blocking JavaScript and CSS in above-the-fold content
Your page has 1 blocking script resources and 1 blocking CSS resources. This causes a delay in rendering your page.
None of the above-the-fold content on your page could be rendered without waiting for the following resources to load. Try to defer or asynchronously load blocking resources, or inline the critical portions of those resources directly in the HTML.
Remove render-blocking JavaScript:
http://softechnogeek.com/wp-content/cache/minify/df983.js
Optimize CSS Delivery of the following:
http://softechnogeek.com/wp-content/cache/minify/4d65e.css
Hello,
Blocks are predefined and do not have options to change the column numbers. The block layout is fixed and cannot be altered. You can change the post sorting and other block settings: https://forum.tagdiv.com/block-settings-guide/ but the column number cannot be changed.
Thank you!
Hello,
Please use this code on posts and change the url to your preferred one:
[vc_btn title="Buy now" color="danger" size="lg" align="center" link="" button_block="true"]
Then use this css in the theme panel-> custom css box:
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:hover{
border-color: black;
background-color: black;
}
Thank you!
Hi!
How can I change number of columns in a Block??.
Thank you
Hello,
Please try a few solutions from here: http://wordpress.stackexchange.com/questions/208878/login-page-error-cookies-are-blocked-due-to-unexpected-output
We have only 1 other report of this issue here: https://forum.tagdiv.com/topic/cannot-login-error-cookies-are-blocked-due-to-unexpected-output/
I;m not sure what causes it, but let us know if any of the solutions from the links work
Thank you!
Hello,
1. If you want to add a custom ad at the top of the site, you can use a do_shortcode function and use it in the top menu file: http://screencast.com/t/szEdT7nC
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]'); ?>
This code will render the custom ad 1 spot in the theme panel
2. For a full logo you will have to use a header style that uses the full logo. These are styles 9, 10 and 11
3. For a language switcher you will need to use plugins as the theme has no such option.
Thank you!
Hello,
You will have to test it out. i cannot say for sure if it will affect performance or not as we have not tested this. If you want to show specific posts in a block you do not have to alter the code. You can simply use the post id filter in the block settings: http://screencast.com/t/YdwlvDnK
Thank you!
Hello avtar,
Please check the following link here -> https://forum.tagdiv.com/practical-example-how-to-add-a-new-block-and-module/ and from there -> http://screencast.com/t/ttJZR28LO you should download the td-api-plugin.php.
Hope this helps!
Thanks for the message!
Hello,
I cannot login into my wordpress site from any browser because I get Login page ERROR: Cookies are blocked due to unexpected output.
Please do not try to tell me it’s hosting or wordpress core issues because as soon as I switch off from your theme, everything works like a charm again.
Check your thumbnails size images: https://forum.tagdiv.com/theme-thumbs/
When you decide to post content on your website, the theme automatically generates thumbnails from the featured image to display the content on your pages in an attractive way. To make your website faster, you can control which thumbnail is generated. To do this go to Theme Panel > Block Settings > Thumbs on Modules/Blocks and disable the unused ones to save space on your server.
And see here: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Hello,
Unfortunately our blocks will not work with custom taxonomies. You can filter cpt’s but not by their taxonomy. Sorry. Thank you for your understanding.
Hello renzosm,
I guess that you want to adjust the gap between columns of your blocks, right? I have inspected your website and I saw that you are using the Block 4. Notice that we do not recommend to increase or decrease the gap between columns because you can break the layout. Our Block look like this -> http://demo.tagdiv.com/newspaper/block-4/
If you want to make some additional customizations you should do it yourself because we cannot provide custom work at the moment, sorry!
Thanks for the message!
Hello,
Well if you only want to show one category in the block you should only filter 1 category . DO not add 5 categories, but just the one you want. If you are not going to show posts from the other categories, why add them at all to the block? Our theme will show posts from all of the specified categories in the sorting option you choose from block settings. Please use this guide to get an overview of the block settings: https://forum.tagdiv.com/block-settings-guide/
Thank you!
Hello,
Well I cannot see any big grid on your site. You do have an emplty block 15 but that could just be the post sorting you added to the block. Please filter categories or tags that can show posts. If the block has nothing to show, it will not show anything. It needs posts. Please try to filter all categories as a test and see if anything shows up in the block. If this is not the problem, please provide a link to the grid you mention.
Thank you!
Hello vanessadealmeida,
If you want to disable the Instagram Block only for mobile, you should use a bit of CSS to hide it. You should use the code below and place it in Theme panel->Custom CSS area.
The code is ->
@media(max-width:767px){
.td-instagram-main{
display:none;
}
}
Please notice that if you will use the Mobile Theme plugin, the Instagram will not be rendered for mobile.
Thanks for your understanding!
Hello m0re,
Do you are using the Visual Composer for posts? In this case, you should use the same code, like this ->
.td-pb-span4 .td_block_8 .td_module_7 .td-post-date{
display:none;
}
The results ->http://screencast.com/t/xkTCyVLo7Od
Hope this helps!
Thaks for the message!
Dear Team,
i was wondering if there is a way to dynamicaly apply the category color to some elements
ie:the pink block from the sidebar, i would like it to change color following the category color
http://khaosoden-new.unixdev.co.th/2016/10/24/politicos-activists-agree-pause-politics-now/
but i can’t find where i can call it
Thanks
I see that there is a support for a custom post type in blocks but there is no support for custom taxonomies. I have created a new custom post type and I am using blocks for that but I also need to have two different categories for blogs and my custom post type but by passing the id of the term in my custom taxonomy in the block shortcode it does not recognize that category and does not filter it.
Thanks. The problem was the adblock activated
Hi, I am using Visual composer to build the site. I have a simple design (http://wordpress-7749-67064-181310.cloudwaysapps.com) I want to expand a bit the middle content so the gab between the left and right widget are like 2px or 5px apart.
is this possible?
I am using a block 21 for the newspaper theme. I have filter 5 categories on the block, let’s call them, “news”, “world news” , “fashion” , “gadget” and “travel”.
Is there a way to set my category default to “news” instead of showing all categories?
Hi, I want to add a PayPal Donation Button at the beginning of the Sidebar. I need support to add the code PayPal provides and if it possible to do that inside a block titled “Donate”. And as a second option to add this button inside the header.
Thank you,
argentinabursatil.com