- NewsmagPage templates
- NewsmagCategory templates
- NewsmagFooter templates
- NewsmagDefault post templates
- NewsmagPost templates
- NewsmagHomepage – How to build and set it
- NewsmagtagDiv Composer Tutorial
- NewsmagCustom Post Type Support
- NewsmagNewsmag documentation
- NewsmagHow to use the Visual Composer plugin
- NewsmagHeader styles
- NewsmagSmart sidebar
- NewsmagCategory grid styles
- NewsmagCategory top post styles
- NewsmagHow category settings work
- NewsmagFeatured images
Hi Aldis,
I see that now on desktop the results are better – https://i.imgur.com/d8ONEjN.png but on mobile are like you mentioned – https://i.imgur.com/FjqIfoQ.png
Her are some settings that can help.
– set the menu links using the custom link instead using page and category (those will do more request to the database the custom link).
– use plugins to clean transient and database ( WP-Sweep and Advanced Database Cleaner)
– make sure you have set the WP rocket settings similar with those from our guide – https://forum.tagdiv.com/wp-rocket-and-newspaper-theme-optimization-guide/ (settings can be changed if you find for your situation some configurations with better results)
– use a CDN https://forum.tagdiv.com/cloudflare-cdn/
– make sure you are using an image optimize
– use only cloud template and remove tagDiv Standard Pack plugin
– make sure all images have set width and height
I hope those will help you!
Thank you!
Hi,
Those are ads that are coming with the pre-built install. You need to check in the theme panel in ads sections – https://i.imgur.com/CaGpKlT.png and also using tagDiv Composer per pages and cloud templates https://i.imgur.com/QFW7uzW.png
Thank you!
Hi,
Our theme offers the possibility to display any ads and banners using the ad box element, this element can be set using tagDiv Composer on pages and cloud templates.
To create slider ads or other type or ads it will be need to use a dedicate plugin for ads or to have the code that can rotate the banners. All those can be displayed using the ad box element, the shortcode/ code can be set in the theme panel ads section and from the ad box element can be choose that source from the ad should be read or it can be set directly on ad box element in custom ad tab.
Thank you!
Hi tagDiv Team,
I am reaching out on behalf of Tendences.lv, a Latvian news and lifestyle portal that currently contains approximately 6,000 articles. Over time, while testing various themes, templates, and plugin combinations, our website has become increasingly heavy and slow.
Despite using optimization tools such as WP Rocket, our Google PageSpeed Insights scores remain low—approximately 60% on mobile and 75% on desktop. Most concerning is the fact that we are now receiving warnings about poor Core Web Vitals across the entire site, with Google Search Console recommending improvements for all pages.
Additionally, we have accumulated over 6,000 RSS feed URLs, which are currently being indexed, but do not lead to actual content pages. Google is now flagging these and requesting their removal from the index.
Given these issues, I have the following questions:
Is there a way to fully reset our WordPress theme and related settings, so we can start fresh with lightweight templates for each view (mobile, desktop, etc.)—ideally restoring WordPress and the theme to default without excess custom code or data?
If a full reset is not possible, could your team assist us in cleaning and optimizing the site (both technically and structurally)? If so, could you please provide a rough estimate of the cost for such work?
We are looking for a sustainable solution that would allow us to improve speed, pass Core Web Vitals, and resolve the indexing issues long-term.
Thank you for your time. I look forward to your reply.
Best regards,
Aldis
Tendences.lv
I’m using Black Pro but just today I lost the ability to edit the single page template. Every other page works fine but I cant edit elements when I click on them in the TagDiv Editor. I can edit empty columns but not the main body, H1, featured images, side bar, and related posts section under the articles.
Hi I have my website front page which is not displaying at all but the rest of the website pages are. it uses a cloud template header and now it appears it can’t find it. https://oceantribe.co
Hi,
The background color can be changed from the theme panel – theme color > general theme color – https://i.imgur.com/hzLBxGz.png
Related to the fonts, those needs to be set in the theme panel – https://i.imgur.com/qhNRh77.png and on pages and templates with tagDiv Composer – https://forum.tagdiv.com/font-customization/
Thank you!
Hi there,
I’m having an issue with the Flex Loop Builder pagination. With this element, I’m listing a few custom post types, using a custom module template for them, and I’ve set the pagination type to “Normal Numbered” to list the posts across multiple pages.
So far, pagination has been working fine, but today I’ve noticed that it no longer displays the numbers at the bottom, or sometimes displays fewer pages, even though there are multiple pages available.
For instance, this Flex Loop Builder contains 11 pages of posts and, being on the 4th page, it displays them correctly:
https://prnt.sc/nPcbfUmme8Rw
On the 3rd page though, only 6 pages are listed, and the rest are missing:
https://prnt.sc/jnmttp3nbRjV
This sometimes happens on any other number – fewer pages are listed when there are more posts on the following pages, or the pagination disappears completely.
I would really appreciate your support in this regard!
Thank you!
Hi,
Can you please provide a few screenshots with the settings in acf and the page were the element should be display so I can recreate the situation and show it to a developer?
If you try to use the get_post->ID or get_the_ID() will return the cloud template id (if is used a cloud template).
You can try:
$url = 'https://example.com/your-post-slug/';
$post_id = url_to_postid( $url );
echo 'Post ID is: ' . $post_id;
or
td_global::get_instance()->td_post_id;
Thank you!
The field type is number with no special settings, whenever trying to display it and the value is 0 it will not show up, for now i used a code based soloution as workaround. but there is an issue, as i am using template to display my taxonomy page, the term ID will always show the template ID and not the actual taxonomy ID, is there a way or helpful function that your theme use to reterive the single post or single taxonomy archive page ID post_id or term_ID?
Hi,
The tagDiv Composer is a builder, you can create with it pages and cloud template and those cloud template are for posts, authors, categories, cpts … but the tagDiv Composer can not be used to create articles, for this it should be use the WordPress editor.
Thank you!
How to edit a post? I mean can I edit the post content with TagDiv composer, or just with the Gutenberg?
What I’ve done so far:
– I’ve successfully installed and registered the latest (Version: 12.7.1 ) TagDiv NewsPaper, System Status is all OK.
– Then I imported the Architecture prebuilt web site with content.
– Now I try to edit an existing Post, say “MIT Named World’s Top Architecture School for Third Year in a Row”.
As far as I see, for Posts I can not see the Edit with TagDiv Composer on the WP top bar, it is just for Pages, so for example for Home (which is a page) I see Edit with TagDiv Composer on the WP top bar, but for the Post like “MIT Named World’s Top Architecture School for Third Year in a Row” I can not see.
– OK, so I click on Edit Post, which brings me to the Gutenberg Classic, see below:
I am a bit confused. I do understand the theme settings and the single page templates concept on basic level, but is this the way how I place my Post content? In Gutenberg Classic? (If I switch to block mode then I got this:
…which I also do not want.
What am I missing?
I mean, how to edit Post _Content_
PS: I do not know why my pictures not showing, the img links are working public google drive links
Hi,
To set a page to full width (or a cloud template), you’ll need to edit it with tagDiv Composer like this -> https://i.imgur.com/i5IUJ9E.jpg add or select a row and stretch it after your needs -> https://i.imgur.com/WKYebPX.jpg -> https://i.imgur.com/TO1BZ3M.png -> https://i.imgur.com/Yq8UCv3.jpg
If you want to make the layout full width, then to change the website width, you need to make sure that you don’t have set a background color/image in the Theme Panel because this makes your website boxed. Make sure this option is disabled => https://www.screencast.com/t/ejiNPCBF
Thank you!
Hi,
Everything that has been made/added by you will not be lost, but pages, templates, categories … everything that is added by the theme you have now will be removed when you try to use a different theme, this situation is will all themes not only with Newspaper theme because is something normal in WordPress.
What I will recommend is to use a staging, for this you can try wp-staging cache plugin – https://wordpress.org/plugins/wp-staging/ and you can try the theme there to see what is removed and what remains after you change the theme.
Thank you!
Hello,
I’m working on a news website using the Newspaper theme (tagDiv). My goal is to create a homepage layout that behaves like this:
At the top, I want a large featured news area (could be a slider or big grid).
Right below it, I want several small news items displayed as boxes or thumbnails.
When a visitor clicks on any of those small boxes, the big area above should update and display the content (image + title) of the clicked item — similar to an interactive slider or a tabbed news showcase.
I tried using some modules, but I couldn’t achieve this interaction. Could you please tell me:
Which Cloud Template or module combination would allow this?
Or do I need to use custom JavaScript / tagDiv Composer tricks?
Thank you!
Hello!
Is there a way to customize the mobile menu header template the same way as the main header template? I really like how the current mobile header looks, but I’d love the ability to tweak it to better suit my style — and have those changes apply across all pages on my site.
Here’s a screenshot of my Mobile Header now(https://prnt.sc/8WeaemYVPRqk). I would really love to change the logo, while also adding the other stuff in there
Hi,
The comment option needs to be enabled by default and use the option from article to on/off the comments
– https://www.ipage.com/help/article/wordpress-how-to-enable-or-disable-comments
– https://wordpress.org/documentation/article/comments-in-wordpress/
P.S. if you are using a single poste template please use tagDiv Composer and see if the comment element is set.
Thank you!
Hi,
You can create a cloud template for the CPT using this section https://i.imgur.com/RsR7JhE.png but it will be need to import a pre-made template and edit it or start from 0. Unfortunately if you copy the single post template to cpt template will not work because are different elements.
The Tabbed Content can be used with pages – https://forum.tagdiv.com/use-tabbed-content-shortcode/
Thank you!
Hello.
I have created a custom post type. I want to create a template for it. Is there any way to copy and paste from the Single Template defined in WordPress Templates – Single Templates? I want to create a custom page, but have it look like a post page. When I want to edit a single-event type page, the TagDiv Composer does not appear, only the simple editor.
Thank You!
Hi,
The tagDiv Composer can be used only for pages and cloud templates, for articles/posts you need to use the WordPress editor.
Thank you!
Hi,
it is a couple of days that I’m trying to change some theme’s setting from Theme panel (disable smart sidebar, change post and category templates). When I change them and click save, it seames that it is all right. Then when I recharge the page it is all set as was before…
What’s wrong?
Hi,
That is a single post template and the selected element is the page title and this is working like this: is taking automatically the articles name and display there, so you can edit it only on layout and place where to be display, but you can not change the text because this is taking automatically from article that is displayed.
Thank you!
Hi,
The “Column Text” if providing on page/template the classic editor (as is the classic editor on backend one articles – https://i.imgur.com/1OBKPpR.png – like – https://i.imgur.com/cdkzOzH.png
The element Text with Title is the same as Column Text but provides the title incorporate in the element – https://i.imgur.com/Py8es61.png
The element “Inline Text” will display only text and the initial settings for display the element is inline to the other elements – https://i.imgur.com/tQ6c0pz.png
Thank you!
Hi,
If the problem is only on one specific page, then please use the revisions https://www.wpbeginner.com/beginners-guide/complete-guide-to-wordpress-post-revisions/ usually is related to the latest settings made on the template.
Thank you!
Hi,
This deepens on the elements from your website, there are elements that use the global settings from the theme panel – https://i.imgur.com/uP8AcOm.png but most of them use fonts per page and per template, those can be edited using tagDiv Composer – https://forum.tagdiv.com/font-customization/
Thank you!