26979 comments found.
Hello dear, Is it possible to disable the views count of the posts for admins?
Hi,
The view count can only be disabled/removed for everyone at once. We haven’t added an option to disable it just for admin users unfortunately. Sorry for the inconvenience.
Regards, Simion C.
Hello, its okay! I wrote this:
/* * Block Newspaper/tagDiv Ajax view count for admins. * Also logs the action so you can confirm it. */ add_action(‘init’, function () { }, 0);
if (!defined('DOING_AJAX') || !DOING_AJAX) return;
if (!is_user_logged_in() || !current_user_can('administrator')) return;
$action = isset($_REQUEST['action']) ? sanitize_text_field($_REQUEST['action']) : '';
// log what action is being called
if (defined('WP_DEBUG') && WP_DEBUG && defined('WP_DEBUG_LOG') && WP_DEBUG_LOG) {
error_log('[TD-VIEWS] admin-ajax action=' . $action);
}
// block likely tagDiv view-count actions (expand if needed)
if ($action && preg_match('/^(td|tdb).view/i', $action)) {
wp_send_json_success(['blocked' => 1]);
wp_die();
}
It disables it only for admin but this is for the ajax version (as I am using caching).
I am posting it in case someone is searching for the same.
Hi, can I use NewsPaper to set up a podcast blog, or is there a template for podcast news? Regards
Hi,
There is a demo for Podcasts https://demo.tagdiv.com/newspaper_podcasts/ But this doesn’t mean that you can only use that specific demo. Any demo can be used for any purpose. Use the one that you like best, and create the type of content that you want. The theme support audio posts if you want to set podcasts as featured audio it supports Spotify, Soundcloud, self hosted audio files. If you have more questions please let us know. I suggest using the support forum or sending us an email at contact@tagdiv.com and we will check as soon as possible.
Regards, Simion C.
Thanks greatly for the information. I love the Newspaper Theme!
How do we update the theme with the latest features that are released?
Hi,
The theme can be updated either using the automatic update method or manually https://tagdiv.com/update-newspaper-theme/ The changelog can be seen here https://tagdiv.com/newspaper-changelog/ Please make a backup before updating. In case there are any issues we will take a look, you can send us an email at contact@tagdiv.com and provide a link to the website and admin login, we will check as soon as possible.
Regards, Simion C.
Hi. Is it possible to disable the Single Post Table of Contents on a specific page so that it does not appear?
Hi,
You could create a duplicate of the post template https://prnt.sc/mG3iIQ-q0eAI and remove the table of contents from it. Then set that duplicate https://prnt.sc/x7YV8T4dAMH2 specifically on the posts where you don’t want a table of contents. This is the only way to do it if you want to display something different for some posts. Please give it a try.
Regards, Simion C.
Fantastic theme. For the first time, I’m IMMEDIATELY at the top of Google search. But I have only one complaint, in Posts, the number of post views is unrealistic. Thank you.
Hi,
That’s great news, thank you for using our theme for your website.
The theme views can be inaccurate, the theme uses a simple internal view counter which is sometimes affected by caching. To make the counter more accurate I suggest activating this option in the theme panel https://prnt.sc/k7kM0zkY5VRp Please give it a try. And let us know if we can help with anything else, you can always use the support forum or send us an email at contact@tagdiv.com
Regards, Simion C.
Hello, the theme looks very interesting, but I’d like to ask a few questions. I’m interested in this demo page https://demo.tagdiv.com/newspaper_construction/, but I noticed it doesn’t include blog or events. Would it be possible to import those from another demo, https://demo.tagdiv.com/newspaper_church/?
Hi,
Thank you for your interest in our theme! Yes, you can absolutely use that demo. You can also import pages, sections, blocks, and templates from other demos using the tagDiv Cloud Library. All elements imported from the Cloud Library and PRO demos are fully editable from the frontend using the theme builder, tagDiv Composer. If you have any other questions, feel free to ask!
Thank you, Calin
The header sign in and login part not working, can you please make me show to make it work ?
Any update on my query ?
Hi,
Not working in what way exactly, are there problems logging in? We can check the issue, but please send us an email at contact@tagdiv.com and provide admin login, so we can try it as well.
Regards, Simion C.
Hey team, I am using coaching pro and I can not see the courses page in the pre-build site. So how can I produce this page? > https://demo.tagdiv.com/newspaper_coaching_pro/tdcpt_courses/data-driven-decision-making-analytics-for-business-mastery/ Thanks in advence…
Hi,
That’s a course page. Courses are the custom post type that the demo uses. You can add them from the Courses page https://prnt.sc/2HWwXNExzrjl Is there a problem adding courses? If there is, we could take a look at it. You can send us an email at contact@tagdiv.com and provide a link to the website and admin login, we will check as soon as possible.
Regards, Simion C.
For this demo https://demo.tagdiv.com/newspaper_pc_forge_pro/builder/# Do you have example of Comparison Specs Example [Dell XPS 14 (2026) vs Apple MacBook Pro 14 (M5, 2025)[
Hi,
The demo is for showcasing pc builds, or it can be customized for a different purpose. Subscribers can create an account based on different payment plans, and submit their builds on the website, as a custom post type. But there’s no comparison tool between builds or parts unfortunately. Sorry for the inconvenience.
Regards, Simion C.
i get error An issue has been encountered while trying to validate your license key when i try update my theme from wp admin. i have rest the key and activated again. same issue in attempt to update
Hi,
That issue can have a few causes, and it most likely means that something is blocking or interfering with the theme key verifications. It will have to be investigated. Please send us an email at contact@tagdiv.com and provide a link to the website and admin login (user and pass) and also access to cPanel if possible. We will check as soon as possible.
Regards, Simion C.
Guys we can’t change the theme colors, we can’t find it. It is weaard. We tried it doesn’t work
Hi,
That depends on what colors you would like to change, and what you are using on the website. Some colors can be changed in the theme panel, and others in the composer. I suggest to send us an email at contact@tagdiv.com and provide a link to the website, and details about what you would to change. This way we can check as well and provide a more accurate answer. Let us know.
Regards, Simion C.
In this case, this button is for displaying the mobile menu. But there is no menu selection in the settings. How do I add existing menus?
Hi,
That’s a popup. If you want to display a menu, please use the mobile menu element instead of a popup https://prnt.sc/dO09vtknlg1Q Then you can select a menu https://prnt.sc/D8TKwpwTbnAv Please try it.
Regards, Simion C.
Hi all, I love this theme, but I can not work out how to add a newsletter form to all my posts?
Hi,
If you use a cloud post template then you can add it anywhere you want in the template, and it will be displayed for all the posts. Edit the post template with the composer https://prnt.sc/Hjj1MQS3W6Uw and add it where you want.
But if maybe you are using a standard post template, then it could be added in the widget sidebar of the posts.
So it depends. If you need help with it I suggest to send us an email at contact@tagdiv.com and provide a link to the website and details about what you would like to do.
Regards, Simion C.
Thank you Simon. I have got that sorted. I’ve sent you email
Hi, ant demo loging the newspaper? i want to see inside “user acc”
Hi,
If you mean logging into our live demos, then that isn’t possible unfortunately. But if you have any questions about the theme please let me know. Or if you want to test it, then you can purchase it, install it and test it. Then in case you decide that you don’t want to use it, we can provide a refund.
Regards, Simion C.
To buy in order to test? Lol
It was only a suggestion, assuming you want to test the theme fully. Or if you have any specific questions, please let me know.
Regards, Simion C.
As my support expired, yesterday i updated the theme and now my home page, header, footer have been destroyed (i see the tagdiv shortcodes). I updated each plugin, i cleared the cache, i tried to rollback to previous version, i disabled all the other plugins but still nothing.
Hi,
If there are shortcodes displayed it usually means the required theme plugins aren’t active. It depends on how the website was built, but these three plugins should be active https://prnt.sc/uCyhP2yExE2z We can take a look as well, you can send us an email at contact@tagdiv.com and provide a link to the website and admin login (user and pass). We will check as soon as possible.
Regards, Simion C.
Ok problem solved. I had to install the tagDiv Standard Pack even though it was optional and not active 2 years now.
Hi, How do we add more fields to the account details form?
Hi,
Are you referring to the account page for the subscriber? This one https://prnt.sc/rLc_Zy2VuLvc The page is predefined, more fields can’t be added for it unfortunately. But if you are referring to something else please let us know.
Regards, Simion C.
Yes, you are right. Is there any option for this. Basically, I wish to add some fields like Bio of the author, social accounts of the author etc from the frontend which can also be displayed in their author profile (https://aiopscommunity.com/author/ramsuresh/).
2) In this https://aiopscommunity.com/category/learn/aiops-tutorial/ how will I be able to remove the date from the box. As it’s been used as a tutorial having a date is unncessary.
1. Actually there is a way, it was used in the Real estate demo. It’s a bit complicated but not that much. You create fields like this https://prnt.sc/Bf_sJlZlWgLd Create as many fields as you need. They will be attached to the user.
Then add them in a page like this https://prnt.sc/EGxbrDCOvyye And the description https://prnt.sc/graiL8pmSHMb And a save button https://prnt.sc/OT5eiY1c90ma
Then you can add that page like this in the account page https://prnt.sc/RnyyFfUEhzOO Those additional fields will be displayed below the regular fields https://prnt.sc/74DbHQO7nGt0
That’s how it was done in the Real Estate so it should work fine.
2. Those are custom modules. They should appear here https://prnt.sc/kHY6tzXMvHWA In the older directory demos the modules may be in the demo plugin, for example https://prnt.sc/HYe-Hx3RWl-6 Those modules have to be edited in their files.
Please try it.
Regards, Simion C.
I purchased this theme around six months ago. Twice now it has developed an error, showing only code on the home page, no access to WordPress and wiping out the site. It’s down again and taken out my whole site.
Hi,
If there’s code displayed on the website it most likely means the theme plugins aren’t active, these are required https://prnt.sc/CktrQiUAnbQf The plugins don’t just deactivate themselves however. Does it happen when you update the theme perhaps? But this kind of issue isn’t related to not being able to log into the website, or wiping the website. We will take a look at it, please send us an email at contact@tagdiv.com and provide a link to the website, admin login, also access to cPanel or similar if possible. And if there are more details about the issues please mention them in the email.
Regards, Simion C.
Do you have mobile app version for this theme, the one for play store and apple store . Do you have it? If yes where is the link .
Hi,
We don’t have it unfortunately. We only provide the theme, no application. Sorry for the inconvenience.
Regards, Simion C.
Hello TagDiv,
You can also check for yourself: https://ibb.co/QFQTgcHW
Newspaper WordPress theme error message.
html.td-md-is-android <html lang=”en-US” prefix=”og:https://ogp.me/ns”# class=”td-md-is-android td-md-is-chrome”>
Hi,
We know about that issue. We will fix it in the next theme update by adding the necessary landmark for the main container of the page. In the current theme version the landmark is loaded only if the standard pack plugin is active, but we will rectify this so it’s always loaded.
Regards, Simion C.
Your message wasn’t delivered to contact@tagdive.com because the domain tagdive.com couldn’t be found. Check for typos or unnecessary spaces and try again.
Hi,
Our email address is contact@tagdiv.com Please make sure you are sending the email to the correct address. Or, for support related questions you can always use the support forum https://forum.tagdiv.com/newspaper-theme-support/ Let us know and we will check and help as soon as possible.
Regards, Simion C.