- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperDesign your post pages using the Default Templates
- NewspaperPage templates
- NewspaperCreate a form contact page
- NewspaperCloud Library Templates
- NewspaperCloud Library – Category Templates
- NewspaperHomepage – How to build and set it
- NewspaperPost templates
- NewspaperDefault post templates
- NewspaperCategory templates
- NewspaperPost template ads
- NewspaperSingle External Shortcode and External Shortcode
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperSearch setup for custom post type
- NewspapertagDiv Composer – Website Manager
- NewspaperBookmark – Save For Later
- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperModules Builder in Newspaper Theme
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperCreate a frontend submission form
Hi,
Please don’t use blocks 1 to 25, big grid,or standard templates for header, footer, etc. Use cloud templates and flex blocks and big grids flex, as the demo was made.
The issue with the homepage was resolved after I disable the mobile theme plugin as I said to you to do.
Thank you!
Hi,
All you need to do to change that color to be as the rest of the page is to use a custom css like this one:
.td_category_template_3 .td-scrumb-holder .td-pb-span12 {
background: transparent;
}
This code should be set in the theme panel . custom code> custom css and the results should be like this – https://i.imgur.com/KyNwT0M.png
Thank you!
Looking for further guidance on the Newspaper theme font configuration, as the provided guides aren’t comprehensive. There seem to be settings everywhere, fighting for priority.
I want to set 2-3 default fonts of my choice for the entire site, but it isn’t straightforward.
Setting ‘page title’ font under theme panel -> theme fonts -> pages doesn’t actually change anything. Am I right in thinking these settings are only for the standard pack and not applicable to custom cloud templates?
If the above is true, I think I need to use Website Manager to create global fonts. I see the option to add fonts, but how can I assign them globally? i.e. how can I define a font for page titles across the site?
There’s also no option to choose font size or weights under Website Manager. Therefore, if I have multiple templates and blocks and want, for example, body text to be the same size, do I need to go and edit them all individually?
Lastly, are they any recommendations for optimisation? What implications does enabling/disabling Google Fonts have? Same for disabling the theme’s default fonts. Website Manager also has an option for iOS and Android when specifying global fonts, is this an override for mobile devices?
Thanks for the help, I’m sure some answers to the above will be helpful to both myself and the wider Newspaper user base.
Hello @amnaymag!
Hover over the Mobile Template, select Yes, and choose No Mobile Template. Alternatively, utilize the tagdiv composer to alter and personalize the mobile template.
The global tag means that a single template will be assigned to all your articles. But, also, you can go to each article and choose another template as well.
https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/
Thank you!
Hi,
I needed for my plugin, and using an additional module on template will probably delay execution.
For thoses who need this is what I used :
url_to_postid($_SERVER[‘REQUEST_URI’]) <= single post
get_page_by_path($_SERVER[‘REQUEST_URI’]) <= page
Thank you.
Hello @amnaymag !
In the single cloud template, please use the element called ” Single Post Modified Date “.
In the homepage for example, you can use the flex block builder element using a custom module that have the element called “Module Date” -> https://app.screencast.com/zVWMZcnLiaaZW
Documentation here:
– https://forum.tagdiv.com/how-use-tagdiv-cloud-library-templates/
– https://forum.tagdiv.com/modules-builder-newspaper-theme/
– https://forum.tagdiv.com/flex-block-builder-flex-loop-builder/
Thank you!
How can i remove from categories this ? https://i.imgur.com/dJKbr9E.png
Also i delete home and page i donlowd home page again but in page templates what i download i use newpaper theme https://i.imgur.com/w7xI76s.png
Hello, I have a plugin that displays certain information based on certain post IDs. I got the plugin shortcode to display it on the “single page” template. My problem is get_the_ID() / or global $post which is used to retrieve this information, gave me the model ID. How can I access this information please: unique item id
Greetings
Hi,
Please disable the mobile theme plugin and check after. Also, please check for a plugin coflict.
Using our theme, you can choose from 3 mobile versions
-> mobile responsive => https://www.screencast.com/t/oJ2ShOp47
-> mobile theme plugin => https://forum.tagdiv.com/the-mobile-theme/
-> mobile page => https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/ The option that you need to use.
Suppose you created the mobile pages with tagDiv Composer. In that case, when you install the Mobile Theme plugin, your pages will be overwritten by the plugin (the mobile theme comes with its templates for page, post, category, etc, so your current templates from the desktop theme will get converted to the mobile theme layout, the page content is made without builders in mobile editor => https://www.screencast.com/t/xbgZG8kH also, the options that are provided to edit the mobile theme version are limited (this keeps the things simple)).
This is a video about Responsive Newspaper Theme, AMP & Mobile Theme, Mobile Pages & Templates -> https://www.youtube.com/watch?v=SpGkOnJeNZY.
So, the mobile responsive is what you see when that you select the viewport on phone => https://www.screencast.com/t/matV17hH, so some settings may apply for each viewport(where is the border blue), and others are not(where the border is black).
The mobile page has the mobile templates from Cloud Library => https://www.screencast.com/t/YCcZ8rL8
The Mobile responsive version of the theme and the mobile page editor can be edit with tagDiv Composer, the mobile theme plugin cannot.
For example, you can have the mobile theme plugin activated and use the mobile page/mobile responsive version for the homepage/pages, but for the categories pages/404 page, you can’t use the mobile page/mobile responsive version if you have the mobile theme plugin activated.
So, if you want to design the pages with tagDiv Composer, you can use the mobile page or mobile responsive version.
Thank you!
Hi maryano, “the page created to contain the articles is customizable via TagDiv Composer, whereas the categories are not. It might seem like the same thing, but there’s a significant difference. When I need to make important changes, I won’t be able to do so in the categories, only in the page. My intention is to transform those customizable pages into categories.” – but if yo are using the Newspaper theme and cloud templates, you can customize all templates from the website, author, category, tags, CPT templates etc. using the tagDiv Composer, also you can use as many templates you want, for example you can use for each category a different template – https://i.imgur.com/q65q9GA.png – https://i.imgur.com/1sbm4ur.jpeg – https://i.imgur.com/1sbm4ur.jpeg
The articles/posts have categories assigned, so in database each article has a field with the categories ids and base on those are created the breadcrumbs.
If you need to continue with the code:
Here’s an example of how you can achieve this by customizing the breadcrumb output using the bcn_display function from the Breadcrumb NavXT plugin. If your theme uses a different breadcrumb plugin or custom code, you can adapt this approach accordingly.
Step 1: Install Breadcrumb NavXT Plugi
Step 2: Create a Custom Breadcrumb Filter
Add the following code to your theme’s functions.php file. This code checks the category ID in the breadcrumbs and replaces it with a custom page link. (example code)- https://pastebin.com/LBS8wixq
Now this is only an example and it is possible to be need to do many changes to the code.
Thank you!
hello
in mobile (i dont has different mobile template) featured image not show. in computer see normaly
can help me how fix ?
thanks
Hi,
You can install only the design -> https://forum.tagdiv.com/installing-demos/ or you can import the templates from Cloud Library -> https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/ -> https://forum.tagdiv.com/cloud-library-category-templates/
Thank you!
Hello Steph!
In homepage, you should add a flex block with the latest and sort after a category. In the category template, you can use a flex block with the special filter current category.
Check the guide here: https://forum.tagdiv.com/flex-block-settings-guide/
Thank you!
Hello,
I have enabled NewsPaper theme on my site and its working fine with the demo data. But when I was trying to add live content and delete all the posts my site is having issues. It gives me error like ‘redirected you too many times’. It only works if there is at least one published post at my dashboard. The issue is with tagDiv Cloud Library plugin because I have created template for my home page.
Can you please look into this and let me know what causes this issue.
I have also attached some screenshot below.
Here’s my site details :
Site URL : https://thehence.com/
Site info : https://thehence.com/site-info.txt
Hello,
I recommend creating mobile pages and templates and disabling the mobile theme plugin.
Also, if you run ads on your website, I recommend using the WP Rocket plugin to optimize the scripts.
There are many optimization guides provided by our users here in the forum, some made by us; you could check some of them
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/high-number-of-ajax-request/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://www.andraware.com/wp-rocket-for-newspaper-theme/
– https://forum.tagdiv.com/topic/page-speed-guide-for-2023-beginners-and-advanced/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/topic/theme-causing-high-cpu-usage-2/
– https://forum.tagdiv.com/topic/sql-querys-high-cpu/
– https://forum.tagdiv.com/topic/newspaper-theme-slow-to-respond/
– https://premium.wpmudev.org/blog/optimizing-your-wordpress-database-a-complete-guide/
– https://underconstructionpage.com/optimize-wordpress-database/
– https://crunchify.com/better-optimize-wordpress-database-all-in-one-guide/
Thank you!
Hello,
For mobile, you can create mobile templates/pages, and you can use the WP Rocket plugin.
There are many optimization guides provided by our users here in the forum, some made by us; you could check some of them
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/high-number-of-ajax-request/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://www.andraware.com/wp-rocket-for-newspaper-theme/
– https://forum.tagdiv.com/topic/page-speed-guide-for-2023-beginners-and-advanced/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/topic/theme-causing-high-cpu-usage-2/
– https://forum.tagdiv.com/topic/sql-querys-high-cpu/
– https://forum.tagdiv.com/topic/newspaper-theme-slow-to-respond/
– https://premium.wpmudev.org/blog/optimizing-your-wordpress-database-a-complete-guide/
– https://underconstructionpage.com/optimize-wordpress-database/
– https://crunchify.com/better-optimize-wordpress-database-all-in-one-guide/
Thank you!
Hi,
Unfortunately, I don’t understand exactly what problem you are having so that I can help you efficiently. Until now, haven’t you had tagDiv Composer and tagDiv Cloud Library active? Also, you don’t need to make changes in the theme files, because these changes will be deleted with each update. You can add that text as I mentioned above. Do you want a video? Have you checked our documentation on how to import a single post template https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/ ? Check our documentation here https://forum.tagdiv.com/newspaper-theme-documentation/
Thank you!
Hello @Ericky !
Please make sure you have the latest update of the theme, plugins, WordPress and PHP version.
Check these guides: https://www.wpbeginner.com/wp-tutorials/what-is-google-inp-score-and-how-to-improve-it-in-wordpress/ -> https://web.dev/articles/inp
We have 3 options available for mobile versions that you can use:
1. Responsive version: A responsive version of your website looks similar to the desktop version. TagDiv Composer is used to edit the page.Click on the mobile viewport: https://www.screencast.com/t/XDQJedlggSB. There, you can see your mobile version and edit or adjust the elements to look better.
2. Mobile pages: https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages
3. Mobile theme plugin: The Mobile Theme is a performance-optimized theme included in the main Newspaper theme that only loads on mobile devices. It comes with its own templates and designs for pages, posts, categories, etc., so your current templates from the desktop theme will get converted to the mobile theme layout. Please see https://forum.tagdiv.com/the-mobile-theme/ and https://forum.tagdiv.com/mobile-theme-introduction/ for more information.
A full explanation is here: https://www.youtube.com/watch?v=SpGkOnJeNZY
If you need to use mobile version 1 or 2, then you need to uninstall the Mobile Theme plugin and AMP.
Try to optimize your website and increase the page speed score.
Please check the tutorials from Google Pagespeed Insights and I’m sure you can increase the page speed.
Please note that page speed is not covered by the support team: https://forum.tagdiv.com/newspaper-theme-support/
Please also follow this thread’s advices: https://forum.tagdiv.com/topic/technical-issues-with-shop-theme-and-poor-performance/
Thank you!
Hi muktipolice, I just checked the website and right now I no longer see to have a logo.
Pour theme set the H1 on logo for posts articles titles and pages, no in some situations the h1 from tags can be disable, for example if the page template is set on “Page builder + page title”. Now in case that you want that all the time the H1 from logo to be disabled, then you need to edit the theme files and set theme in a child theme.
Theme files that needs to be edited are:
– wp-content/plugins/td-composer/legacy/Newsmag/parts/header/logo-h1.php
– wp-content/plugins/td-composer/legacy/Newsmag/parts/header/header-menu-h1.php
– wp-content/plugins/td-composer/legacy/Newsmag/parts/header/logo-mobile-h1.php
The child theme structure for those files should be:
– wp-content/themes/Newsmag-child/parts/header/logo-mobile-h1.php ….
I hope this will help you!
Hi,
Please disable the mobile theme and amp plugins.
Using our theme, you can choose from 3 mobile versions
-> mobile responsive => https://www.screencast.com/t/oJ2ShOp47
-> mobile theme plugin => https://forum.tagdiv.com/the-mobile-theme/
-> mobile page => https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/ The option that you need to use.
Suppose you created the mobile pages with tagDiv Composer. In that case, when you install the Mobile Theme plugin, your pages will be overwritten by the plugin (the mobile theme comes with its templates for page, post, category, etc, so your current templates from the desktop theme will get converted to the mobile theme layout, the page content is made without builders in mobile editor => https://www.screencast.com/t/xbgZG8kH also, the options that are provided to edit the mobile theme version are limited (this keeps the things simple)).
This is a video about Responsive Newspaper Theme, AMP & Mobile Theme, Mobile Pages & Templates -> https://www.youtube.com/watch?v=SpGkOnJeNZY.
So, the mobile responsive is what you see when that you select the viewport on phone => https://www.screencast.com/t/matV17hH, so some settings may apply for each viewport(where is the border blue), and others are not(where the border is black).
The mobile page has the mobile templates from Cloud Library => https://www.screencast.com/t/YCcZ8rL8
The Mobile responsive version of the theme and the mobile page editor can be edit with tagDiv Composer, the mobile theme plugin cannot.
For example, you can have the mobile theme plugin activated and use the mobile page/mobile responsive version for the homepage/pages, but for the categories pages/404 page, you can’t use the mobile page/mobile responsive version if you have the mobile theme plugin activated.
So, if you want to design the pages with tagDiv Composer, you can use the mobile page or mobile responsive version.
Thank you!
fixed it. had to change page template to Pagebuilder + Overlay menu in wordpress editor.
UPDATE: I have found a number of Single Post Templates by going to Theme Panel > Cloud Library. Although, none of the previews seem to include the Leave a Comment form–I trust that the form is available but just not shown in the previews. What I want to do is very simple, and I even added the line of text to the comments.php file, and it worked. But, the comment guidelines disappeared when I had to activate the tagDiv Cloud Library and tagDiv Composer plugins to make the mobile-width menu work. We have worked very hard on getting the single posts to look the way we want them. Is there any way we can do what we want without starting over with a new single page template? Thanks so much for your patience and help.
I tried that already too. It fixed the elements at the bottom of the page but not the top, and the sides of the calendar are still cut off. See the duplicated test page I made here: https://rareparenting.com/events-calendar-test/
Right now for settings I have: no margins set, the text with title is in it’s own row, and it’s on stretch row.
See the loom video here – I am also showing you what it should look like, using their default template. You can see the text with title distorts the search bar. That actually doesn’t happen when it’s in a widget, but in the widget the sides are also cut off, even with stretched row with content: https://www.loom.com/share/cd25f5a143714241a8c43b9eaaf3af1e?sid=5b636822-94c7-43fb-809f-7478830c09ae
Hi,
You can remove the comment section from Single Post Template, edit with tagDiv Composer => https://www.screencast.com/t/4VoyAOlzgd6, select the element Single Post Comments and with right-click you can delete or selecting the element and with drag & drop place into the deleting red zone from the bottom right of the page.
The same steps for all elements.
Thank you!
Hello!
We recommend to use cloud/PRO templates in order to have the possibility to edit them with the TagDiv Composer which contains a lot of functions and features, please check our tutorial here: https://forum.tagdiv.com/tagdiv-composer-tutorial/
More documentation about the cloud templates is here:
– https://forum.tagdiv.com/cloud-library-templates/
– https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/
– https://forum.tagdiv.com/cloud-library-category-templates/
Edit the article with the tagdiv composer, click on the article paragraphs, and here you have the settings to change the color of the links, and the second color is the hover color: https://app.screencast.com/sXUXzMpkWiDvm
Thank you!