- 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
Hi,
You can simply use the default page template as the title and breadcrumbs will not show up once you use the page builder. If you do not use the page builder on the page, then it will show the title and breadcrumbs. Simply press the button to edit the page with tagdiv composer and you do not need to add anything with the builder, just press save and exit. The title and breadcrumb should go away.
Thank you!
My google search console says I have duplicate meta descriptions for my home page and page 2 and 3 of my article list. I do have the Yoast plugin set to noindex subpages of archives, but it doesn’t seem to be working.
In the meantime, I set a high limit to the number of posts shown, so they all show on my home page, but how can I change my home page to show a limited number of recent posts without pagination? When I choose from the two other templates available under “Page Attributes” (Default or Page Builder + Page Title), they add unattractive “Home” text at the top of the page. Pagebuilding + Latest Articles + Pagination has a lot of options, but it seems there’s no way around the pagination…
Site here: https://choosytraveler.com/
Not a bug. Idea is that if somebody using different counter plugin, not counting twice, or adding additional view data field.
Often you can leave the option ‘on’ but then edit the theme template being used to remove the element you don’t want to see ‘on page.’
Remember most options in theme are for folks not used to doing custom programming, and so with many, they don’t have any prior view counter.
For folks more experienced, with existing counter, they would continue to use that plugin, or hack the theme setting to change to the existing data field, then disable the plugin previously used, as another option.
No ‘one size fits all’ options — so TD chose to do simplest most likely thing of people who want to track/show ‘hits.’ And of course, many opt to use something like Google Analytics instead, or server-side reporting platforms.
I don’t work here. Just food for thought. 🙂
Hello junaiddar,
The quick solution in this regard is to change the page template to a default one and at the top of your homepage, you should use a block which you like to be your Latest Articles (the block will be set by latest) and then, the rest of your homepage you can setup as you wish.
Hope this helps!
Thanks for your understanding!
Hello daddo,
You should change the page template to Page Builder+Latest Articles+Pagination, according to our documentation here -> https://forum.tagdiv.com/page-templates-2/
Thanks for your understanding!
Hi,
1. That is an author box element, placed in the sidebar. Please go to Appearance->Widgets and customize the sidebar elements the way you want.
The author box will display the profile information of the corresponding user Id entered
– https://www.screencast.com/t/Bx9pxpvpZnZp
This Id can be found in different ways. Please follow this tutorial for more information about this, and also a forum topic
– http://www.wpbeginner.com/beginners-guide/how-to-find-post-category-tag-comments-or-user-id-in-wordpress/
– https://forum.tagdiv.com/topic/author-box-5/
2. All the elements in the footer can be customized as well. The Instagram section can be disabled or customized here
– https://www.screencast.com/t/WuUfvAGqTcT
The footer template can be changed in the Footer settings
– https://www.screencast.com/t/twMtQVnpoqX
– https://forum.tagdiv.com/footer-templates/
Some footer templates come with predefined content. This cannot be edited, you can only add content along the existing one. Other templates are blank, and depend on the content you enter in the footer sections.
3. If you activated the mobile theme (which is an optional plugin) then a predefined layout will be displayed for the homepage, post page etc. If you would like to display the same content from desktop on mobile devices, simply deactivate the mobile theme plugin. The theme is fully responsive and will adapt for best results.
More about the mobile theme here
– https://forum.tagdiv.com/the-mobile-theme/
4. If you could provide more details about this it would be very helpful. That way we can better understand what exactly is not working for you with the menu. When the mobile theme is active you will have to set a different menu in the mobile theme section (appears when the plugin is active) of the theme panel
– https://www.screencast.com/t/z0SfQG6Bp
Menus on mobile are limited to drop-down menu style, there cannot be mega-menus on mobile.
5. You can edit the homepage with the tagDiv composer and add the content you want. This demo features the Revolution slider on top of the page, and a Latest articles section
– https://forum.tagdiv.com/page-templates-2/
The sidebar can be edited in the widgets section.
If you have a different problem please provide more details about it.
6. As it can be seen in the live demo, there are no sharing buttons near the slider
– https://demo.tagdiv.com/newspaper_blog_baby/
Maybe those belong to a plugin that you have installed.
7. You could choose a different style for the Social counter
– https://forum.tagdiv.com/social-counter-styles-on-newspaper/
Thanks
Hi, is there a possibility to access the visual composer template library? I dont want to start from the scratch with the pages. Thanks
Hello Pierre Shapiro,
Notice that the Baby Blog uses the Pagebuilder+Latest Articles+Pagination and if you want to have some control over this section, you should make the changes from here -> https://www.screencast.com/t/FRBqdfWW
Also, if you want to change the page template, you can do it from here -> https://www.screencast.com/t/tCqDHutRqg -> https://forum.tagdiv.com/page-templates-2/
Thanks.
Trying to register new td_module_20 into td_config.php, but does not appear in theme panel
Also i would mention that i have try to register it into the td_config.php into the original theme and into the child theme, but no luck
here is what i try to register
td_api_module::add('td_module_20',
array(
'file' => td_global::$get_template_directory . '/includes/modules/td_module_20.php',
'text' => 'Module 20',
'img' => td_global::$get_template_directory_uri . '/images/panel/modules/td_module_19.png',
'used_on_blocks' => array('td_block_24'),
'excerpt_title' => 30,
'excerpt_content' => 50,
'enabled_on_more_articles_box' => false,
'enabled_on_loops' => true,
'uses_columns' => false, // if the module uses columns on the page template + loop
'category_label' => true,
'class' => 'td_module_wrap td-animation-stack',
'group' => '' // '' - main theme, 'mob' - mobile theme, 'woo' - woo theme
)
);
Hi,
I don’t think I understand exactly what is happening. If you could provide some screenshots of the problem it would be helpful.
Each row can be split in the recommended layouts as the guide shows
– https://www.screencast.com/t/2Adp1F0ySKb
Then simply add the elements you want in the resulting columns. Importing a template will grant you an already built page structure
– https://www.screencast.com/t/XNjWhzJu7X
– https://www.screencast.com/t/PzEl0x8O
Thanks
Hi,
At the moment there is no option to remove the category grid starting from the second page. You could however use a code like this, it should remove the grid on all other category pages except the first one
– https://www.screencast.com/t/SEFnTswwc
– https://www.screencast.com/t/hxs5Cfhsc
This is the code if you decide to test it
body[class~="paged"]
.td-category-grid {
display:none;
}
The Top grid that is present on the category pages cannot be customized like that. You could modify the category top post template that you are using
– https://www.screencast.com/t/lt7ahDLFuq
And substitute through a shortcode the grid that is selected in the theme panel, with a different grid configured by you
– https://www.screencast.com/t/XIqWo0n9hsNz
I don’t know if this would be a solution for you, or useful for what you need to do.
Thanks
Hi,
The tags that appear in the post page are the ones assigned to that post, in the post edit screen. These are the only tags that will be called and displayed
– https://www.screencast.com/t/aZYqvpQz9Kba
– https://www.screencast.com/t/P0Gg2Uhsw
Each post template gets the tags of the current post and displays them
– https://www.screencast.com/t/g7YAePFMwi
The post content is restricted to what is entered in the post editor, you cannot place the tags inside this content.
If you are referring to something else, please correct me.
Thanks
Hello davidemorini,
Unfortunately, our theme does not have any such an option that allows you to change the category pages, sorry! The only settings which allow you to change the style of your category pages are located in Theme panel->Category section, like this -> https://www.screencast.com/t/WnVCfjcL8Ruo Notice that if you want to change your category pages, you should edit the category templates and insert some codes in order to achieve as you wish. As a hint, you should edit the category_top_post for style used by you and then you have to inject some PHP code with do_shortcode method, like this -> https://www.screencast.com/t/hHvdcCGixC8B Also, ensure that your Custom Ads contains some ads, like this -> https://www.screencast.com/t/7Ku6Rn43 and the result you should see here -> https://www.screencast.com/t/obnWcMVYJPtA After these changes, notice that you should adjust them with a bit of CSS for a better look and to get the results you want.
Notice that all of these should have be done by yourself because we cannot provide custom services at the moment, sorry!
Thanks for your understanding!
Hi,
Once a description is entered for a category, it will be displayed on the category pages. You could remove this description on category pages by making modifications to the category template or templates that you are using. Comment or remove the code that displays the category description
– https://www.screencast.com/t/XelSgnxvW
Or simply enter this code in Theme panel->Custom Css and they should not appear anymore
.category .td-category-description {
display: none;
}
Thanks
Hello.
In the “Page template settings” there is the option to choose whether we have a sidebar and which one it is. However there is a note that sais”:
“Note: The settings from this box only work if you do not use the page builder on this template. The template detects if the page builder is used and it removes the title and sidebars if that’s the case.”
So is there no way to have a sidebar when I am using the page builder?
Hi,
We have a lot of pages build up with the same layout, just different content.
Is it not possible to save a layout as a template with TD Composer – just like with Visual Composer?
Or do we have to create them from scratch each time?
Regards
Hi,
I can’t seem to find how to change the settings for the “More Stories” slide in that comes in on the right hand side after you scroll down the page a ways. I inspected the page and the code is in a dive that starts with – <div class=”td-more-articles-box td-front-end-display-block”> –
To see it you can look here – http://www.ncwlife.com/body-missing-mercer-island-man-found-enchantments/
I’m thinking there must be a way through the admin to change settings for this rather than edit a template.
Can someone point me in the right direction?
Thanks!
Hi,
The mobile theme is optional and meant to improve the performance of a website, by displaying a different variant. It comes with predefined templates for the homepage, posts, categories etc. It will not display pages built with composers, or that contain particular widgets or other complex elements. Adding content for the mobile pages is limited to the mobile editor at the moment
– https://forum.tagdiv.com/the-mobile-theme/
There will be no downside if you are not using the mobile plugin. The main theme is perfectly capable to display the best results on all devices.
Thanks
Hello momo,
I guess that here is talking about a plugin which allows you to edit the Author page, like Author Box’s Visual Composer. Is it an addon of Visual Composer, right? Sorry, but our theme does not have this type of plugin to be tested and we have no idea about the behavior of the theme with it, sorry! All the options available for Author template can be found in Theme panel, like this -> https://www.screencast.com/t/5oert2rcK Also, if you want to add any other HTML structure to your Author page, you should do it yourself through editing the code from author.php file -> https://www.screencast.com/t/gfOjPkElt2PG. If you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom services at the moment, sorry!
Thank for your understanding!
Hi,
Each category has it’s own page. On a category page only posts from that category will be displayed
– https://demo.tagdiv.com/newspaper/category/tagdiv-fashion/tagdiv-vogue/
There are multiple category templates available and also customization options for these pages. Please check the live demo for a preview of the category templates and styles (in the Features menu)
Also more information about the category options here
– https://forum.tagdiv.com/how-category-settings-work/
Thanks
Hello @claudiacasetti
By default, comments are disabled on the page template. You can enable it from the theme panel.
Theme panel > Template settings >> Page Template
Refer:

I have problem with modal images – after clicking them on page an error is displayed on the lightbox. I’m using Newspaper 8 and current version of wordpress. Problem remains regardless of enabled plugins, occurs when using various post templates. See screenshot: 
Galleries work fine.
Please advise how can I solve this, modal lightbox images are important for us.
Hello there, I’m looking at creating an advertise us page for my blog fnbent.com using the way it’s looking here http://corp.naij.com/ How do i achieve this with the newspaper template and also my header ads has refused to show ever since i pasted the link for google adsense.
Hello,
The shop template is an example page created by us but it is not included in the theme package. You will have to create your page using the page builder and add the prducts shortcodes to the page using woocommerce shortcode implementation and we added an image for extra style. Nothing too fancy,
The error you are receiving is probably caused by this setting:
https://forum.tagdiv.com/topic/errors-happened-during-tdciframedata-init-bindviewsmodelswrappers/
Thanks.
Hello alpha,
Do you are referring to this section -> https://www.screencast.com/t/xZvYlYO4? Notice that pagination comes from your page template used. If you want to hide it, you should change the page template to another one from the panel, like this -> https://forum.tagdiv.com/newsmag-page-templates/
Thanks for your understanding!