No search results were found in Documentation!
Hi Newspaper, I have created this page:
https://eastwest.eu/it/autori/matteo-meloni/ (single-autori.php) It’s a custom php template into my child theme based on Newspapaer. I would like to load a list of posts based on a custom fields, so I have used:
$args = array('meta_key' => 'seleziona_autore', 'meta_value' => $post->ID);
query_posts($args);
get_template_part('loop' );
I would like to load a “tdb_module_loop” layout to show posts as happens in search results or category lists:
https://eastwest.eu/it/categoria/la-notizia-del-giorno/
https://eastwest.eu/it/?s=matteo+meloni
How can I perform this? Do I have to change :
get_template_part('loop' );
with something different?
Hello,
I have a category with 5 subcategories. Only the subcategories are populated with posts.
parent:
https://www.ilmediterraneo24.it/./in-sicilia/
children:
https://www.ilmediterraneo24.it/./in-sicilia/sicilia/
https://www.ilmediterraneo24.it/./in-sicilia/isole-minori/
https://www.ilmediterraneo24.it/./in-sicilia/euromed/
https://www.ilmediterraneo24.it/./in-sicilia/riva-sud/
https://www.ilmediterraneo24.it/./in-sicilia/lavoro-al-sud/
when i try to access the subcategory link from megamenu or breadcrumb or directly from the address bar he send me to the home page or in one specific post. ALL other categories parents URL work fine
i have used inherit global template for the subcategories in theme panel.
My cloud template is Pulse pro, but for single posts is Romania PRO and for category is Report PRO.
thanks
Giuseppe
Hi Bettina,
We are talking about two very different problems here. One is the theme appearing to be unregistered. The second is (was) that the theme completely broke the output on the front page. The former is still there – the theme appears to be unregistered still. The latter we addressed like explained previously. Allow me to point out that some theme settings were completely erased in the process of switching between child -> parent -> child themes; settings like the header, the logo, the default post template, the custom ads 1, 2, 3, 4, and more.
To be completely transparent with you, I am very hesitant in touching the update buttons again any time soon. This is not the first time I am experiencing unexpected output caused by updating Newspaper. If you search on previous tickets of mine (you could search history for my email associated with this account) you could verify this. Living with Newspaper has been anything but easy and trouble-free.
I attempted to re-activate the theme, but the wheel kept spinning, and spinning, and spinning. It was at least 5 minutes of spinning until I realized it was not going anywhere, and I had to cancel.
This is an alive installation, and every time something like this happens it never goes unnoticed. We honestly hope there will never be a “next time” in the months to come. The activation code is available, and we would rather resolve this without having to go through a similar experience another time.
Thanks.
Today I attempted to update the theme from 11.2 to 11.3.1.
Apart from the fact that once again I was required to manually activate the tagdiv plugins on which the theme is dependent, which broke my site (the infamous tagdiv short-codes all over the place phenomenon), I was requested to manually update the plugins. Following the appropriate guide for that, I realized that the plugins were already up to date (more reasons to scratch my head!). Then I navigated to the Newspaper section of the WP installation, only to be notified that after 18 months of regular use, my theme appears to be UNREGISTERED.
I resolved the issue with the short-codes by manually deactivating all tagdiv-related components, re-activating them, activating the parent theme, re-activating the child theme, and flushing the cache. But I am left wondering how the heck has my theme become UNREGISTERED!? How can something like this be possible? Isn’t the license active for life anymore, or what?
I am literally and honestly at the point where one thinks that one would be better off leaving the thing alone – if it ain’t broke don’t fix it, right?. Because every time one touches the thing, the thing crumbles! Jeez!
Hello,
Please check this topic https://forum.tagdiv.com/topic/co-authors-2/ ->https://forum.tagdiv.com/adding-multiple-authors-articles/
Also, this method works for the default post templates and does not affect cloud library templates.
Adding the multiple authors is a 3 step process. Adding the multiple authors is a 3 step process.
Step 1 – Adding the required functions in your child theme functions.php file.
We created 2 custom functions for the author and for the author box which we can then call on the post styles and not have to use the entire functions each time.
Add these functions in your child theme functions.php file: https://pastebin.com/ciYrSZvQ
These will create the custom implementation to add the co-author and the author box for each co-author in particular.
Step 2 – Adding the single post templates to your child theme.
In your main child theme folder, you will need to create the following folder structure: In your main child theme folder, you will need to create the following folder structure:
Newspaper-child/parts/single Newspaper-child/parts/single
Then, under the “single” folder add both the single-template and the loop-single files for each of the post styles you use on your articles => https://i.imgur.com/PNke9Eo.png
Now you will have to identify where the author is being called in each post style.
For styles 1, 5, 9 and 10 you will find the author code in the loop-single files while for styles 2, 3, 4, 6, 7, 8, 11, 12 and 13 the code is found under the single_template files.
Edit the files corresponding to the style you want to apply the co-authors to and then call the functions added at step 1. Replace the default author and author box codes:
https://i.imgur.com/AvJOQfg.png
Replace the highlighted code with the following codes: https://pastebin.com/fifu70QS
Maintain the position of the code in the PHP file though for proper results.
Step 3 – CSS styling.
For the co-authors to position properly we also need a bit of CSS code to ensure proper styling so please add the following CSS code in the theme panel under custom code-> custom CSS:
https://pastebin.com/dRaStewQ
Now you simply need to edit your post and add multiple authors using the plugin author field:https://i.imgur.com/4saivlH.png
Thank you!
Hello,
Please try to edit the Single Post Template and see if the duplicate is displayed, if yes, please check if is set in a separate row and try to delete that row with right-click.
If all settings are clear, then the issue can be from a plugin conflict, that’s why, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache(also from your browser) and try again.
Thank you!
Hi there,
Where do we insert the code form coauthors plus into the Newspaper child theme? Having trouble getting it to show up on the default loop-single post template.
Thanks
Marc
I’m also using the child theme. Forgot to mention that.
Hello,
First of all, it is always advisable to say what prebuilt website you have installed, to be able to help you and give you the necessary information.
Also, we have documentation where you can find more information.
Almost all of the settings that you want to do need to use tagDiv Composer.
1. If you set the font from Theme Panel, will not apply because those settings are for standard elements, so you need to change the fonts using tagDiv Composer on each element (Single Post Content, flex block, etc) please check this article -> https://forum.tagdiv.com/font-customization/ and video -> https://www.youtube.com/watch?v=jQvA64uTLkI
2. Newspaper Theme only works with default WordPress comments and unfortunately, we don’t have a plugin tested for comments, and we can’t recommend a plugin to achieve this.
3. If you set once the code for ads in the Single Post Content, you do not have to set for each post, if you use a global Single Post Template, but if you have a different Single Post Template then, yes, you need to add the code, because is a new template. The ads will show on all posts that use that template.
4. You can customize the mobile menu from Theme Panel -> Theme Colors -> Mobile menu/mobile search => https://www.screencast.com/t/0CvSgXp9H to set a background image go in Theme Panel -> Background -> Mobile menu/mobile search => https://www.screencast.com/t/uvDejzbX to change the font from Theme Fonts => https://www.screencast.com/t/ANBQe7hQhJd Also, for mobile header color you need to select the viewport on phone, select the zone of mobile menu and from the tab “CSS” you can change the background color => https://www.screencast.com/t/uO47flEmmeP also, please check this article https://forum.tagdiv.com/add-logo-newspaper/
5. Please make sure you have disabled the auto-loading option https://forum.tagdiv.com/infinite-loading-single-posts/
Also, please check if the settings are saved, if the settings are not saved, then you will have to first start looking for 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.
Also, on our channel https://www.youtube.com/channel/UCOT1RiNysIPCTPSnVZskwtQ, you can find more videos that can help you and documentation https://forum.tagdiv.com/newspaper-theme-documentation/
Thank you!
Hello!
I’ve tested on my end and in my case is not happening like this after I logged in.
Please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache (also from your browser) and try again.
Thank you!
Hi,
So it doesn’t work if I put it in the child theme under parts/header
I have to overwrite in the actual plugin folder. Is this a known issue with the child theme?
Hello,
This kind of issue can be from a plugin conflict, that’s why, please deactivate ALL plugins except tagDiv ones, also if you are using a child theme or cache plugin, deactivate them, clear all cache(also from your browser) and try again.
Also, please check the console for errors when you hit the button load more and see if an error is displayed.
Also, if you can please provide the link to your website.
Thank you!
Thanks! Is it possible to put this file in the child theme?
Hello!
Please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
If this problem is not solved after that, then we need to take a look and see what happened there.
Please contact us via email at contact@tagdiv.com and provide the following:
– admin url and credentials
– cPanel url and credentials
– a link to this topic in order to identify you
Our team will take a look!
Thank you!
Hello,
Please check the console when you try to save the changes made in Theme Panel maybe is possible to be from the firewall or security module which blocks the admin-ajax.php request, 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.
Let me know the results!
Thank you!
Hello!
The issues are from a plugin conflict, that’s why, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
If this problem is not solved after that, then we need to take a look and see what happened there.
Please contact us via email at contact@tagdiv.com and provide the following:
– admin url and credentials
– cPanel url and credentials
– a link to this topic in order to identify you
Our team will take a look!
Thank you!
Hello!
The issue can be from a plugin conflict or a cache problem, that’s why, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache(also from your browser) and try again.
If this problem is not solved after that, then we need to take a look and see what happened there.
Please contact us via email at contact@tagdiv.com and provide the following:
– admin url and credentials
– a link to this topic in order to identify you
Our team will take a look!
Thank you!
Hello!
The issue can be from a plugin conflict, that’s why, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
If this problem is not solved after that, then we need to take a look and see what happened there.
Please contact us via email at contact@tagdiv.com and provide the following:
– admin url and credentials
– cPanel url and credentials
– a link to this topic in order to identify you
Our team will take a look!
Thank you!
Hello!
I’ve tested on my end with the same demo, in the Appearance -> Customize and there is no fatal error or anything else like: https://kinsta.com/knowledgebase/there-has-been-a-critical-error-on-your-website/
Please make sure you have the latest version of the PHP, WordPress, theme and plugins(11.3.1).
The issue can be from a plugin conflict, that’s why, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you!
Hello,
In most cases, this problem occurs because you have the latest version of WordPress with an older version of the theme.
Please check if you use the last version of WordPress 5.8.1 with the last theme version Newspaper 11.3.1 and see if the problem persists.
If you need to make an update, before please make a full backup to all files and the database, in case something goes wrong. => https://forum.tagdiv.com/how-to-update-the-theme-2/
Also, if the problem persists please check if you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins, also if you are using a child theme or cache plugin, deactivate them, clear all cache (also from your browser) and try again.
Let me know the results!
Thank you!
Hello!
This could be a cache problem or a plugin conflict. Deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache(also from your browser) and try again.
If this problem is not solved after that, then we need to take a look and see what happened there.
Please contact us via email at contact@tagdiv.com and provide the following:
– admin url and credentials
– a link to this topic in order to identify you
Our team will take a look!
Thank you!
Hello!
Please check this article: https://kinsta.com/knowledgebase/there-has-been-a-critical-error-on-your-website/
Also, start looking for a plugin conflict, deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache(also from your browser) and try again.
Thank you!
Hello Anamaria,
Too bad. Is there no option? Can I solve this vll. with the child theme?
I already said that a redirect is not an option for me.
I would be interested to know why you think it’s not a good idea to name a page and a category the same. The URL doesn’t matter to Google. What do you think?
My last option would be to hide the tags on the thumbnails. And integrate the breadcrumbs myself and not use the tagDiv function. But I really wanted to work around that.
Hello!
Deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache(also from your browser) and try again.
If this problem is not solved after that, then we need to take a look and see what happened there.
Please contact us via email at contact@tagdiv.com and provide the following:
– admin url and credentials
– a link to this topic in order to identify you
Our team will take a look!
Thank you!