Hi,
Use this in the theme or child theme functions file
– https://docs.woocommerce.com/document/change-number-of-products-displayed-per-page/
With it you can control the number of products displayed in the shop page. Change the value in the code how you want
– https://www.screencast.com/t/YFGSJ5xOL
This topic might be helpful as well – https://forum.tagdiv.com/topic/how-to-display-products/
Thanks
Hi,
Something could be interfering with the theme. Those are scripts the theme loads for each block.
Maybe try and re-install the theme, don’t make any modifications to it, temporarily remove custom code from the theme panel if you have any, if you use a child theme deactivate it. Deactivate all plugins, leave only theme plugins active.
Empty the error-log and monitor if the same happens. A proper functionality of the theme will not generate any errors.
Hi,
The link of the image has no property by default, you could add it here
– https://www.screencast.com/t/pNjN9rWK9xPi
It will apply to the links you set in the image box
– https://www.screencast.com/t/KFkL0RRP3Hvb
The file can be modified in a child theme so the modification will not be lost after an update
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks
Hi,
The child theme is for theme files, you can’t modify plugin files in the child theme. The modifications you want to make will have to be made in the main plugin files.
Once made maybe back up the file from the plugin, replace the new one after a update with this modified file.
Be sure to test if that plugin is compatible with AMP first, it could cause validation problems.
Thanks
The comments list (previously registered) for both posts are not showing up. If I enable comment count, the right number shows up, but the list of comments is never showing up in pages, only shows up in posts. It looks like the theme was not meant to show comments in pages – if that’s the case, what’s the php template I’ve got to edit in order to add the list of comments? – thanks.
PD In the future, when the theme gets updated, I guess I’m going to loose this changes, should I create a child theme to make sure that doesn’t happen?
Hi support,
I wish to make some changes to the AMP template files in your AMP plugin. I’m using a child theme so how can I override these as the AMP files reside only in the wp-content/plugins/td-amp/templates folder?
Cheers, Sas
Hi,
Pages cannot have categories, they can have a parent/child relation but by default in WordPress only posts can be organized in categories. Maybe you are referring to posts.
In the theme the breadcrumbs will display one level of parent child, so the last parent category, the sub-category then the post name. Can’t say if this will change in the theme in future updates.
I will however add a request on our list (if it’s not already added), to give an option to display the whole path to the article. It will be considered. Sorry for any inconvenience.
Thanks
Hello!
I’m having an issue with my websites breadcrumbs. The problem is as follows:
I have parent and child pages where it works perfectly but also a few grandchild pages but when I set the primary category to these grandchild pagse the breadcrumb cuts out the top level parent page.
Here is an example:
Title: The 12 Best HP Laptops for 2018
Permalink: https://example.com/computers/laptops/hp/best-HP-laptops
The permalink and primary category are set to hp but the breadcrumb output is done as follows:
home > laptops > hp > The 12 Best HP Laptops for 2018
and I need the following for SEO purposes
home > computers > laptops > hp > The 12 Best HP Laptops for 2018
It’s only as issue where I select the primary category at the 3rd grandchild level. Is there a way to edit the theme to make this work as I need?
Simion,
I reinstalled via WP and this the message I got>
Broken Themes
The following themes are installed but incomplete.
Name Description
Newspaper Template is missing. Standalone themes need to have a index.php template file. Child themes need to have a Template header in the style.css stylesheet.
Please advise
I’ve been reading about the process of updating the theme and the need for creating a child theme, but I have a question about the Theme Panel settings. If I go into the Newspaper Theme Panel and select a header type, make selections for the breadcrumbs, theme colors, fonts, etc. and then I update my theme when a new version comes out, do I lose all those settings every time I update? I’m not talking about going into the code and making manual edits — I’m just talking about using the dashboard Theme Panel to make custom settings. Second question, will I lose content I put in the Custom Code panel within the Theme Panel when I update the theme? Thanks
Hi, can anyone assist me with installing / configuring a child theme?
Hello Swati,
Maybe your images are stuck in opacity 0. This usually happens on a js error caused by plugins or customization or other external optimization tools. Please disable all plugins except visual composer or TD Composer, remove all of unknown Ad Code, clear cache and reset CDN files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functioning of the theme.
Hope this helps and let us know how it goes!
Thanks for the message!
Hi,
The full theme package includes the child theme as well (code folder)
– https://forum.tagdiv.com/whats-included/
– https://www.screencast.com/t/socMe6fGzo
Please check again, the child theme should be there. You can zip it if you want to install it with WordPress.
Thanks
Hello xavig,
If you want to make some custom modification in the child theme, please check the documentation to see how kind of files can be overwritten in child theme from here -> https://forum.tagdiv.com/newsmag-child-theme-support/ Make sure that you have followed all of the steps from our documentation in order to achieve good theme results.
Thanks.
I am not able to find the child theme in the downloaded zip, where can i find it ?
Hello,
I installed my child theme and it works perfect everything but not the style. It doesn’t work.
Actually If I change all my custom CSS from newspaper admin to my style.css in child theme it doesn’t work.
Any suggestion to fix it? thanks
Hi,
Indeed that file cannot be modified in a child theme, you would have to modify the file in the main theme. Maybe make a backup of it after you modify it and replace the new one after an update.
Thanks
Hello,
This could be a plugin conflict so please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Thank you!
Hi, I’m trying to fully validate my website.
I’ve to solve only 3 problems caused by the td_css_generator.php file
It’s possible that at the line 756 there is mobileu_gradient instead of mobile_gradient
background: -o-linear-gradient(top, @mobile_gradient_one_mob 0%, @mobileu_gradient_two_mob 100%);
Also I think that this property causes some validation problem
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’@mobile_gradient_one_mob’, endColorstr=’@mobile_gradient_two_mob’, GradientType=0 );
Other problems (spaces in the url) were in the td_social_sharing.php file but I easily solved and put a new file in the child theme.
Could you help me to join a full validation?
thanks
Hi,
I’m implementing the Co-authors plus plugin with NewsPaper theme by creating a child theme.
It seems td_module.php can’t be overwritten in a child theme.
Are there any workarounds?
Thanks
Hello,
This could be a plugin conflict so please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper
functionality of the theme.
Thank you!
Hello Catalin. I did this two changes:
– https://www.screencast.com/t/sTbFYXUCbtm7
– https://www.screencast.com/t/QjYkL3EdnQE
in my child theme and it works perfect!
Now I have a specific main menu for mobile and another for desktop. In mobile it looks awesome but I lost the style in main menu for desktop.
Can you help me to fix it? Thanks very much
Hi,
Seems that none of the post pages display breadcrumbs. That post seems to be part of this category
– https://climbingtechtips.com/category/gym-top-rope-climbing/
But I can’t find the post there however.
This page will show breadcrumbs – https://climbingtechtips.com/instructional-climbing-videos-2/gym-top-rope-climbing/
The template page with title is used and also there are parent/child connections between the pages.
That page will be in no relation to the post you mention, between posts and pages there is no relation. The connection will be between the category page and the post belonging to it.
It is unusual that the post pages don’t display breadcrumbs. Did you maybe make any modifications to the post template files mainly the single php files?
– https://www.screencast.com/t/uw0pqvzjrS
Could be the result of a plugin conflict as well, try leaving only theme plugins active and check again. Breadcrumbs should display at all times for posts once enabled.
Hello xavig,
If you want to make some custom modification in the child theme, please check the documentation to see how kind of files can be overwritten in child theme from here -> https://forum.tagdiv.com/newsmag-child-theme-support/
Thanks.