- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperDesign your post pages using the Default Templates
- NewsmagPage templates
- NewspaperPage templates
- NewspaperCreate a form contact page
- NewspaperCloud Library Templates
- NewspaperCloud Library – Category Templates
- NewsmagCategory templates
- NewsmagFooter templates
- NewsmagDefault post templates
- NewsmagPost templates
- NewsmagHomepage – How to build and set it
- NewspaperHomepage – How to build and set it
- NewspaperPost templates
- NewspaperDefault post templates
- NewspaperCategory templates
- NewspaperPost template ads
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_single_template::add
Hello,
The tagdiv composer as well as visual composer in our theme is meant to be used exclusively and only on pages not posts. The tagdiv composer does not have any at all setting that can allow it to work on posts. Posts are created using the tiny mce editor, not a page builder which is destined for pages.
You can create posts very very easy and stylish without any page builder. Using a page builder on posts is not recommended. Using 2 page builders at the same time is not recommended.
Please use this guide to create your posts without any page builder :
https://forum.tagdiv.com/post-templates-2/
https://forum.tagdiv.com/post-formats-for-tinymce/
Thank you!
Hello gargus,
Notice that from Theme panel, Ads section you can manage the Header Ads, Sidebar Ads and the ads from your post content which can be placed at the top, middle or bottom, as you can see here -> https://www.screencast.com/t/0JYOa554DKB Clear all the caches and check the results.
I guess that you are referring to the Latest Articles which is this -> https://www.screencast.com/t/AYHvSihWKwYG, right? Notice that you can change this from Page Templates, according to our documentation here -> https://forum.tagdiv.com/page-templates-2/
What is your latest issue? Is it related to quotes? Provide more details about his so I will be able to provide a more accurate response.
Thanks.
Hello , I´ve just installed and set the mobile theme for all of my pages, all of them looks great but the homepage. It´s still showing the “normal” version. I don´t know how to convert my homepage into the mobile theme version. I´d like to set the predefined page template.
Thanks!
Good Morning could you please help to solve these last issues ? thank you in advance
– how to turn on the ads in the pages (trying to do in ads section of theme panel bit without result – trying to use all 3 post template style)
– how to change the category of posts displayed in first section above the footer (it is not editable via TD Composer)
-
This reply was modified 9 years by
gargus.
Hi,
Please enter this code in Theme panel->Custom Css and it will remove the page title
– https://www.screencast.com/t/8rhKYsbFfK
.page-template-default
.td-page-title {
display: none;
}
Thanks
ok – great success 🙂 – it helped https://forum.tagdiv.com/blocks/
I still have some minor issues to solve :
– how to turn on the ads in the on the pages (trying to do in ads section of theme panel bit without result – trying to use all 3 post template style)
– how to change the category of posts displayed in first section above the footer (it is not editable via TD Composer)
Hi,
I’d like to remove the homepage title.
Have been searching for the last hour, but all the codes and plugins don’t work.
I’d need a CCS code I can paste and be done with it.
The change post template sugestion so often told doesn’t work, because it messes up the whole homepage (changes fonts, layout).
My site is onmegvalositva.hu
I’m responding to my own messages here, as I learn more about how this theme is working, feel free to point any mistakes to me please 🙂
If I use the tagdiv builder, there are no page templates. The only way to copy your existing templates, is to install a demo WITH content (which will create the demo pages), and for the page I want the template of, simply copy its shortcode into a new page, and then edit that with tagdiv builder in the frontend.
If I want to load/save page templates, I need to use the visual composer builder, which will allow me to use an existing page template that you have from your demo. But then I am locked in using the visual composer for this page.
So if these two statements above are correct, and the pitch is that the tagdiv builder is a lot better, I need to install a demo with content, and copy-paste shortcodes from pages whose layouts I want to re-create in my site. Correct?
Is this pretty much it ? Have I got it right? 🙂
Ok I fixed the tagdiv composer, I can add/remove elements now, but my original question remains.
How do I import page templates??
I just purchased the newspaper theme and I’m a bit lost as to how I import existing templates for my pages.
I installed one of the demos (without content, since I have hundreds of posts already)
Now when I create a new page (to start building a homepage for example), I get the tagdiv builder by default, which only allows me to insert elements and build the page from scratch block by block.
I can’t see where I import page templates, can you please assist?
Hi,
That is not an error. When you use a page builder you have to add sidebars to the page using a Widget sidebar element
– https://www.screencast.com/t/jqQjPZKOyfU
– https://www.screencast.com/t/Dhbv5llqs47b
And choose from your available created sidebars, that you can customize in the widgets section. A sidebar can be created in many ways
– https://forum.tagdiv.com/sidebars-tutorial/
Or you could simply split the row and directly insert content in the page
– https://www.screencast.com/t/KaeR9hr8A0T
If you are using the Latest articles page template, you can use another sidebar for that section
– https://forum.tagdiv.com/page-templates-2/
Thanks
Hi,
1. You can split the row in a maximum of three columns, just like with the Visual composer
– https://www.screencast.com/t/lqvptr7fl9h
Then you can place the elements you want in these columns. Please note that depending on the row settings, blocks may look different. Here you can see how blocks look in all situations
– https://demo.tagdiv.com/newspaper/block-16/
The blocks use different modules based on the layout chosen
– https://forum.tagdiv.com/theme-blocks-modules/
There is no activation or subscription needed if you choose to use Visual composer. Just install it and use it
– https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Please consider that in future updates more features and options will be added to the tagDiv composer exclusively
– https://forum.tagdiv.com/visual-composer-tagdiv-composer-transition/
2. At the moment there is no options to add a page template. There are three page templates available
– https://forum.tagdiv.com/page-templates-2/
Thanks
Hi, how to display a category image on one of my category block on my homepage (not on the category template) instead of displaying a category title? Thank you.
Hi, I am wondering what is the section of the site is causing that the 4 CPU cores have gone to 100%
The Querys:
SELECT SQL_CALC_FOUND_ROWS wpex_posts.ID FROM wpex_posts WHERE 1=1 AND (((wpex_posts.post_title LIKE '%plain%') OR (wpex_posts.post_excerpt LIKE '%plain%') OR (wpex_posts.post_content LIKE '%plain%'))) AND (wpex_posts.post_password = '') AND wpex_posts.post_type IN ('post', 'page', 'attachment', 'vc4_templates', 'cines', 'funebres') AND ((wpex_posts.post_status = 'publish')) ORDER BY wpex_posts.post_title LIKE '%plain%' DESC, wpex_posts.post_date DESC LIMIT 0, 4
SELECT SQL_CALC_FOUND_ROWS wpex_posts.ID FROM wpex_posts WHERE 1=1 AND (((wpex_posts.post_title LIKE '%Saturday%') OR (wpex_posts.post_excerpt LIKE '%Saturday%') OR (wpex_posts.post_content LIKE '%Saturday%')) AND ((wpex_posts.post_title LIKE '%1%') OR (wpex_posts.post_excerpt LIKE '%1%') OR (wpex_posts.post_content LIKE '%1%')) AND ((wpex_posts.post_title LIKE '%ju%') OR (wpex_posts.post_excerpt LIKE '%ju%') OR (wpex_posts.post_content LIKE '%ju%'))) AND (wpex_posts.post_password = '') AND wpex_posts.post_type IN ('post', 'page', 'attachment', 'vc4_templates', 'cines', 'funebres') AND ((wpex_posts.post_status = 'publish')) ORDER BY (CASE WHEN wpex_posts.post_title LIKE '%Saturday 1 of ju%' THEN 1 WHEN wpex_posts.post_title LIKE '%Saturday%' AND wpex_posts.post_title LIKE '%1%' AND wpex_posts.post_title LIKE '%ju%' THEN 2 WHEN wpex_posts.post_title LIKE '%Saturday%' OR wpex_posts.post_title LIKE '%1%' OR wpex_posts.post_title LIKE '%ju%' THEN 3 WHEN wpex_posts.post_excerpt LIKE '%Saturday 1 of ju%' THEN 4 WHEN wpex_posts.post_content LIKE '%Saturday 1 of ju%' THEN 5 ELSE 6 END), wpex_posts.post_date DESC LIMIT 0
Thanks!!
1. in TD composer, How can I simply change the number of columns of an element like element: block 16.
Personally, I prefer the visual composer, is it available for me to use with Newspaper, it does ask for a subscription?
2. Can I create my own page template?
I think it is because the module has no association with these functions –
get_td_pull_down_items
get_pull_down_filter
Which are part of the file in wp_booster
td_block_template.php
I see that some other modules have the association like –
class td_block_77 extends<strong> td_block_template</strong>
But when I use this is crashed the page too.
What do I do? 😀
-
This reply was modified 9 years by
thebestprogrammerintheworld.
-
This reply was modified 9 years by
thebestprogrammerintheworld.
Hello amsam1979,
With what I can help you here is I provide a bit of CSS code which hides you the article top ad only for this post page.
The code is ->
.postid-1086 .td-a-rec-id-content_top{
display:none;
}
Please notice that if you want to create a new pot template for this regard, you should create it yourself because we cannot provide this type of services at the moment, sorry!
Thanks for your understanding!
Hi ,
Thanks for your response Catalin. sure, i’ll share my site url below.
http://www.avidmediainteractive.com/woman/2017/07/1086/
In this article, i want to disable article top ad,article bottom ad and article inline ad.
can we do this by using a separate custom post template. so then i can customize the article page only for a selected set of articles.
Ideally, what i want is, in the post editor screen there will be a drop down to select the template for the post. when i select this new template for the post, no ads will appear on that page.
I hope that you can understand my problem and i’m waiting for the solution.
Thanks.
Hi,
If you would like to display those sharing buttons on the modules, you will have to edit the module files that the block is using
– https://forum.tagdiv.com/theme-blocks-modules/
Edit the module that is needed and used by the blocks you are using, and try inserting the code there presumably after the excerpt field
– https://www.screencast.com/t/o71IkyYTvHYe
For the top and bottom sharing of the post in the post page, you have to edit the corresponding loop file to the post template style that you are using. These loop files are found in the main theme folder. Try replacing the default sharing code on the post, with the code you were provided
– https://www.screencast.com/t/Ppanpg4FBnUg
Thanks
By the way one more question:
4- How to change “Continue” button in blog pages of default template to “Read more ->” words as in your default demo? When I see it in translation section, it has both values. So I guess I can change it from somewhere but I couldn’t find 🙂
I was add list menu in this page ( http://youblock.co.kr/hot-video/ ) with TD composer
and set header template [Block Header 8].
But it doesn’t work at all.
please see this site and help me.
Hi,
Maybe I am misunderstanding this, but on the search page you are mentioning there are ads present from what I can see
– https://www.screencast.com/t/S8NBZTRYtt
For the search page template you can only customize module used to display the search results, and the sidebar used on that page
– https://www.screencast.com/t/mqjigYV5uQ0
Thanks
Hi,
In pages there is pagination for the Latest articles section, when the required page template is selected
– https://forum.tagdiv.com/page-templates-2/
This section is always located at the bottom of the page
– https://demo.tagdiv.com/newspaper/
Each block also has pagination like this available
– https://www.screencast.com/t/ie46Wrjlr
More information about the available block settings and options here
– https://forum.tagdiv.com/block-settings-guide/
Thanks
Hi,
The Latest articles section will always be on the bottom of the page. That is how it should work. This section can be disabled by selecting a different page template, or further customized
– https://forum.tagdiv.com/page-templates-2/
If you want you can disable it, and use the blocks of your choosing for the bottom of the page.
For the blocks you can only choose from the available pagination options
– https://www.screencast.com/t/CabFpEYks7H
– https://forum.tagdiv.com/block-settings-guide/
Thanks
Hi,
I could give you a code for the modules as well. This will leave the posts without a category tag however.
This is the code and it should remove the gallery tag on all modules and the homepage post
– https://www.screencast.com/t/B6qkTpKcvcXG
– https://www.screencast.com/t/OlZ9ShIC
– https://www.screencast.com/t/obpvkdAL
.td-post-template-8
a[href*="gallery"]{
display: none;
}
.td_module_wrap
a[href*="gallery"]{
display: none;
}
Thanks