- 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,
It could be a number of things that interfere with the homepage. Maybe you have other plugins that interfere with contact form and the page template used. You can try to disable all plugins except visual composer and contact form and see if the problem is still there.
Thanks.
Hello,
I am using the default template for news, as in your demo. The template name is: Pagebuilder+latest-articles+pagination. The latest articles row block settings is not in the template.
http://awesomescreenshot.com/0505gs2j7d
Regards
Hi
I’d like to create a new “sales” page template that will :
1. remove the menu bar
2. make the width of page a bit smaller
3. remove the page title
Could you please advise me how to do this? I basically need it to build a sales page for my website, which is meant to be simple and straight-forward and doesn’t incite people to leave the page.
Many thanks in advance!
Hello lalfieri,
If you want to achieve a blank page, without content, please have to select the default template with no sidebar, like this: http://screencast.com/t/Vij5zBXzPRaE – http://screencast.com/t/k23lTElXMVf
If is not what you mean, please provide more details about this, so I can be able to provide a more accurate response!
Thank you for the message!
Hello mikezenmx,
If you want to remove your latest articles section, you have to use a Template Default from WP panel->Pages Attributes like this: http://screencast.com/t/0UUmLVwk .
For more details about this, please consult our documentation, here: https://forum.tagdiv.com/page-templates-2/
Hope this helps!
If is not what you mean, please provide more details about this, so I can be able to provide a more accurate response!
Thank you for the message!
Hi,
The category title for woocommerce template is hidden by default. Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/sKHokAAoQF
.woocommerce .page-title {
display: block !important;
}
Thanks!
Hi,
I see what you mean, there is a different css for homepage – http://screencast.com/t/OImICyUg
Please add this custom css in Theme Panel > Custom Css to change it – http://screencast.com/t/xd9Fa4yYvig
.home .td-post-template-8 .td-post-header-holder {
vertical-align: bottom !important;
}
Thanks!
Hi,
Sorry for delay we don’t work on weekends!
I’m glad that you figured out, also it is specified in the documentation – https://forum.tagdiv.com/page-templates-2/
Thanks!
Hi,
All the featured images are cropped to different sizes to fit on our modules but also to fit in the post templates, please check this section and see that also for post pages(some of them) the uploaded images are cropped – http://screencast.com/t/liUzod9X
So for example if you use a small image size it will not be resized, but you can try this custom css in Theme Panel > Custom Css for default post style – http://screencast.com/t/DWb7ZEMsoOP
.td-post-template-default .td-post-featured-image img {
width: 100% !important;
}
Thanks!
So here’s the default template issue:
http://naturallyzimbabwean.com/2015/01/07/african-rice-makes-a-come-back-2/ (I’ll leave this live for a few days, but please let me know as soon as I can take it offline.)
You can see the homepage footer padding issue on the homepage live:
http://naturallyzimbabwean.com/
This 2nd issue only seems to affect the homepage, other articles/post and other pages seem unaffected.
Thanks,
Tim
Hello @PierreBoullier,
If you want to achieve a different header logo on your page, it is necessary to add a set of conditions in header-style file and load a different logo image for each page. Below, I gave you an example for header_style_7.
This code should load a different logo image for the pages but only when header style 7 it’s used. If you change the header style you need to apply the customization in the file corresponding with the header style used. Look here: http://screencast.com/t/jSTSxWh2xdl – http://screencast.com/t/girlnlQWHzE
<?php
if (is_page('PAGE-ID')){
echo '<img src="url image 1">';
}
else {
locate_template('parts/header/logo.php', true);
}
?>
Also, @szmarinov if you want to add a different logo for each category, you have to replace in code above the function is_page with is_category like this: http://screencast.com/t/RDofG5R4YL – http://screencast.com/t/oIF2jUCn
<?php
if (is_category('CATEG ID')){
echo '<img src="url image 1">';
}
elseif (is_category('CATEG ID')){
echo '<img src="url image 2">';
}
else {
locate_template('parts/header/logo.php', true);
}
?>
For more information about function Reference you should see here: https://codex.wordpress.org/Function_Reference/is_page
Hope this helps and let us know how it goes!
Thank you for the message!
Hello solo,
The meta box contains some information about the post, such as: Author name, Post date, views and comments. If you want to remove this, on your all post pages, it is necessary to use a BIT of Css to hide them. Please try the code below and place it in your Theme panel->Custom Css area, like this: http://screencast.com/t/1rsaswhD9vXj
header .meta-info {
display: none;
}
The result: http://screencast.com/t/IGHRpE7IRJ
You can create your side bar if you are using the Visual Composer like in the next screenshot -> http://screencast.com/t/jbNcO9iPlIqg . For more information about how to use this, please consult our documentaion here: https://forum.tagdiv.com/newsmag-how-to-use-visual-composer/
Also, for more information about post templates, smart side bar, please consult this: https://forum.tagdiv.com/newsmag-post-templates/ – https://forum.tagdiv.com/newsmag-smart-sidebar/
You can take a look over our You Tube section, because this contains a lot of tutorials and it may be useful
https://www.youtube.com/results?search_query=tagdiv+newsmag+
Hope this helps and let us know how it goes!
If is not what you mean, please provide more details about this, so I can be able to provide a more accurate response!
Thank for choosing our theme and thank you for your message!
Hello,
Please signup to http://www.viralbae.com
When the username is clicked, it will redirect to Author Archive page.
since the user is new, it says page not found error.
I expected a default author template to load even if the user do not have any posts.
Please advise.
Thanks!
Answer:
It is in “News” page edition window, right below code section in “Homepage Latest Articles” section.
It depends on template used in “Page attributes section.
Regards.
I’m trying to ad a background image for category pages. My initial hope is that it could be set to appear in the area behind the Style 6 or Style 8 so its crisp and clean.
However if it has to go behind the whole page that could work also.
Do you have a template for dimensions of the image. I have been trying multiple sizes and can’t seem to get anything to work.
Thanks
Hello,
I’d like to know how to remove/disable some ad templates on specific styles.
I currently have a header ad, inline and sidebar ad for Style 1 (my default template for articles).
When i have a video article i use Style 11 with ads too, this means i have 4 adsense adverts on one page. How would i disable the inline advert for Style 11? So Style 11 template would only have three ads showing (header, style 11 ad and sidebar) but still show up on Style 1?
I’d like to know because i think i’m breaking the adsense rules with the amount of adsense units on one page.
Thanks,
Hi
when we use smart list 1 and 3 , both of them separate each page by one H3, which is too short for us
is there any way that we could control how many “H3” is one page?
if not possible on smart list, any method to achieve this on normal post template?
we want to cut long article into pages by our own wishs
thanks
I am trying to remove the word “Home” from the front page of my site. I am using vs 6.6 and a pagebuilder+ page title template.
I have highlighted the “Home” I wish to remove in the below listed screenshot.

Hi
I am not sure what post template you’re using and also what customizations you did. Usually the post content and the featured image sizes are fixed and can’t be modified without altering other elements from the page. Please provide more details in this regard and a link where we can inspect this and maybe we can help you.
Thanks!
I am seeing an error message on my Youtube video link when I paste the youtube link into the Featured Video area of the post. The error says “An error occurred. Please try again later.” I did select the video format on the post page and selected the suggested page template as well. On the main page, the featured video does not create a thumbnail of the featured image from this video link either. I followed the directions. Any advice would be great.
I recently installed the plugin AdSense wprdpress my template and have the disadvantage that since I can not access my web page.
If I can access from any Internet connection but not since I made that change.
That may be happening?
hello there,
we are use template and we like it. but we don’t know all settings about it. We want to make some changes on ourt main page but we dont know how it can be.
first of all, is there exist a way pin some posts to top. we are write some advertaisment post but we continue write something, so that the adv maybe goes second page. is there way pin posts to first page.
Our second questions is, in category main page there exist a carousel view. is there exist for main page or is there exist any choice about main page
For example our main page layout –> http://caciksever.com/
Category page layout –> http://www.caciksever.com/category/genel/
Hi
You can use the do_shortcode function in the files corresponding with the post/page template that you’re using: http://screencast.com/t/gzwZfuAHz
echo do_shortcode('your shortcode ad');
To get the shortcode add an ad box into a blank page then switch in backend editor copy and paste this code: http://screencast.com/t/Kcqsjk9C7xbU inside do_shortcode function.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi,
I just said above that this is not an easy task, the theme has already a mobile version and there is not option to disable it. We have this on our list and we may add some option to enable/disable widgets or the possibility to set a lighter theme for mobiles, or maybe something else. We’re still looking for the best solution.
The Jetpack mobile theme featured will read the content of the page, the theme use shortcodes in content so this is what you will display…shortcodes.
You could use js to detect mobile screens and load different content but you will need custom work for that, the theme hasn’t been designed to use a mobile template.
I suggest to get a professional developer from sites like – http://studio.envato.com/ if you need this as the time doesn’t allow us to provide custom work.
Thanks!
Hi,
You can move the Latest Articles section as it is not apart of the page content, but you can set the default page template(so you will remove the bottom latest articles) and use another block between Big Grid and block 1 and set it to display latest articles – http://screencast.com/t/BTQygKL7 – http://screencast.com/t/jgb5w9TUmH
Thanks!