Hi,
I’m sorry, but unfortunately the Newsapper theme does not have this kind of functionality.
Thank you for your understanding!
Please check theis topic – https://forum.tagdiv.com/topic/comment-count-not-showing/#post-541124
Hi,
This can be done only if you edit the files of the theme plugin wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_6.php and uncomment the code line for meeents – https://prnt.sc/YTDI2939mTT3
The file can be set in a child theme, so when you update the theme, those changes will not be lost – https://forum.tagdiv.com/the-child-theme-support-tutorial/
Hi,
For this, please contact us at contact@tagdiv.com and provide the license key assigned to the domain you want removed.
Thank you!
Hi,
The zones refer to the header/content/footer zone.
Most of the time, the problem is from a shortcode that is not compatible with our theme; therefore, after you set it with tagDiv Composer and save the page, the next time you try to edit it, you’ll get that error. The simplest and fastest way to resolve it is to use a page/template revision – https://wordpress.com/support/page-post-revisions/ (in this case will be a post template revision).
I hope this will help you!
Hi,
In your sreenshost is indeed used, the tabbed element https://forum.tagdiv.com/use-tabbed-content-shortcode/ . This element uses pages as tabs, so what you should do is to edit the pages with IDs 399 (the content that will be displayed under the Headquarters tab) and page 404, which will be used for the Offices tab.
Thank you!
Glad to hear that! The Polylang support team should be able to assist you further.
Thanks!
Hi,
If you have the latest Newmsg version 5.4.3.5 , then you can use the latest version of WordPress with the theme.
Just make sure that you have a full backup before doing the WP update, because you have quite an old version.
Thank you!
Hi,
The WP Google Maps (wpgmaps) plugin does not offer functionality similar to custom fields from the ACF plugin, where you can assign and display a specific map per article.
As far as we know, the wpgmaps plugin does not include a tab option. Our theme does provide a tab feature, but we are not certain it can be used effectively in this case:
https://forum.tagdiv.com/use-tabbed-content-shortcode/
Since we are not familiar with how the wpgmaps plugin works, our ability to provide accurate recommendations is limited. Unfortunately, we cannot guarantee a solution that will work in your specific setup.
Thank you!
Hi,
The settings for this element can be configured directly within the tagDiv Composer on the Instagram widget element.
If you only want to translate or edit the text “Follow us on Instagram,” you can do so from Theme Panel → Translations. In the translations section, simply look for the text “Follow us on Instagram” and update it as needed – https://prnt.sc/oMnjon0t7C1o – https://prnt.sc/aEWd5L–l2V2
Thank you!
Hi,
I’m glad to hear that you were able to resolve the issue.
Regarding the page templates, they can be duplicated, making it easy to create another page with the same layout as one you already like. Additionally, our developers considered that, in most cases, pages will not have identical designs. This is the main reason why a cloud based page template similar to the one available for articles, was not implemented.
Thank you!
Hi,
Yes, you can.
Normally, a license key is for 1 website, please check the ThemeForest license specifications here – https://themeforest.net/licenses/standard – https://themeforest.net/licenses/terms/regular -> https://prnt.sc/X0AldIM7e7ni
We allow the key to be used on 2 websites at the same time because we consider that most website owners require a testing website besides the live website, and the theme must be activated there as well.
Thank you!
Hi,
Our Newspaper theme provides more options to set the mobile version:
1. Responsive Desktop Version – The default responsive layout that adjusts to mobile screens using tagDiv Composer – https://i.imgur.com/apZQZ0o.png
2. Mobile Page/Template – A custom mobile layout that can be created using the tagDiv Composer.
3. tagDiv Mobile Theme Plugin – A separate mobile theme that provides a dedicated mobile experience but is limited in edits and changes.
Note: When the tagDiv Mobile Theme Plugin is activated, it takes priority and will be displayed on mobile devices. If it’s not active, the system will check for a mobile page/template built with tagDiv Composer. If neither of these is in use, the responsive desktop version will be shown by default.
In this situation, since you’d like a different mobile version for mobile, you should use option 2.
Thank you!
Hi,
1. The edits that can be done are with tagDiv Composer on the single post template on the element by selecting the Single Post Table of Contents https://i.imgur.com/SuJasnF.png
2. From the element, you can exclude the headings that you are using for FAQ part https://prnt.sc/xXxehPpJf8Bb
Thank you!
Hi,
If you have the possibility to set up a staging, we can take a look.
Thank you!
Yes, that’s correct!
Hi,
If the wpgmaps plugin can do that, then it can be achieved, our shortcode element should just display the content rendered from the wpgmaps plugin.
Hi,
Regarding purchases made through ThemeForest, you will need to contact the ThemeForest support team directly for assistance.
As for the license keys associated with your domains, please reach out to us via email at contact@tagdiv.com and include the license keys in your message. We will then review them and submit a request to be checked.
Thank you!
Hi,
I will try to explain it better this time.
You need to use tagDiv Composer, edit the homepage and select the blocks where you want to disable the clicks and add the class “disable-click” in the general tab in extra class – https://i.imgur.com/Fimm5LS.png, then based on the above code you used repalce it with this one:
body .disable-click .td-image-wrap {
pointer-events: none;
}
or
body .disable-click .td-module-container,
body .disable-click .td_module_wrap {
pointer-events: none;
}
Hi,
Just to make sure I fully understand your request: you’d like to keep the Newspaper theme, but replace the current demo/prebuilt website free news with the “Trucking Services” demo so you can use its tracking-related features—is that correct?
If so, yes, this is possible. The approach I recommend is to first set up a staging environment and install the Trucking Services demo there. You can follow this guide for the installation process: https://forum.tagdiv.com/installing-demos/ https://i.imgur.com/Dcpxfbz.png
Once the demo is installed on staging, my recommendation is to manually transfer only the content you need to your main site. For example:
– create new pages on the live site and paste the content from staging
– duplicate Cloud Templates and paste the corresponding template code
This way, you maintain full control and avoid overwriting existing content on your main website.
Hi,
Our theme never had that option for the ajax pagination, so there is no bug/issue.
What I can do, and I’m doing right now, is to set this on our list for improvement for Ajax next/prev pagination.
Thank you!
Hi,
What you can do is to add to teh code an extra class and set that class on the blocks you want to remove the click option https://i.imgur.com/Fimm5LS.png and the class should be set in the provided css after body, for example:
body .disable-click .td-image-wrap {
pointer-events: none;
}
I hope this will help!
Hi,
If you want, we cna take a look, you need to have a full backup and contact us via email at contact@tagdiv.com and provide wp-admin and cPanel access. Include the link of this topic in the email to can identify you faster.
Thank you!
Hi,
Usually, the solution is to add the code from the bottom of this guide – https://forum.tagdiv.com/requirements-for-newspaper/ meaning this one – https://i.imgur.com/q6RyLGA.png in the htaccess file. Then the issue should be solved.