- 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
I understood that i have to use “Cloud Library Templates” and edit with TAGDIV composer also if I do not like live composers.
Peraphs it is not a good solution because I have to add the ticker on posts, posts, archive, category, tag and pages. A lot of work for one element on almost all the site.
Now the question is: How to import in “Cloud Library Templates” the templates that are in the theme template?
I do not need of the pre made templates and i do not want to build new ones.
Hello !
As I have mentioned above. The news ticker is an tagDiv Composer element wich can be added only on templates from Cloud Templates. For posts you will have to add the Single Post templates from Cloud Library: https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/
For category you’ll have to use Category Templates and so on.
Please learn more about the cloud library here: https://forum.tagdiv.com/cloud-library-templates/
Thank you !
Hi Vlad
what i want to do is simply display the news ticker also on to ALL Category & Tag Pages not only in posts.
Category & Tag Pages that already are on the site using templates that are on the actual site structure without import Blank Templatea and rebulit posts, category and tag pages templates or use pre made templates in library.
Can you help me?
Hello !
You can have Next / Back Buttons only on smartlists.
That is possible when having a Single Post template from the Cloud Library as you can see here: https://www.screencast.com/t/CO4LWTcimW
Follow this tutorial to learn how to use the Single Post Template: https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/
You will have to make some modifications. First of all add this css code into your Theme Panel – Custom Codes – CSS: https://www.screencast.com/t/vxXrGBIV
.td-post-next-prev-content { align-items: center; border-radius: 40px; text-align: center; display: inline-block; margin-bottom: 40px; width: 50%; height: 50px; background-color: black; } .td-post-next-prev-content a { text-align: center; margin-top:15px; margin-bottom:5px; color: white; } .td-block-span6 { text-align: center; width: 350px; }
And you will have to make some modifications in PHP too following this path: legacy/common/wp_booster/td_module_single_base.php ( I have used Notepad++ to edit it )
and change the codes at the line: 929 ; 930 and 940 ; 941 like in here: https://www.screencast.com/t/AEgFOTDC
Thank you !
Hello !
To be able to edit posts with tagDiv Composer you will have to add a single post template to your posts. You can find more about it here: https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/
After that you can add this element in your sidebar: https://www.screencast.com/t/qO4KQGZDoLo
This is as much you can achieve with a sidebar. For a full reproduction you will have to create a page for authors.
Also please note that is easier for us to help you if you create individual posts for your issues !
Thank you !
Vlad you rock! thank you for this information it was great and I was able to make these template.
Now, I have a question regarding the Login / Sign up at the top right of the page. When click I get to the login form but if I need to create an account in order for the user to make comments or things like that where do they go to create an account? I am assuming these function is for the sole purpose of making comments and be registered to the website. Where do I manage my users?
Thanks
Fabian
Hi,
In our example https://test.vamely.com/quand-disney-sinspire-de-personnes-reelles-pour-creer-ses-dessins-animes/20/ the next button is gray because you are to the last slide.
Also if you want to use the Infinite Loading please check this article ->https://tagdiv.com/infinite-loading-for-single-posts/
-> https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/
Hope this will help you!
Than you!
Hello,
We are trying to update Newsmag from 4.7 to 4.9.1 and the previous developer made extensive use of the Theme API within the child theme.
I see that this is no longer supported in 4.9
What are migration steps to support this new version? Do you have a guide?
Functions from API used are:
td_api_category_template()
td_api_category_top_posts_style()
td_util::get_category_option()
td_util::get_option()
td_page_generator::get_pagination();
td_page_generator::get_category_breadcrumbs()
td_api_header_style::_helper_show_header()
td_api_footer_template::_helper_show_footer()
td_global_blocks::get_instance()
td_social_icons::get_icon()
They also created custom classes by extending the td_module and td_block classes so need direction on whether that is still supported in 4.9.x and if not, I’ll need documentation on how to migrate.
Let me know if you need any additional information.
Thanks for your help!
It only seems to be occurring on certain themes (or templates). If you, for example, go to the demo of the Romanian-theme (great theme btw!) and click the comments-icon next to the page-views you will quickly see the word #respond appear for half a second next to the url. Then it disappears.
Take this page for example: https://demo.tagdiv.com/newspaper_romania_news/penns-expanding-political-climate-gears-up-for-2020-election/
Edit: Well, it seems turning off the auto-loading feature makes the links display like normal again. Also noticed that the #comments-page-1 etc. also disapperas completely from the source-code as well when this function is enabled.
Personally i really like the auto-loading function and would love to keep it. But now I feel a little unsure, when it comes to SEO and all that with the links disappearing :-/ What are your thoughts?
-
This reply was modified 7 years by
MrOrsh.
I am currently remodeling my site using the 9.8 update and have come across a weird behaviour considering comment urls (as in “https://www.mysite.se/article/comment-page-2#comments“)
Before when clicking on next page of comments would result in an url-change like the one above. Also before when clicking on the comments-symbol in the beginning (to move down to the comments) the url would look like: “https://www.mysite.se/article/#comments“.
This is however not the fact when using a cloud template (which I´m experimenting with now). When switching pages of comments or clicking the comments-symbol the url quickly changes to “../comment-page-2#comments” or “../#comments”. However half a second later the url is back to the normal article one.
I am afraid this behavior might have an effect on SEO if i go live with the site. Have you noticed this during development, and why does this happen?
Thanks for a great support 🙂
Hello !
In posts you will have to import a single post template from the cloud library wich is fully editable using the tagDiv Composer. Take a look at this tutorial to learn how to do it: https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/
For categories you have category templates from Cloud library: https://forum.tagdiv.com/cloud-library-category-templates/
Thank you !
Hello !
The News Ticker is a tagDiv Composer Element. You can add it wherever you want: https://www.screencast.com/t/HyO7s0WiFDZb
Please note that you will need a Single Post Template from the Cloud library and apply it to your posts in order to have the posibility to edit Posts. Find out more about it here: https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/
Thank you !
Hi! 🙂
I just changed my website to Newspaper Travel Pro demo’s, but I having problems in updated some important parts.
I checked it all, I don’t have any plugin conflit and have already cleaning the cache, but I’m still having troubles when I try to upload my own picture in author box on the Home Page. I don’t even have an option to choose a singluar circle picture on the TD Componser.
Also, when I try to change pictures on “Top Destinations” area an error that shows “invalid data, current state has involved an issue” appears on the right top of the screen.
Third, my posts are with differents templates, even when I put it to show the default one. For example, I have so many links in my posts to another posts, but when I click on it, appears a different model from the post template of Newspaper Travel Pro’s demo.
I don’t know what more can I do. Can anyone help me?
Best regards,
Amanda
I checked the options in google AdSense, still didn’t fix it. Please note that this is a cloud template with the single post content element with in-line ads.
Here’s a link to one of the page that has the issue, https://www.overklass.com/toronto-defiant-leaks-their-overwatch-league-2020-schedule-and-venue/.
When choosing to add a section or template on a new page the acknowledgment buttons are behind the image and you cant say ok to choose section, the Ok buttons is repeated 3 times. You simply cannot import sections.
Also i found a solution. You can click the OK button through the DOM, inspecting the website.
1. You cant import sections/templates. OK button is behind

2. You can click the OK button through the DOM. Deleting the div which has the id = tdb-modal.

3. Now you can import all the sections and templates you want!

When choosing to add a section or template on a new page the acknowledgment buttons are behind the image and you cant say ok to choose section, the Ok buttons is repeated 3 times. You simply cannot import sections.
Also i found a solution. You can click the OK button through the DOM, inspecting the website.
1. You cant import sections/templates. OK button is behind

2. You can click the OK button through the DOM. Deleting the div which has the id = tdb-modal.

3. You can click the OK button through the DOM. Deleting the div which has the id = tdb-modal

When choosing to add a section or template on a new page the acknowledgment buttons are behind the image and you cant say ok to choose section, the Ok buttons is repeated 3 times. You simply cannot import sections.
Also i found a solution. You can click the OK button through the DOM, inspecting the website.
1. 
2. 
3. 
Hello Simion,
Thanks a lot, it works with pages and Cloud templates perfectly!
We plan to create Cloud templates for all default pages. Good that there is no need to translate them all with String WPML 🙂
Hello !
In order to be able to edit posts using tagDiv Composer you will have to use a single post template from the cloud library.
Please follow this tutorial in order to achieve that: https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/
Thank you !
Hi,
First please make sure that all theme requirements are set as in our guide -> https://forum.tagdiv.com/requirements-for-newspaper/
Please make sure that you do not have a plugin conflict with untested plugins, please deactivate all plugins and child theme ( if you are using ) and let only the tagDiv Composer , clear all cache, deactivate the cache plugin and try again.
In order to can use tagDiv Cloud Library make sure that the theme is activate .
For Header Manager please check our documentation from here -> https://forum.tagdiv.com/header-manager/
Also if you want to change the footer or to use a footer page build with tagDiv Composer please check this documentation -> https://forum.tagdiv.com/footer-templates/
If there are still some problems please provide some more details an some screenshots.
Hope this will help you!
Thank you!
Hello !
You have to follow this tutorial i’ve sent above too: https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/ And you will see how to do it. After setting the template you will have to set it up from here: https://www.screencast.com/t/ZCX0qUMz
Thank you !
Hello !
You will have to add a single post template from the Cloud Library. Find out more about it here: https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/ After that you can edit the template using the tagDiv Composer and add the Author Box element.
Thank you !
I just purchased Newspaper9 today. It is anything but easy. The templates are not available. I get an error page when I click on the cloud templates. The header section does not show under new pages. When I go to set up a header, it does nothing. I want to add the name of my site and a tagline to the header. I also want to tailer the footer to put in my convertkit sign up form there as well. Cannot say I am very happy with the theme at this point.
Thank you for responding these questions. No worries about the first one I already got it.
I have a different question at this time. My demo comes with a few items at the bottom of the template that I can not edit using the TD Composer. I will like to delete them so I can recreate them using the TD composer features and templates. Please see screenshot below for reference. My demo page is “Food Recipes”
Temporary website: https://wordpress-312249-956321.cloudwaysapps.com/
Thanks
Fabian
Hi Vlad!
Thanks for the help however, it looks like I have another issue preventing from using your solution. I have tagdiv editor for my homepage but when i try to edit theme for posts and pages I get this
message-
Please select tagDiv Builder Template from the theme panel or set a default template. The current page/post uses a template that is not editable.
I think i have altered everything related to posts and pages and i still cannot get tagdiv for them…..