- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_single_template::add
- ApiAPI – Single Template – Introduction
- ApiPractical example – How to add a new Block and Module
- ApiAPI – Category top section style – Introduction
- Apitd_api_module::update
- Apitd_api_module::add
- ApiAPI – Modules – Introduction
- Apitd_api_block::update
- Apitd_api_block::add
- ApiAPI – Blocks – Introduction
- ApiUsing the Theme API in plugins
Hello gbhackersonsecurity,
Please keep in mind that the category template and category top posts style has been designed to be used only for category pages. So, if you want to have the same grids with these from Category Top Posts Style Grid you should add them using the Visual Composer, like this -> http://screencast.com/t/WjOxteA7
If is not what you mean, please provide more details so I will be able to provide a more accurate response.
Thanks for the message!
We have assigned a new page as home page for wordpress, which is having custom template in Newspaper7 theme folder.The new homepage its working good on desktop, but for mobile devices, WordPress is not serving the same page, but loading a category page.
site reference http://www.motoraty.com
Is there any thing else, to be done, to mark the page as home page for mobile devices.
Hello renzosm,
Unfortunately, our theme does not have been designed to have this type of pagination for Blocks, sorry! Noticed that the only available option for pagination style are here -> http://screencast.com/t/KLbcSij2mx If you want to have this type of pagination you should use the latest articles template as page template and there, you will see this pagination, like this -> http://screencast.com/t/E62E6zbXHyWY
Thanks for your understanding!
Hello AWAY FROM LIFE,
First of all, please ensure that you are using the header template style 10 which display the logo in full width on the top of the page + main menu and then you should use a high logo which must have the similar size with logo on Scandal Magazine demo, like this -> http://screencast.com/t/7W4WYanlUMu
Hope this helps!
Thanks for the message!
CATEGORY TEMPLATE style and CATEGORY TOP POSTS STYLE Grid are not working but with the home page(https://gbhackers.com), please assist. But they are working for inner pages(https://gbhackers.com/category/crypto-attacks/)
Hello,
The widget titles in our theme can be changed all at once using this setting: http://screencast.com/t/phWSJY0p
The latest articles element is added by the page template: https://forum.tagdiv.com/page-templates-2/
Thank you!
By default posts sort by publish time. I need sort it by asc. How can i do it? I use child theme and custom td_module_15.php template.
Dear all
I want to customize the color of my new blog. The color themes of the pages could be changed easily (thanks for the admin panel :-)…). I want to change the “title backround color” of all my widgets to a different color (rgba(66,189,205,0.8 / HEX #42bdcd).
Also the Widget “latest article” (don` find the setting for this). How can I chance the color here, or remove the “latest article”….
I used the “hompage – tech” template.
Many thanks for your support and advise.
All the best
Tobias
Hei Bogdan, thank you.
But – this site uses the custom made header template called “Hirvi Style”.
Do we use this code on that specific php?
And how do we dress the specific page that shall not display ads? Is it with the number (24281)? Is this number the ID of the page linked in my post?
BR Arne
If you removed the youtube link from the correct social counter, then it can only be a caching issue. Please clear all caching on your site from the plugin settings, purge cdn files and ask your host to disable any serve side cache.
For the woocommerce numbers, please use this code:
.product-category mark{
color:white!important;
}
If you want to change a thumbnail size, it will not be easy. you need to use the theme api system and you will require coding skills for it, If you cannot do it, you will have to get some help form a developer as the api is not covered by the thee support.
If you want to remove the page title you must choose a page template that does not have a page title. You are using the only page template that shows the title. please choose either the defaulkt or the pagebuildet + latest articles.
Thank you!
Hello, currrently installed the theme on my site africanfoodnetwork.com using the recipe template… i wanna know if i can add a rate function on the comment section of the site, and create custom permalinks using the parent category of the post for recipes mydomain.com/recipes/%post-name%/ and for articles mydomain.com/articles/%post-name%/
and can i make a customised author page than what is the default one, maybe make some changes…?
Hello Viachaslau1974,
You should check the theme core file where the code for this page template is created and try to remove from there the following snippet of the code, like this- > http://screencast.com/t/rl1x7Z4XQQn8 This is just a hint. You should just try and check the results.
Thanks for the message!
Hello!
Thank you for answers.
-White block resolved, perfect thank you!
-Youtube. How i can remove it? Have a look: http://i63.tinypic.com/2yv2dk6.jpg
-Top bar resolved: thank you.
– Change color font number of products in shop: http://i65.tinypic.com/iyd852.jpg
– I tried to change size of thumbnail of big grid 5. ( td_config.php and td_module_mx1) but doesn’t work.
I just want to use the same size of my pict in small ( 356×196)
-When i choose homepage template page builder+ image title i have this result: http://i67.tinypic.com/t83u4k.jpg
How to remove white “Accueil” ?
Thank’s a lot!
regards
Sébastien
Hi,
You partner should write down his modifications :))
The latest articles section can be changed from the post loop settings you can find when editing a page using the page builder + latest articles template:
http://screencast.com/t/jil1DoRt I assume he switched the module for one that does not show post images such as module 8 or 9
I hope this helps.
Thank you!
Hello,
Please do not post your login info here as it is a public forum, not a private message.
The header ad can be removed from a specific page by wrapping the ad code in a condition inside the theme code. There is no setting for this so we have to hard-code it.
Please access header-style-4.php and add this code:
<?php
if (!is_page( 24281 )){
locate_template('parts/header/ads.php', true); }
?>
instead of this one: http://screencast.com/t/7FgW2UJ5eWTt
Thank you!
You can increase the excerpt length for that module but there is no option to pull the whole post content into a block. Block use excerpts, not post contents. THere is a module that pulls the post content. That is module 15 but it cannot be used on standard pages. It can be used on category templates or the default blog template but not on static pages.
Thank you!
So I tried to watch my traffics using WordFence plugin and saw this error, every user that leaves on my website, they are redirected to non-existent page. See pictures below

Also, Google cannot crawl the Template

Please help me to fix this issues. Tried to search on the forum but some of the post are not updated.
Hi Catalin,
Thank you for the update! The solution for #3 works well.
For #2 though, I am not using the category page templates. I created a blank new page and inserted a text block (for the category name) and block #5 for the posts. Whether I add the banner to these pages or a post, it doesn’t full stretch.
Hello,
That is the setting that affects the blog page as well as posts, but posts are only affected if no sidebar is set to the primary category of the post. The post sidebar goes in a a 3-step system. It’s not that complicated actually. if you have no specific sidebar set to a post, it will fall back to the sidebar set on the primary category of the post: https://forum.tagdiv.com/primary-category/. If the primary category does not have any sidebar set, it will fall back to the blog and post template I mentioned above. So the solution in removing the sidebar on the blog page abut keeping it on posts is to set sidebars in category pages so you cut the fallback system
I hope this helps
Thanks.
Hello,
The author card was never intended to work on buddypress pages. We have not tested any of our theme elements in the buddypress templates. Sorry but there is no simple solution I can provide. Here is where the author card is being created: http://screencast.com/t/vom1fNjkv
Thanks.
Hi,
Try another method as the slug will not work in css. Use the category ID in the code. Here is how you can see the category ID: http://screencast.com/t/7tfnTmaEq
Now use the code like so:
category-167 .td_category_template_8 .td-category-header {}
substitute my category id (167) with your own. If it still does not work, please provide a link to your category page so I can inspect it.
Thank you!
Hello
When you create a new page, please notice that you have the option to import a template, like this -> http://screencast.com/t/bSwi8ZZSFTXL
Thanks for the message!
2) on the post settings page, toggle the stuff to “off” you don’t want to see on the post pages
I already did that and it didnt solved it.
3) for the templates/modules, find the “meta” setting to turn off elements for those
Can’t find the meta setting to change it.
Thank you.
Actually I’ve found more information about the issue.
Here we go:
When I keep the default sidebar the sharing buttons disapear from my event page.
When I set “NO SIDEBAR” and i use a “Events template” then the sharing buttons just shows up
1) change author to a “name” not an email
2) on the post settings page, toggle the stuff to “off” you don’t want to see on the post pages
3) for the templates/modules, find the “meta” setting to turn off elements for those