- 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 isi54, thank you for your kind words!
If you are using the pulses pro header you can use tagDiv Composer, click on header and in css tab will se the fonts https://i.imgur.com/JecnxVH.png -> https://i.imgur.com/u15r1Co.png
Also you can use the option from manager to see what fonts do you have on that page/template -> https://i.imgur.com/A0RM23S.png
Hope this will help you!
Thank you!
to better explain what I need… I already created a specific tag-ID.php file for the tag I needd to customize
in this code… how can I indicate to use a specific header and a specific sidebar?
<?php
get_header();
$current_tag_name = single_tag_title( ”, false );
?>
<div class=”td-container td-category-container td_category_template_1″>
<div class=”td-container-border”>
<div class=”td-pb-row”>
<div class=”td-pb-span8 td-main-content”>
<div class=”td-ss-main-content”>
<div class=”td-page-header td-pb-padding-side”>
<?php echo tagdiv_page_generator::get_breadcrumbs(array(
‘template’=>’tag’,
‘tag_name’=>$current_tag_name
)) ?>
<h1 class=”entry-title td-page-title”>
<!–<span><?php esc_html_e(‘Tag’, ‘newsmag’); echo ‘: ‘ . $current_tag_name ?></span>–>
<span><?php echo $current_tag_name ?></span>
</h1>
<?php //the category description
$td_tag_description = tag_description();
if (!empty($td_tag_description)) {
echo ‘<div class=”td-category-description”>TAG: ‘ . $td_tag_description . ‘</div>’;
}
?>
</div>
<?php
get_template_part(‘loop-archive’ );
tagdiv_page_generator::get_pagination();
?>
</div>
</div>
<div class=”td-pb-span4 td-main-sidebar”>
<div class=”td-ss-main-sidebar”>
<?php dynamic_sidebar( ‘td-default’ ); ?>
</div>
</div>
</div> <!– /.td-pb-row –>
</div>
</div> <!– /.td-container –>
<?php
get_footer();
Hi chaitanya,
This can be achieve if you are using a single post template from tagDiv Cloud Library, those cloud templates can be edited with tagDiv Composer and you can adjust the row width -> https://i.imgur.com/V9Ei5DI.png select the row and in css tab you can set left right margin to auto and set the width you want to have, also adjust the width for all viewports -> https://i.imgur.com/G4RUTT7.png or better set the width in % in this way it will adjust per each viewport -> https://i.imgur.com/OpqCkrf.png
Hope this will help you!
I am using the new mobile editor. I have created a mobile version for one of my category pages using the new mobile editor.
Is there a way to duplicate a mobile version of a category page and then assign it to a different category, to save me from doing all of this manually?
Thanks
Hello,
i’m use template home decor in this site https://www.emelineternaux.fr/ when i’m edit only edit no change for the first time the header is not more sticky when i’m scroll the page.
Can you help me please ?
Thanks
Adrien
hi calin,
i am SO CONFUSED – i REALLY appreciate your effort in helping.. i will try to explain: i have easily made a slider gallery on a post page using the WP classic block and slider element and it includes 5 images from media gallery with captions. it goes through the 5 photos by clicking an arrow. all i want to do is recreate that on the homepage (ie. a contained (bordered) gallery of 5 photos that advance on click). apparently i must use revolution slider on the post instead, and insert the shortcode on the homepage. i get that, but first i must create the slider.
the first problem is that when i click ‘slider revolution’ in the WP dashboard i don’t get the same options as shown in your link. I don’t get “new slider”.. my options are what shows in the bottom of your link: new blank module, new module from template or manual import.
*nowhere do i see ‘content source – default sidebar’
i am forced to choose blank module and then choose slider and then choose auto (which is supposed to automatically adjust size to container width). the next option is Classic, Linear Resizing and then the editor opens where i get a complicated layout that is geared more to using graphics and layers and looks nothing like what’s shown in your links. i must resize EACH photo individually and what shows on the post page is floating photos that are not contained with a border or in a size that fits (either huge or tiny as i alter the settings) and photos change by timer and no arrows even though i chose arrows and look nothing like the post page one.) they also have no caption.
then, i copy the code from the editor and paste it onto the homepage in column text and all i see is the code.
i assume, from your links, that if i had the sidebar option i could just choose my 5 photos, insert the shortcode into a ‘text’ element on the homepage and that’s it.
please help.
Hi,
If you want to set that code in posts content the only thing that I can recommend is to set it with tagDiv Composer in single post template and use the same post template for all posts https://i.imgur.com/vznGEvd.png -> https://i.imgur.com/2FWqkDJ.jpg
Hope this will help you!
Thank you!
Hi,
If I understand correctly you want to replace the current menu with yours, because you are using a pro demo (are made with cloud templates), the settings from backend will not apply, pro demos can be full edited using tagDiv Composer, those are the steps that you need to do: edit the homepage with tagDiv Composer -> https://i.imgur.com/FonbdGP.png click on menu and change it from here -> https://i.imgur.com/cXYlZ7l.jpg
Hope this will help you!
Thank you!
Hi guys,
When I click on my mobile menu, this is the screen I get: https://imgur.com/jIFyNPV
The site is https://annadrummond.com/home/
1. The ‘Articles’ menu item works, but none of the rest do. I can see that they have been clicked, and the web address even changes, but it does not navigate to the link.
2. How do I change the style of the menu? I want to change the purple background image – there are no options to do so in the mobile composer. I have looked in the Theme Panel and have noticed the mobile menu/search background, but there are no pre-sets, and I have the mobile theme disabled. I am using a separate mobile template for the page.
3. The height of the background image I have for my hero image in the td composer is different to what the actual site shows – how to fix this?
Thanks!
Anna.
Hi,
1) If I understand correctly the post template -> https://i.snipboard.io/pXItx4.jpg needs to be reset for few posts, not the page template, unfortunately the posts content is only for login users -> https://i.imgur.com/YdqTdmv.png also we do not have a system to reset the posts template for few posts, this can be done only manually or using some code in database for all posts.
2) For Instagram, please make sure that you have set in theme panel the Instagram api key -> https://forum.tagdiv.com/instagram-widget/
3) Right now I see that you have this link set on the ad -> https://i.imgur.com/cSiK2oU.png now if the problem is that you set the link and this is not saved it can be from extra plugins that you have, please make a test only with theme plugins.
4) As I can see now the footer is displaying correctly -> https://i.imgur.com/RsxxuFW.png but I see that on mobile this is not look correctly, the row is not 100% -> https://i.imgur.com/hwrIUMG.png this problem can appear from extra plugins that overwrite the theme settings, make sure that is not a plugin conflict, please disable all non theme plugin and let only tagDiv plugin, then check to see if the problem persists.
If the problem is still there please provide a link where I can inspect this situation.
Thank you!
Hi bribiz,
Now is no longer need for a css to do this.
If you are using a standard demo, then you can use only theme panel options, for example to remove those elements from a block/module -> https://i.imgur.com/12ZBHjj.png and from posts you need to use the options from here -> https://i.imgur.com/5lSFdEE.png
If you are using a pro demo, those are using cloud templates from tagDiv Cloud Library and it can be edited using tagDiv Composer -> https://i.imgur.com/sfbhelr.png use the right click -> https://i.imgur.com/SET508O.png on the elements you want to remove, or the drag and drop option -> https://i.imgur.com/Kxw1VhJ.png
Hope this will help you!
Let me know the results!
Hi,
The modified date on posts can be set using tagDiv Composer on single post template from tagDiv Cloud Library.
-> https://www.screencast.com/t/eYkeLqbCqV -> https://www.screencast.com/t/3qCSo9Nxtt
Also for blocks you can use the option from theme panel – modified date -> https://imgur.com/V0KS1np
Hope this will help you!
We are currently experiencing a few issues:
1) The global theme needs to be reset on a few pages as they are showing with glitches snipboard.io/pXItx4.jpg
Is it possible to do a mass reset so all pages are following global page theme.
2) The instagram feed is showing in builder but not the live site snipboard.io/jECfnm.jpg
3) The AD URL are not saving on the site even though i keep inputting the url https://www.cbtnews.com/subscription/all-access-membership/ and it says it saved but its not saved on live site snipboard.io/uPEeGh.jpg
4) The footer is showing up incorrectly again snipboard.io/I62mT3.jpg
Hello !
I have replied here: https://forum.tagdiv.com/topic/use-homepage-template-on-all-primary-link-pages-2/
Please note that at the moment the Support team is not 24/7 available. We answer the topics from Latest to Newest Monday – Friday from 08:00AM to 05:00PM GMT+2
Thank you !
Hello !
The Mobile theme was specially designed for optimization on mobile devices. Unfortunately on mobile theme you cannot do much changes of design. If you want to have the same design as on desktop mode you can achieve that by simply disabling the mobile theme.
You will have to recreate your pages into the Mobile editor or completely disable the mobile theme. The mobile editor will not render shortcodes !
Also you can disable mobile theme on certain pages or posts by following this setting: 
Please take a look here: https://forum.tagdiv.com/the-mobile-theme/
Mobile theme plugin can be disabled from Newspaper Plugins as you can see here: https://www.screencast.com/t/LnkZCEVC
You are now able to create mobile viewport templates as you can see in our guide here: https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
! Atention ! If you are using mobile templates you will have to remove the mobile theme plugin and also at the moment AMP is not working with mobile templates.
Please note that at the moment the Support team is not 24/7 available. We answer the topics from Latest to Newest Monday – Friday from 08:00AM to 05:00PM GMT+2
Thank you !
Hi,
The manager is use for import and set header and footer templates from tagDiv Cloud Library -> https://i.imgur.com/Z6KOzk7.png also if you want you can add blocks and sections from cloud templates using the cloud icon -> https://i.imgur.com/4wJGTK2.png those will be add at the bottom of page/template, then you can move it where you want using the drag and drop.
Hope this will help you!
Hi,
This can be done on pages and cloud templates, those can be edited using tagDiv Composer, but this can be achieve only above the post content or after it, not inside the post content. You you can do this: -> https://i.imgur.com/15lv8rX.png -> set a row -> https://i.imgur.com/1TexMDY.png stretch the row -> https://i.imgur.com/MXEqw7S.png then add an ad box in it -> https://i.imgur.com/XgMFZG4.png and set the ads you want to display.
Hope this will help you!
Thank you!
Hello !
The Mobile theme was specially designed for optimization on mobile devices. Unfortunately on mobile theme you cannot do much changes of design. If you want to have the same design as on desktop mode you can achieve that by simply disabling the mobile theme.
You will have to recreate your pages into the Mobile editor or completely disable the mobile theme. The mobile editor will not render shortcodes !
Also you can disable mobile theme on certain pages or posts by following this setting: 
Please take a look here: https://forum.tagdiv.com/the-mobile-theme/
Mobile theme plugin can be disabled from Newspaper Plugins as you can see here: https://www.screencast.com/t/LnkZCEVC
You are now able to create mobile viewport templates as you can see in our guide here: https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
! Atention ! If you are using mobile templates you will have to remove the mobile theme plugin and also at the moment AMP is not working with mobile templates.
Please note that at the moment the Support team is not 24/7 available. We answer the topics from Latest to Newest Monday – Friday from 08:00AM to 05:00PM GMT+2
Thank you !
Hello !
That can be done if you set cloud templates on you categories and using tagDiv Composer you can customize them to achieve the same look as on homepage: https://forum.tagdiv.com/cloud-library-category-templates/
Also you can take a look at our videos here in order to see some tricks with tagDiv Composer: https://www.youtube.com/channel/UCOT1RiNysIPCTPSnVZskwtQ
Thank you !
Yes, please, I’d like to help you to help me.
Well, I changed all the structure of my pages with the update because I was using the Standard Pack before and now I’m only using the Cloud Template and I disabled the Standard Pack. My pages are full of ads, and clearly, this adds requests (many), but no changes in the update (before/after) in this field. No new plugins, I removed some of them instead, trying to find a solution for my issue.
My server is not the best server possible, so this might be the problem and I can accept it and I will probably buy a better one soon. But what made me disappointed was that I expected better performance (following this page https://tagdiv.com/newspaper-theme-update-standard-pack-or-tagdiv-cloud-templates/), I thought that the 10 version was a lot better than the 9 and that’s why I wrote here.
Thank you so much for your reply, I will send you an email as soon as possible
Hi OmurHak,
The pages are black on mobile only if you are using the mobile theme plugin, then need to set for pages a separate content in mobile editor -> https://i.imgur.com/ho41rUl.png
Also you can show the responsive version on mobile theme (to get the same layout as on desktop on mobile) -> https://i.imgur.com/m0bVB5T.png you can check more details about mobile theme in our documentation -> https://forum.tagdiv.com/the-mobile-theme/ or if you want to have the responsive version only, you can use the amp option from mobile theme -> https://i.imgur.com/oofST3D.png (to use the mobile theme template on amp) or you can disable the plugin.
Thank you!
Thank you!
Hi,
how to insert a template from template manager in the middle of page.
Hi nathan.justice,
The infinite loading can be set only on single post template from tagDiv Cloud Library, these can be edited using tagDiv Composer -> https://i.imgur.com/6YWjtED.png -> https://i.imgur.com/Y5zE4gW.jpg
If this is not what you mean, please let me know!
Hope this will help you!
Thank you!
Hello !
The Mobile theme was specially designed for optimization on mobile devices. Unfortunately on mobile theme you cannot do much changes of design. If you want to have the same design as on desktop mode you can achieve that by simply disabling the mobile theme.
You will have to recreate your pages into the Mobile editor or completely disable the mobile theme. The mobile editor will not render shortcodes !
Also you can disable mobile theme on certain pages or posts by following this setting: 
Please take a look here: https://forum.tagdiv.com/the-mobile-theme/
Mobile theme plugin can be disabled from Newspaper Plugins as you can see here: https://www.screencast.com/t/LnkZCEVC
You are now able to create mobile viewport templates as you can see in our guide here: https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
! Atention ! If you are using mobile templates you will have to remove the mobile theme plugin and also at the moment AMP is not working with mobile templates.
Please note that at the moment the Support team is not 24/7 available. We answer the topics from Latest to Newest Monday – Friday from 08:00AM to 05:00PM GMT+2
Thank you !
Hello !
It looks like you are using a Default PRO template. All the PRO templates or the cloud library templates are fully editable using tagDiv Composer.
The top bar most likely you will be able to edit it by simply opening the composer on any page: https://www.screencast.com/t/zss1GgKE
In order to see the reviews you will have to add them when editing the post here: https://www.screencast.com/t/TGY1EXZ9p and then using tagDiv COmposer simply add the element on your template: https://www.screencast.com/t/hCYE7ehv
I hope this was helpful !
Thank you !