- 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
Hello jayfray,
Please check the following useful manual from here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/ because there you will found all the files which can be overwritten in the child theme.
Thanks for your understanding!
Should I apply via my child theme?
Hello,
If you do not know much about code, then why do you want to use a child theme? A child theme is meant for code customization. To alter the theme code and not affect the main theme. If you do not plan on doing this , then do not use a child theme.
If you still need to use a child theme please use this guide: https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thank you!
Dear support,
I need to start using Newspaper child theme.
How can I be assisted to use the child theme since I dont know much about code.
Thanks
And how is that going to help?
I’m sure that this issue can be resolved through css code.
Do you NOT use a child theme for some reason? I’d love to hear.
This is your modifications.
Disable child theme.
I would love to know how to remove the little ‘x’ before the post date on my homepage/posts. (https://futurebangers.com)
I’m using a child theme.
Thanks in advance for your help!
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.
If you are trying to edit a page that has been created previously with another page builder, you will not be able to do so. The page has to be created from scratch using the tagdiv composer.
Thank you!
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.
Also please contact your host and ask about any blocked files from the hosting side.
Thank you!
Hi,
A child theme is not an absolute must. It is an option if you will make extensive theme customization. For simpler modifications your method will be sufficient.
Thanks
Thanks so much Simion! Can I avoid using the Child theme as I heard it would affect site performance? Can I just keep a copy of the edited td-login-modual.php and re upload every time after theme update?
I don’t need those from you, I can make it by my own, I just wanted to extend theme option, Is that doable from child-theme? I can do the coding i just need if you have any docs or something like that
Hi,
You can access the theme files on the server by FTP for example
– http://www.wpbeginner.com/beginners-guide/beginners-guide-to-wordpress-file-and-directory-structure/
Changes made to the files inside the header folder can be made through a child theme, if you have one
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks
Hi,
Sorry for this inconvenience, there is no option to translate that word directly in the theme panel. You could modify it in a child theme, if it is absolutely needed
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks
how to install child theme?
Ex,
Thanks
Hi,
I don’t think there are plans to make this modification to the sharing. You can make the the change in a child theme, so it will not be lost when the theme is updated
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks
Hello mattarchambault,
I have checked your website and it seems 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, 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.
Thank you!
Hi,
I believe the Woocommerce files can be customized through a child theme. Copy the Woocommerce folder from the main theme, in the child theme folder. Then customize the file shown and comment or remove the line of code mentioned. Make tests and see if everything works properly.
Or maybe use this CSS in the child theme, check if it works proeprly
.archive.woocommerce-page .woocommerce-result-count,
.archive.woocommerce-page .woocommerce-ordering,
.archive.woocommerce-page ul.products,
.archive.woocommerce-page .page-nav {
display: none;
}
Thanks
I’m trying to set this up so that the next update to WooCommerce or perhaps the theme itself won’t wipe out any changes I’ve made.
Is it as simple as copying the product-archive.php file, making changes to the file and placing it in a woocommerce subdirectory of the child theme?
-
This reply was modified 8 years by
cantonjester.
Yes, but I need to reference the removal in the child theme’s functions.php.
Can you provide me that code?
Thanks
Keith
Hello,
Please make sure you increase your memory allocation like so: https://forum.tagdiv.com/system-status-parameters-guide/
Also please test without any plugins active. 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.
Also please check with your host and the htaccess file for any blocked content on your site.
The https/ssl implementation also can influence the theme panel if not done properly.
Thank you!
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,
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,
Please add this code to your theme panel-> custom css box:
.page-template-default .wpb_text_column .w2dc-listings-block :last-child{
margin-bottom:0!important
}
Thanks.