- 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 !
In order to make the site full width you have to select every row of your page using the tagDiv Composer and then set the stretch mode you want like here : https://www.screencast.com/t/BkWwdHh6
In order to make the post page full width you will have to add a single post template and then edit it. Check more about how to have single post template here: https://tagdiv.com/customize-articles-with-single-post-templates/ And for the header you can do it here: https://www.screencast.com/t/xf56tQN0.
These are the ways you can increase your page width from theme options. Anything above this will require custom code.
Let me know if this helped you !
Thank you !
Hi,
You’ll need to use a plugin like Contact Form 7 -> https://wordpress.org/plugins/contact-form-7/ take the shortcode from contact and set it in a post/ single post template( from tagDiv Cloud Library ) or in a a page.
I will try to help you with some screenshots because is more easy to understand.
After you install the plugin go back on your WP Dashboard click on Contact > Contact Forms and copy the code under Shortcode https://www.screencast.com/t/NngJWh1j after that click on pages> hover the page you have for contact and select edit with tagDiv Composer ( https://www.screencast.com/t/sqDfb18UaqP ) or you can click on the page and after is open click the button TAGDIV Composer ( https://www.screencast.com/t/4iZR8xcZb5 ).
After TD Composer is open click on add element ( https://www.screencast.com/t/rHVSES71x ), click on the row and drag it at the bottom of your page (or were you like to be your contact https://www.screencast.com/t/pPYxfNGA) and drop the row there , then search for column text then drag it and drop him on the row ( https://www.screencast.com/t/YCmZGKn5Qwn ) click on it and the in sidebar from the left click on edit Content ( https://www.screencast.com/t/75fZTYkFoy ) then paste the code there and click on save and view page ( https://www.screencast.com/t/iT5Ex0ytiu ).
See the results : https://www.screencast.com/t/fDx1SAu6
Here is some documentation : https://contactform7.com/getting-started-with-contact-form-7/
I hope this will help you.
Thank you.
Hi,
In last version of the theme most of the files was moved in tagDiv Composer, so if you want to edit the top bar you’ll need to go in wp-content/plugins/td-composer/legacy/Newspaper/parts/header/td_top_bar_template_1.php -> http://prntscr.com/ojq9j1
Hope this will help!
Thanks!
Hi,
In last version of the theme most of the files was moved in tagDiv Composer, so if you want to edit the top bar you’ll need to go in wp-content/plugins/td-composer/legacy/Newspaper/parts/header/td_top_bar_template_1.php -> http://prntscr.com/ojq9j1
Hope this will help!
Thanks!
Hello Simion C,
Thanks for your clear explanations.
My problem is that in String Translation section in WPML I can not find this section admin_text – tds_footer_page https://prnt.sc/oisddi
Please, could you indicate me how can I find this section?
In our BO, here is what i see when I search for tds_footer_page. Nothing. : https://prnt.sc/ojfwnz
I note that I’Ve already done this : https://prnt.sc/ojg4ss
On the contrary of what you said, I did not find that tds_footer_page in td_011. But I found it in td_remote_http as you can see in the screeshot: https://prnt.sc/ojg4ss
Those explications for footer page translation, are they the same procedures to translate Single Post Page template (Cloud template) ?
Thanks in advance!
Hello Simion C,
Thanks for your clear explanations.
My problem is that in String Translation section in WPML I can not find this section admin_text – tds_footer_page https://prnt.sc/oisddi
Please could you indicate me how can I find this section.
In our BO, here is what i see when I search for tds_footer_page. Nothing. : https://prnt.sc/ojfwnz
I note that I’Ve already done this : https://prnt.sc/ojg4ss
On the contrary of what you said, I did not find that tds_footer_page in td_011. But I found it in td_remote_http as you can see in the screeshot: https://prnt.sc/ojg4ss
Those explications for footer page translation, are they the same procedures to translate Single Post Page template (Cloud template) ?
Thanks in advance!
Is it possible to customize the default login page to match your beautiful theme ? Is there any cloud template for that ?
Thanks.
Hello Simon,
Thanks for your reply !!
Yes we had customized the header-style-1.php as per your screenshot its working.
But there are other few theme core files we had customized via Child theme, they are no more working.
List of not working files:
/search.php
/parts/page-search-box.php
/parts/header/logo-h1.php
/includes/wp_booster/td_category_template.php
/includes/wp_booster/td_module_single_base.php
Can there be a new update to theme released so that all child theme file issues are solved. Also we are working on other files list that aren’t editable via child theme.
Thanks.
Hello !
Unfortunately this option is available only with the following:
Either you change your template style from here: https://www.screencast.com/t/vlnuSwY6c
Or you can create a single post template from 0 using the tagDiv Composer: https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/
I hope this was helpfull !
Thank you !
Hello !
To have that please change the page template as you can see here: https://www.screencast.com/t/LNarUX9zLK2
Let me know how this works !
Thank you !
Hi,
I saw such type of URL – https://www.techuntold.com/page/2/?source=post_page—————————
but now don’t recollect where. Now, all these URLs are indexed in Google. Can you help me to spot from where these URLs(?source=post_page—————————) are getting Generate (template, theme plugin, etc.)
Hi,
Using tagDiv Composer and tagDiv Cloud Library there is add on row a class that stretch the row width -> http://prntscr.com/oj8dgx
You can try this custom css for stretch category width, but the layout will look quite bad and that is whay we recommend to use cloud templates.
.category .td-category-header .td-container, .category .td-main-content-wrap .td-container{
width: auto !important;
max-width: 1440px;
}
Using css you’ll need to identify the rows/elements that you want to stretch and set on theme
width: auto !important;
max-width: 1440px;
we use the category class to apply the code only on category page -> http://prntscr.com/oj8ikl after that set the elements where you want to apply the stretch -> http://prntscr.com/oj8l8r and the class td-container that need to be stretch
Hope this will help you!
Thank you!
Hi,
Blocks have only ajax pagination. However that can be done, there are a couple of ways. The first one is to simply select the latest articles page template – https://forum.tagdiv.com/page-templates-2/
No need to enter anything in the page, just select the mentioned template. There are also settings for the page template, they are mentioned in the guide.
The second method is to edit the page with the composer and place a loop element
– http://prntscr.com/oj8n9v
Loops have numbered pagination – http://prntscr.com/oj8nrj
With either of these methods the result will be the same, a page displaying latest articles, with numbered pagination.
Please let me know if you have more questions.
Thanks
Hello, I am using Header Template 29,
I found that the website search page and website page do not have the Chinese title of the website, but the domain name. 
How can I set the Chinese title?
Another question, how big should the logo image size in the mobile browser be? The logo image on my website in the mobile browser is a bit fuzzy.
Since Product Tags offered page layout templates, I thought the categories would as well.
Like that.
Kermit Woodall
Hi,
From what I can see the share buttons appear in post and those are working -> https://i.imgur.com/Pdo8LNr.png ->https://forum.tagdiv.com/design-post-pages-using-default-templates/
Thank you!
Hello !
The only way to have this feature is to do the following:
In homepage edit using the tagdiv composer and set the row layout as shown here: https://www.screencast.com/t/zQcJSXzW
Edit the ROW and set the layout to have 2 sidebars and you can add the Ad boxes.
In order to have this in posts you will have to add a single post template from the cloud library: https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/
After you add your single post template you will have to edit it the same way as the post.
This is the only option.
Thank you !
Thank you very much Calin, yes, I’d appreciate your help on css. Basically, I’m using the newspaper default demo and build my site by replacing my content on it, I’ve set set the width of my pages to stretch row 1400x content, I like to set the default category template and page template to the same width.
I’ve read your recommended post
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
I have limited css experience, but if you could help me with an example of css modification for a category or page template width, I think I could figure out duplicate the rest.
Thanks!
Hi,
There are some footers style that are predefined as footer style 1/2 in footer style 3 only the section for footer 1 is predefined -> http://prntscr.com/oiu915 those templates with predefined styles can not be change, if you want tomake some changes you’ll need to try other style like style 3 and add in widgets the blocks/elements you need/want.
If you chose to use a footer page from tagDiv Cloud Library, then you’ll need to edit that footer page using tagDiv Composer -> https://forum.tagdiv.com/footer-templates/
Hope this will help you!
Thanks.
Hi,
If I’m correctly you want to show the breadcrumbs on pages, if is so then please notice that only the Page Builder + Page Title will show them, there rest of page template will hide the breadcrumbs.
Thank you for your understanding!
Hi,
The theme is compatible with Woocommerce, so there should be no problem using it properly. In the theme panel template settings the theme provides only a sidebar option for woocommerce archives
– http://prntscr.com/oit5ar
There aren’t other settings in the theme to customize the woocommerce templates. What exactly would you like to do with the product category pages? Let me know.
Thanks
Hi,
Sorry to hear that you are facing problems using the theme and composer. There are some cases when a red error can appear – https://forum.tagdiv.com/tagdiv-composer-not-working/
If it appears for specific pages only, usually it means that the page contains content that wasn’t added with the composer or is not part of the composer, or various codes entered in it by some means, these can produce this result.
Worth trying to revert to a previous page revision if possible, before the issue started to happen.
If it happens for all pages even new ones, it could be caused by plugins, or maybe modifications to the theme page templates, or using a non-theme provided page template.
We can investigate such issues first hand, we will require admin login sent by email at contact@tagdiv.com. If you want us to try and help please let us know, also remember to include a link to this topic in the email.
Thanks
As at yterday I updated to Newspaper 9.7.4 I filled the documentation, I updated the TagDiv composer manually…
But the share buttons on my post are not showing that’s number one so I used another share plugins and deactivated the newspaper sharing button
No2. In my posts the menu and search box are not clickable at all in the article post page… While the search and menu bar works in other part
3. The footer disappeared in the posts page I mean the articles but it’s appearing in my site landpage and some others pages but in article pages it’s nowhere to be found
Here is screenshots of it
There menu bar and search box not working in posts https://m.imgur.com/a/XXqWA48
But it is working in the homepage https://imgur.com/a/TBEqc6m
https://imgur.com/a/fy0dgcl
And here is the screenshot of the footer which is nowhere to be found in the posts but it’s available in homepage and other pages…
I had to move back to version 9.6 version of these template because my serp is dropping…
So if you have a solution to all this let me know so I can change to the 9.7.4 so you would be able to see what I have been saying
please help I wanna use 9.7.4 because I care about my blog Security.
Thanks in advance
Hi,
I believe it is happening due to the size of the screen, it is an issue that may happen on smaller screens. Some templates that have a longer description can push the buttons lower, like in the examples you are showing.
I could give you a code that you can try before a permanent solution is found on our end. Please try and enter this code in this file – http://prntscr.com/oirl7f
.tdb-single-description {
display:none;
}
Then force refresh the page in the browser, it should display better. Please let me know, and sorry for the inconvenience.
Regarding the other question, I don’t quite understand what you mean. Post templates can be applied to any post, but they can’t be converted to actual posts. If I misunderstand please correct me.
Thanks
Hi,
I suppose that you are using the Pagebuilder + Latest Articles + Post pagination template for your homepage right? If you want to edit that section, please note that you will need to edit the page and make the changes from here -> https://www.screencast.com/t/KWpSjp3iQx -> https://www.screencast.com/t/TKOLPyzRMwu If is not what you mean, please provide more details so I will be able to provide a more accurate response.
Thank you!