- 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
- Apitd_api_thumb::update_key
- Apitd_api_thumb::update
- Apitd_api_thumb::add
- ApiAPI – Thumbnail – Introduction
- Apitd_api_category_top_posts_style::update_key
- Apitd_api_category_top_posts_style::update
- Apitd_api_category_top_posts_style::add
- ApiAPI – Category top section style – Introduction
- Apitd_api_module::update_key
- Apitd_api_module::update
- Apitd_api_module::add
- ApiAPI – Modules – Introduction
- ApiUsing the Theme API in plugins
- ApiThe Theme API
Hi
It affects all screens as there is no media query. You can use media queries if you want to affect only some specific screens, here is an example:
@media(max-width: 768px){
.vc_non_responsive .vc_row .vc_hidden-sm{
display: block!important;
}
}
Thanks!
Hi ralsiralsi,
Please notice that you can use any demo who like it and then you can add how many categories, posts, blocks, etc you want to your page/website. I will recommend you to install the demo without content because if you will install it with content and you will have to edit all of these posts when you will disable that demo, all of your content will be lost. Otherwise, all of your data will be loaded in the database and your data will be safe.
For more information about installing demos, please check here -> https://forum.tagdiv.com/installing-demos/
I hope that you understand me!
Hi Andrei,
Yes, we have used td_data_source.php in our child theme.
Yes, the custom code work fine before with this file in our child theme.
It looks like td_block.php is not working on the child theme, doesn’t it?
http://demo.tagdiv.com/newspaper_video/
The block on the right-hand column that says “TOP REVIEWS”?
Also on this theme demo, which header style is this?
Thanks.
Love the theme but it is so complicated to work with and then issues arise. My social counter seems to be invisible and I don’t know why, I didn’t change anything. right sidebar
http://evolved-consciousness.com/
Also, there is supposed to be a Big Grid 5 under Trending but it flat out doesn’t show up? No idea why. I even added another one on the page, nothing.
Basically, don’t block any of your wordpress folders in robots.txt or Google cannot render parts of your site; which you can see when doing ‘fetch as google’ or mobile friendly check, etc.
Then if you need/want the latest VC plugin version that works with theme, your option is to download it with the ‘all files’ bundle, extract it from the /plugins/ folder and upload via FTP to your site. This presumes you’ll have backup in case it does not work as you expect, such as when VC changes some of its block code/CSS from time to time without warning.
The class for <h4> title is incomplete, missing block-title
*Add to the list for your next update
Hi 24Uutiset,
Please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect it closer the setup page. Also, please provide the link of this topic so we can easily identify you. As a quick solution, you can use the code -> .block-title span{background-color:black!important;}
Thanks for the message!
Hi
I am now using newsmag to do a new website in Mandarin language and am using one of templates,
then I found that I always show all contents on the block by using the block with content as below

then I checked theme panel->excerpts and found you already have default limit which why other demo post isn’t affected.

I searched many ways and still am trying to solve the problem, then I tried typing some English content, and the excerpts finally act normal like post templates….

However, this website is made for Chinese people, we need to post in Mandarin, is there any solution can solve this?
Thanks
Hello,
The option you are referring to is called the ajax filter. You can add the categories you want to it by following this guide: https://forum.tagdiv.com/block-settings-guide/ under “ajax filter”
Thank you!
Hi
That column was hidden becasue there was a custom class added on it. That class had a display: none property, if the property is removed the column is properly displayed: http://screencast.com/t/pr3DiOl4l5e5
.vc_non_responsive .vc_row .vc_hidden-sm{
display: block!important;
}
Thanks!
HI
Have you used all the time td_data_source.php file in child theme? Did your custom code worked fine before with this file in child theme?
Since V3 we made some major changes in block’s structure and all atts are now defined in td_block.php file. Maybe new implementation conflict with your code and it may be required an adjustment.
Unfortunately I can’t debug the code provided as this involve custom work and we can’t provide such services at the moment. If you still can’t manage to solve this issue my advice is to look for someone who can help you with implementation or hire a developer to update the code for you.
Thanks!
Hi, How to add more title categories to the block
Please see screenshot
Hi
Try this css:
.td_block_4 .td-module-thumb {
pointer-events:none!important;
}
Thanks!
Hello duto,
Please notice that this type of code is working only for posts and not for pages. If you want to achieve the similar effect but on the page, please notice that you can use the Latest Articles for your homepage (use the pagebuilder+latest articles+pagination as page template, like this -> http://screencast.com/t/fvuBUrAlN8) or also, you can try to use some Block pagination on your homepage.
Hope this helps!
Thanks for your understanding!
Hi
The indicated site uses Newspaper theme which have block 18 available in its features. Newsmag theme don’t have this block included in its patch at the moment, that’s why is not available in Visual Composer.
Thanks!
Hi Bodgan, thanks very much.
I want to follow up on the first question I had in my original post. You helped me strip the link functionality out of the post titles using the code
.td_block_4 .entry-title a{
pointer-events:none!important;
}
But I discovered that the featured image for each post still links to the post page. Is there any way I can get rid of that link functionality as well?
Thanks very much.
HI
I’ve checked your site and the ad is properly displayed on header: http://screencast.com/t/2yx1ht5oPC and also above footer: http://screencast.com/t/NGcUViMv If you still have this issue try to clear browser’s cache memory then test the site again, also make sure that you don’t have any ad-block extension enabled on the browser.
Thanks!
How to hide some Blocks in mobile version
the blocks from homepage and sidebar
Not able to add block 18 in homepage
I am not seeing how to add block 18 in homepage blocks.
I buyed this theme from seeing this site goldscreen.com
can you give me exact combo how to achieve it
HI
There is no need by any php to display a block in post content, you can simple paste it’s shortcode in post editor: http://screencast.com/t/uLMk1LkoBa – http://screencast.com/t/4htR55xwU6
To hide the block on mobile use this css:
@media(min-width: 768px){
.td-post-content .td_block_2{
display: none!important;
}
}
Hope this helps!
Thanks!
No problem. No need to be sorry 🙂 You can add custom links to any block title from the block settings.
The text with title does not seem to have this option though.
Here is an alternative solution. Access your page in classic m,ode and html/text mode.
Then add this code:
<div class="block-title"><a href="http://www.google.com">Click for google</a></div>
This will make it a block title with the theme style and link to your own custom url. I set it to google for now.
I hope this helps.
Thank you!
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/po8UDG4jS59o
.td_block_7 .td_module_6 .item-details{
margin-left: 90px;
}
.td_block_7 .td_module_6 .entry-thumb {
width: 80px;
}
Let me know how it goes!
Thanks!
