- 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,
In category pages there is no option at the moment to place ads. You could edit the category template files where you want tot display the ads, and manually insert the ad through a shortcode.
Please see this topic for more information
– https://forum.tagdiv.com/topic/how-to-add-or-created-ad-block-in-category-page/#post-174098
Thanks
Hi,
Please try it like this and the top menu should be displayed
– https://www.screencast.com/t/eR5De12bRr7
@media (max-width: 767px){
.td-header-top-menu-full,
.td-header-sp-top-menu {
display:block!important;
float: none!important;
text-align:center;
}}
It will not be displayed in the AMP page, that is a totally different page not controlled through the theme.
Thanks
I am using BLOCK 15 on my main page and I have two questions:
1 – How to change font size for post titles on Block 15?
2 – How to change the max number os blog posts per row?
Thank you,
Hi.
Thank you for the feedback. I have looked at the two images through the links, and I cannot see any difference between the two. To me, they both seem equally sharp. I also have an US site – http://www.theCarUSA.com – where your template works well with this image. However, for the site in India – http://www.theCarIndia.com – the image is sharp for the masonry, but not for the blocks.
I have been in contact with the host in India – hostgator – but they argue that it is not a mistake by them. I understand that your template is supposed to only crop the image, but something is disturbing the images for the block on this site – theCarIndia.
I do not use any optimizing plugins for images or videos.
Best,
Glenn
Hi.
I am the owner of the website Villaviciosadigital.es
Two days ago I updated the theme version from 8.0 to 8.1. Today I checked that the page does not load at all and stays in block. Also, it does not allow clicking anywhere.
I just deleted the TagDivComposer plugin and left only the Visual Composer, but it still does not work.
Can you tell me how to solve this problem?
Thanks for your reply Bogdan,
With regards to the Related Articles I was meaning the other one.
https://www.woodfloordoctor.com/learn-the-top-8-best-methods-to-hardwood-floor-cleaning/
The one below the content and ABOVE the pagination. I’ve widdled it down to just 3 text blocks but there doesn’t seem to be a way to remove them completely. Settings > Reading > Related Posts
In my actual home page I’m using the slide category block
what have I to use in tagDiv composer to substitute it?
thanks
Paolo
I tried what you mentioned simon.
It works; partly.
Still the images are not mobile friendly. I use 3 difrerent ads in 1 row. Each block carrying 1 custom ad but on the mobile version they’re not placed next to each other. It lists them from top to bottom.
Hi,
The top menu will not be displayed on mobile, it is not supposed to display. It can be made to appear. I see that you already made some modifications. Try adding a code like this
– https://www.screencast.com/t/EEsOvws2iD
It may require additional modifications. I see that you are also using an AMP implementation for your website on mobile. That could also interfere with the top menu, and how it will display, if you choose to make it visible.
@media (max-width: 767px) {
.td-header-style-8 .td-header-top-menu {
display: block;
margin-left:auto;
width:auto;
}}
Thanks
Hello aqimz91,
Unfortunately, I do not exactly understand what you mean but please notice that our theme does not have any such an option that allows you to make some changes at our blocks but only if they will be made through custom code.
Thanks for the message!
Hi,
The article title can be customized for each module or in general, in the theme panel
– https://www.screencast.com/t/7aVlic5gNW
The excerpt font as well
– https://www.screencast.com/t/7gNvwhr0
If you would like to change the font properties just for the article title only for a particular block, you can use a custom class just like I believe you are doing now.
The code should look like this
– https://www.screencast.com/t/sMw2Wg6pllN
.class13 .td-module-title a{
font-size: 22px;
line-height: 26px;
font-weight: 700;
}
.class13 .td-excerpt {
font-size: 12px;
font-family: 'Open Sans', arial, sans-serif;
margin-top: 9px;
}
It will affect only the article title, and the excerpt for the blocks that have the custom class added.
Thanks
Hi,
There is no option to change the article title color on the block modules. However this can be done with some custom CSS code. If you could provide a link to your website and more details about what exactly you would like to change and how, I will give you a solution.
Thanks
Hi,
Please correct me if I misunderstand, but I do not see a block 7 in the content of the page. Please provide more details about the location of this block, so we can inspect the issue.
Thanks
Hi,
If the theme system status is according to the documentation there should not be any problems to save theme panel settings
– https://forum.tagdiv.com/system-status-parameters-guide/
Please check in the theme panel while saving settings, if there are any errors in the browser console. Press F12 to bring up the inspector window and then open the console
– https://www.screencast.com/t/ENQ5a8CB8
Check if there are any errors in this console. The admin ajax process could be blocked by the server, because of the multiple requests that it makes. In this case you can contact the hosting provider and explain the situation or provide a screenshot with the error.
They should be able to fix it.
Please let us know the results.
Thanks
Hi,
Sorry about that, I should have made the code more specific. Right now it applies to all the widgets of the same type, like the one in the footer.
Please remove the code and use this one, or modify it like this (use the color you want)
– https://www.screencast.com/t/feBlQUEb
– https://www.screencast.com/t/2Mz4ypwDCg
It will not extend to the footer and apply only to sidebar widgets, in the post page
.single .td-main-sidebar .widget_categories .block-title span {
background-color: #c3cf2e;
}
.single .td-main-sidebar .widget_categories .block-title {
border-color: #c3cf2e;
}
Thanks
Hello,
Please disable the photon feature of jetpack and then use this guide: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Thanks.
Hi,
It doesn’t seem to be happening anymore, from what I can see on the page. It was supposed to happen above 1019px
– https://www.screencast.com/t/My7OgL39Z
– https://www.screencast.com/t/rxnFc7GuqOU
The theme already has conditions like you mention for the blocks elements
– https://www.screencast.com/t/Q15rlpFDgHbl
– https://www.screencast.com/t/PrWVcv92Mzo
There should be no such problem with how the module thumbnail or meta display in any layout settings. Please check again, the issue is not happening anymore. Check if you have custom code in the theme panel related to the block or module, or if you use a child theme. This should not happen, but it can be caused by custom code.
Thanks
Hye team support,
May i know, it’s possible to insert custom number (css or image) in front of block 13.
Thanks
Simple hit counter doesn’t use a ton of resources.
The 7-day sort option adds some extra complexity, though.
Be sure to test your posts with F12/console for ajax errors, as that can impact it.
Also try, clearing your browser cookies/cache, disable any ad blockers, etc., and refresh your post couple of times, see if increments in the custom fields on that post.
I have included custom code in some blocks to modify the title font size, but at the same time that change the title, also change the category label in the module. How can I make the size of the category label remain in its default size?
below, de custom code.
.class13 .td-module-title a, .class13 a{
font-size: 22px;
line-height: 26px;
font-weight: 700;
}
.class13 .td-excerpt {
font-size: 12px;
font-family: ‘Open Sans’, arial, sans-serif;
margin-top: 9px;
}
hello, i have use Block 1 in homepage but limit number of post doesn’t work like this http://prntscr.com/gdj4qa any one can help me please
I don’t know whats happening with block 7 thumbnails. They seemed to be working fine, but now it’s a mess. I already regenerated thumbnails twice, and still nothing. Can you please help?! The site is dev.topensandoemviajar.com
Hi,
On homepage it automatically renders a grid which contains featured posts and a latest posts section.
My mobile theme page does not renders grid! Please see the attached screenshot.
This template appears only if a static page is used, for this check the wp-admin Settings->Reading section.
It’s already selected. Here is my site link Info Inspired

Regards,
Prashanth
Hey,
Two questions about the same area:
Take this page for example: https://www.woodfloordoctor.com/product-review-steam-mops-on-wood-floors/
At the bottom of the content text there is a “related post” – not the one below the Pagination the one above it.
In Settings > Reading > Related Posts
you can ADD features here, but the most you can widdle it down to is 3 text blocks. You can’t remove it! So how do you remove this.
Second question is the Pagination. How do I position this ABOVE the (Theme Panel > ADS > Article bottom ad). It makes sense to have your pagination directly below the words in the article. I want the ad below the Pagination.
Thanks.