- 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,
In order to change that background color you need to edit the page/template with tagDiv Composer -> https://www.screencast.com/t/QqdCn9Wj
You need to set the background color to the row ( for each row ).
Hope this will help you.
Thanks.
Hi,
All blocks have pagination (but not numbered) in filter.
In order to have breadcrumbs on page you need to set the page template on pagebuilder + page title -> https://www.screencast.com/t/G8jb66QhNqu
Unfortunately the blocks do not have numbered pagination only the post loop , blocks have only the sample pagination -> https://www.screencast.com/t/tijKnnph4pqk
filtered posts by category -> https://www.screencast.com/t/ln6dbqYRuq
Thank you for your understanding!
Sorry for the misunderstanding. I was wrong about the loop behaviour. It doesn’t function same as the latest articles template, but what you want to do can be done.
I believe in theme version an option was added to rows, this one
– http://prntscr.com/mag35t
So for example if a loop with numbered pagination is used in the page, you can activate that option for all the other rows present in the page.
The result will be that starting from the second page of the loop, the other content in the page will not be loaded, exactly as the latest articles template.
You could try it like that, and sorry again for my mistake.
I’d like to use the template from this category http://dev.wilhard.ru/bitcoin/ and apply it to the tag page http://dev.wilhard.ru/tag/kak-zarabotat-v-internete/. How can I copy a category template to a tag post page? Please, let me know.
Thank you in advance…
Hi,
You could modify the page template files, these would be them
– http://prntscr.com/mafepk
These can be modified in a child theme if you have one. Maybe add conditions so the new PHP code loads only for certain pages, so you can still use the respective template.
Thanks
I mean that there is a tag pages like this one: http://dev.wilhard.ru/tag/kak-zarabotat-v-internete/. How can I change its template? I want to add some blocks at the top of a tag page.
Hi Simion. Thanks for the reply. But that is still one overall template for ALL tags.
I was referring to using a different tag template for single tags.
As I referred, I have a football news related website. I use the tags to link news about a certain player or certain club to each other. The information I want on the tag pages is different for a player or club. You can’t set templates per tag right?
That will be the case indeed. It is the same functionality as with the latest articles template. When the pagination is used the page will change to page 2/3/4 etc. This is how the numbered pagination works.
Blocks have ajax pagination options (the loop element has them too), meaning the page will not be refreshed, only the respective section. So in this case for the loop element you could choose for example the next/prev pagination instead of the numbered type
– http://prntscr.com/ma2l2x
Hi,
In order to have Breadcrumbs on page you need to set the template page on pagebuilder + page title
-> https://www.screencast.com/t/3tMBut1H
-> https://www.screencast.com/t/MvZcCcJY0M2
Hope this will help you!
Thanks.
Hi,
Unfortunately our theme do not have this option for posts, only for pages, but if you want you can use a template from tagDiv Cloud Library , edit the template, and set there the Fancybox, after that set the temp[late to some posts.
Hope this will help you.
Thanks.
Hi, at https://fastwp.de/magazin/ we use the famous SEO Plugin https://wpseo.de/. We use Cloud templates for article, tag and category pages and i notices that wpseo is not working for title and meta description – its simply ignored.
I was running a test with a “simple page” so without using a tagdiv template and here everythign is working fine.
Hi,
If you want to remove that WP function, you need to check the page.php template and remove them from there -> https://www.screencast.com/t/QdKDRTYB1
Thanks.
Hi,
That could be caused by the page breaks you added, should be solved by removing them.
Modifications to the page templates or content added in pages that is not part of the composer, can produce such errors. Try to remove what you did previously and check again.
Thanks
Hi,
In order to change the post that appear in Latest Articles you need to go in homepage, click on edit and look for Latest Articles, change from general to posts loop settings and look for limit post number.
-> https://forum.tagdiv.com/page-templates-2/
Thanks.
I have created a page with tagDiv Composer. I want to keep it and make amends in a copy of the page. How can I clone or duplicate my existing page to do this? Thanks
Hi,
i have a problem similar to that
In Newspaper > Theme Panel
In Footer > Footer Page ( or in Post settings > Post template and so on … )
I have set a Page (‘footer’ create with tagdiv composer in Page section) as footer page, and when i go to an article for edit, the settings reset
Another problem is that i can’t set the Post Template for the translated Page
This problem makes the functionality of the Theme unusable for translated articles with WPML
Thank you for your answer. As I mentioned before the question is not about the plugin, but about the theme. This plugin has good support, they answer by e-mail and do it very quickly. And it works as it should, there is no problem with it.
Your theme calls the function “comments_template” in the middle of the Home page. This function is used to load the comments whereever you put it. Read it description here: https://developer.wordpress.org/reference/functions/comments_template/.
Why you put it into the middle of the Home page? It should have been at the bottom of the Home Page as you wrote above. How do I fix it? Please, help…
As to the other pages, everything works ok, your theme puts the comments (function “comments_template”) at the bottom of a page. Ask your developer, he will understand.
Please, fix it… Your theme should put comments at the bottom of the Home Page.
Thank you in advance…
Hi,
You should edit the page template, category template, and single post template used by you and add the News Ticker element using the do_shortcode() method if you want to achieve this. You need to it yourself through the code because we cannot provide custom work at the moment, sorry! Usually, we recommend the developers from studio.envato.com.
Thanks for your understanding!
Hi, folks
finally going to upgrade some of my sites running Newsmag 3.1 to latest.
Way back when, there was a somewhat across the board minor ‘bug’ if you will with paginated headers.
(h1 title category pagination)
Meaning, if you have a category like ‘Florida Government News’ …
siteeeeee.com/NEWS/florida-government-news/
you might have headers on the main page
FLORIDA GOVERNMENT NEWS
however, when you go to subsequent pages (let’s say 60 items per page);
/florida-government-news/page/3/
the h1 header is still
FLORIDA GOVERNMENT NEWS
when ideally it should be something like
FLORIDA GOVERNMENT NEWS : page 3
since 20 indexes with identical H1 headers is kind of funky.
While one element can be changed via editing a template; some of that is buried so deep, it’s almost impossible to get to.
Any chance this got sorted yet at some point, or could it?
Thanks!
Voila: https://lionsground.com/unidentified-submerged-object-was-surrounded-by-multiple-submarines/ @simion
I’ve designed the template first in a page and copied the source in a post. However, after that editing the background image of the row is not possible. I need to create a full width row with a background image and replace the class”” with the new one.
Question, how to redirect the sign-up(the pop-up) to a particular page? I’m using a paid membership plugin so nobody can register without subscription.
Waiting for your response,
HSP
-
This reply was modified 7 years by
heathcliff.
Hi Simion,
thanks for you fast help.
But I think I mentioned something else and didn’t explain it right or I missunderstood you.
I don’t want the latest articles on the top. I want that the newest article of all categories are on the top. http://www.offroadcracks.com.
But – that’s the point – not in a row of four big pictures. I want it like the default version in a row of three or for pictures and this 3 or 4 times one underneath each other. The rest of the design on the front page could be like it is.
Loop Template 9 Full 1 instead of the four big picutres on the start site ist the idea.
Thanks
Hi,
Unfortunately tagDiv Composer is a builder for pages and templates, in order to edit templates you need to use tagDiv Cloud library
Thank you for your understanding.
Hi,
You can make sidebars with tagDiv Composer in pages and if you use tagDiv Cloud library you can edit the templates and make in templates the sidebars you want.
Thank you.
By designing it first in a page and copy the source code into a new post and save as template.
Hi,
Please notice that our page comments come by default at the bottom of the page, as you can see here -> https://www.screencast.com/t/TVF7MsSToQ These are available only for Page Template default and if you will enable the following options from here -> https://www.screencast.com/t/JCMmpjAyu4j I do not exactly understand what did you mean by saying that the theme’s comments appear in the middle of the page. This section does not come from our theme -> https://www.screencast.com/t/jMHSbScpo It’s a plugin and that’s why I said that we cannot provide support for untested plugins, sorry!
Thanks for your understanding!