- NewspaperChild Theme Support
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperHow to Update the Newspaper Theme
- NewspaperWhat’s Included in the Newspaper Theme Package
- NewspaperFlex Block Settings Guide
- NewspaperPrimary Category: Build a hierarchy for your website
- NewspaperBreadcrumbs
- NewspaperHow to Install Newspaper via FTP
- NewspaperHow to Install Newspaper via WordPress
Hi, I copied the file you said, but now all the changes that I made in the child theme for the header style that I chose in the theme panel doesn’t aply. In my case I chose header-style-6 and I modified this file in the child-theme but now I see in the html the class td-header-style-1 and not 6. I can modify this class in header.php but It doesn’t use the header-style-6 file.
Any solution for this?
Thanks
Hello,
Have you checked for a plugin conflict? Please deactivate ALL plugins, including WP Bakery, except tagDiv ones. Also, if you use a child theme or cache plugin, deactivate them, clear all cache, and try again.
Thank you!
Hi,
If you want to modify the header.php file in a child theme, please copy it from the composer plugin -> https://prnt.sc/hBWjtJD1VB5v and paste it in the child theme main folder.
But if I may ask, what modifications would you like to make to it? Maybe there are other ways.
Let me know.
Thank you!
Hi all,
we have another situation where we’re unsure how to proceed.
Basically, we have 2 Cloud Templates for author archives (Template1, Template2). Template1 is used as a default author archive template (pagename.com/author/id) while we want to use Template2 when users visit a custom page (pagename.com/columnist/id).
We cannot achieve this through the theme options because if we manually select the template to use for specific author then regardless of if the users visit /author/id or /columnist/id the same template will be used.
Is there a way to achieve this by calling a specific Cloud Template in the code when users visit the /columnist/id page? We got the redirects down in the PHP code but can’t seem to find a way to override the Cloud template used on the custom url.
By using the add_filter('author_template', 'custom_author_template_columnist');and inside the custom_author_template_columnist function we can see that template being called here by default is /themes/Newspaper/author.php but by changing this template nothing happens, because the priority of the templates being used it’s probably overwritten by Cloud Library or Composer plugin.
Further inspection using Query Monitor plugin we can see that template being called is wp-content/plugins/td-cloud-library/wp_templates/tdb_view_author.php but can’t seem to find a way to re-use that code in our child theme’s nor our custom plugin’s code where we have our custom blocks/modules setup.
We don’t mind hardcoding the template in php if programatically calling the Cloud Template is not possible.
Any help here would be appreciated.
Thanks!
Hi,
Please check the console when you hit the save button and see if there is an error. With right-click -> inspect -> console -> select the error in the tab network -> preview. Which usually displays a 403 or 404 error.
If you don’t use a security plugin, please ask your host about this, maybe you have a security module that blocks this.
If you use a plugin like Wordfence please set it in learning mode.
Also, if you are using Cloudflare, please make sure that is set as in our guide https://forum.tagdiv.com/cloudflare-cdn/, you need to disable the Rocket Loader.
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using a child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you!
Hi,
@mikisan Newspaper also doesn’t display the featured image for pages. We would have perhaps added an option for it, if this would have been requested more, but we had very few requests for it.
Pages are usually built with the composer as needed. Or they can be built with wordpress. And there’s no need to display the featured image, the image could just be added directly in the page content. A featured image can be set for them, for sharing or when perhaps pages are displayed in blocks. So there’s no actual need to display for modifications to the page template, as the result is the same. The image can be added in the page content at the top, and the same image can be set as featured.
But if you do want to display the actual featured image in the page, it can be done in the same way as above. I suggest a child theme however. If you want to do this, please send us an email at contact@tagdiv.com and I will help with it.
Thank you!
on my website, I see that the main theme has an update but when i update the theme the entire site is broken and the two divi plugins get deactivated. tagDiv Composer
and tagDiv Cloud Library. we have a child theme activated of the newspaper theme and when i go into themes, on the main original theme (not the activated child theme) it shows there is an update available. as soon as i update it the entire site is broken and the two divi plugins shows suddenly as deactivated but then when i click to activate and try to activate them they do not activate and stays deactivated.
Hello,
thank you for the answer, but I do not understand why it should be implossible because both are similar of nature?
It should be possible to filter categories, tags and taxonomies either with an OR or AND operator.
FOr example:
https://torstenlandsiedel.de/tag/projekt52+child-themes+sicherheit/
ANd even in a combined version:
https://torstenlandsiedel.de/?category_name=wordpress&tag=Sicherheit
Hello,
thank you for the answer, but I do not understand why it should be implossible because both are similar of nature?
It should be possible to filter categories, tags and taxonomies either with an OR or AND operator.
FOr example:
https://torstenlandsiedel.de/tag/projekt52+child-themes+sicherheit/
ANd even in a combined version:
https://torstenlandsiedel.de/?category_name=wordpress&tag=Sicherheit
Hi,
Displaying the featured image in a page is possible, but it will require a bit of customization.
You could modify the page template and add a code in it for the featured image. The page template file is here in the composer plugin https://prnt.sc/avQVYo0gd2EF
And the featured image can be added after the page title, after the closing h1 https://prnt.sc/GxAYpJwIz71g This is the code https://pastebin.com/MkzmBLQz
This way all the pages that use the default page template will display the featured image, if there is one set. The modification could be done in a child theme, in order to not lose it after a theme update.
If you want we can implement this solution on your website, you can send us an email at contact@tagdiv.com and provide admin login for the website, and access to cPanel so we can use the file manager https://mediatime.net/cpanel
Thank you!
Hello,
Have you checked for a plugin conflict? Please deactivate ALL plugins, including WP Bakery, except tagDiv ones. Also, if you use a child theme or cache plugin, deactivate them, clear all cache, and try again.
Thank you!
Hello – I have just purchased Newspaper theme, and against post thumbnails (on my homepage) I need to display an external image URL stored in a custom meta field called “external_featured_image_url” from the database instead of the normal featured image on my home page. This is crucial functionality and I was hoping I will be able to overwrite these template blocks by using files from td-standard-pack in my child theme as you suggest in your documentation, however! I kept on reading and for the latest version you don’t suggest using td-standard-pack.
I typically edit the local PHP templates (e.g., the_post_thumbnail() calls) and replace them with a check for the external_featured_image_url meta url. However, in your theme, the layout is controlled by cloud-based blocks, so there don’t appear to be local template files to customize in a child theme.
I looked for a functions.php filter or action hook that might let me override the featured image logic, but I couldn’t find a clear reference in the documentation.
My Goal:
For any post with “external_featured_image_url” set, show that URL instead of the WordPress “Featured Image” or a placeholder.
If _external_featured_image_url is empty, fall back to the normal featured image or default behavior.
How can I do this?
Hello,
Please check this guide https://www.hostinger.com/tutorials/504-gateway-timeout
Also, have you checked for a plugin conflict? Please deactivate ALL plugins, including WP Bakery, except tagDiv ones. Also, if you use a child theme or cache plugin, deactivate them, clear all cache, and try again.
Thank you!
Hello!
Do you have any other errors regarding your child’s theme?
Thank you!
Hi,
Please ensure that there are no conflicts with untested plugins by deactivating all non-tested plugins, including any child themes you are using. Additionally, clear all cache and try again.
Make sure to resave your permalinks.
Check if the following code is missing from your .htaccess file: https://www.screencast.com/t/iN0R93dD3p. This requirement is not displayed in the System status , and add this code: https://i.imgur.com/k44HWD5.png. You may want to ask your hosting provider for assistance with this. For more details, refer to https://forum.tagdiv.com/requirements-for-newspaper/ and https://forum.tagdiv.com/tagdiv-composer-not-working/.
Thank you!
Yes, the child theme is active.
Hello!
Do you have the Child theme active?
Thank you!
Dear Support Team,
I am encountering a 404 error for the following file on my website:
https://www.electronicsforu.com/wp-content/themes/Newspaper-child/custom.js?ver=26122024045653
This issue was highlighted in PageSpeed Insights under the “Best Practices” section.
It appears that the file is missing or the server cannot locate it.
Impact:
This may impact website functionality and user experience.
It is also reducing the Best Practices score in performance tools.
Hello,
To align them, please display them inline https://i.imgur.com/uOAPhmO.jpeg -> https://i.imgur.com/iBjV3Pb.jpeg
Also, have you checked for a plugin conflict? Please deactivate ALL plugins, including WP Bakery, except tagDiv ones. Also, if you use a child theme or cache plugin, deactivate them, clear all cache, and try again.
Thank you!
Hello,
Please follow the steps from this topic https://forum.tagdiv.com/topic/error-at-zones-6models-1dom-the-model-does-not-match-the-content-currene/ if you have a child theme; please use the main theme.
You can try to revert an old revision on a page/template -> https://www.wpbeginner.com/beginners-guide/complete-guide-to-wordpress-post-revisions/
Thank you!
Iv tried everything.
Deactivated child theme. Plugins etc etc.
Hello,
I’m not entirely sure how to explain this because it’s very strange. Suddenly, the TD Composer stopped working, and the header on my website disappeared. I can’t access the Composer as it just keeps loading. Initially, all templates were loading “post” regardless of whether it was a template for a page, and now it’s not loading anything at all. However, the URL in the Composer indicates that it’s trying to load a post.
Before the issue occurred, I hadn’t installed or updated anything. The problem appeared out of nowhere. I’ve now updated plugins and everything else, but there’s no change.
Theme version is 6.2 – should i update? (running child-theme).
Hello,
Have you checked for a plugin conflict? Please deactivate ALL plugins, including WP Bakery, except tagDiv ones. Also, if you use a child theme or cache plugin, deactivate them, clear all cache, and try again.
We can take a look, so please email us at contact@tagdiv.com and provide the wp-admin
Thank you!
Hi,
You can try adding this in your child theme’s functions.php file -> https://pastebin.com/YEtaFQnN
Another option is to install this third-party plugin.
https://wordpress.org/plugins/editor-full-width/
Hope this helps
Thank you!
Hi,
Have you checked for a plugin conflict? Please deactivate ALL plugins, including wp bakery, except tagDiv ones; also, if you use a child theme or cache plugin, deactivate them, clear all cache, and try again.
Thank you!