- 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
So
I replaced all the image but in child-theme, do I have to replace it to main theme bec it’s not working, how to override it to child-theme
thanks
Dear Team,
Thanks for the awesome Newspaper8 Theme..
Currently i have install it and working on the Website.
I tried everywhere to make my homepage fulwidth other than a Boxed type.
How can i do that?
I have activated the Child theme came with the Package It says ” Newspaper 7″ Is it normal or is it an outdated one.
i am using the child theme to preserve my date in an updating situation.
Thank You in advance.
Achintha
Hello paologalli,
Sorry for this but it seems to be an issue to your backend. To be sure, try to make a new clean install from scratch via FTP way because this is the surest method in this case, according to our documentation here -> https://forum.tagdiv.com/newsmag-install-via-ftp/ Clear all the caches, switch the theme from the child to the main theme and check the results. Should work because if the theme is correclty installed and used, according to our documentation, sohuld not return these kinds of errors, sorry!
Hope this helps!
Thanks for your undersitading!
Hi,
Theme panel settings will not be lost when the theme is updated. These are saved in the database as well. The purpose of creating a child theme is to further customize the theme if there are no them options for what you need and not loose this customization. Simply activating the provided child theme will not influence anything in the main theme.
Thanks
Hello Simion,
thank you for your reply. What I did is only copied newspaper child theme from folder whitch come with theme. I did not coded anything. I did only change colors in theme panel. I did not even touched child theme. I only activated it and then I changed colors in theme panel for some parts of theme, like header and footer…
So I would like to know if those colors remain after I will update newpaper theme?
I only activated your child theme you supplied in the code folder with your theme. I did not coded anything.
Hi,
Code entered in the child theme will not be lost when the theme is updated, unless you maybe delete the child theme. Code entered in the Theme panel->Custom code sections will not be lost as well. It is saved in the database once entered. These are considered safe methods of customizing the theme.
Thanks
any help please? I can’t login unless I remove the functions.php of my child theme
error is always the same
Warning: Cannot modify header information – headers already sent by (output started at /home/greenpl1/public_html/wp-content/themes/Newsmag-child/functions.php:1) in /home/greenpl1/public_html/wp-login.php on line 396
Warning: Cannot modify header information – headers already sent by (output started at /home/greenpl1/public_html/wp-content/themes/Newsmag-child/functions.php:1) in /home/greenpl1/public_html/wp-login.php on line 409
Magazine Green Planner
Hello,
I copied your child theme from code/ folder to my wordpress and nothing more.
If I will chanege only colors through child theme for the header and in the theme itself in wordpress (through your theme panel) and I will update your theme in the future. Will I lost my colors or everything will remain?
Hi
I’m getting this error trying logging in
Warning: Cannot modify header information – headers already sent by (output started at /home/greenpl1/public_html/wp-content/themes/Newsmag-child/functions.php:1) in /home/greenpl1/public_html/wp-login.php on line 396
the line is the one inserted in your child theme template
here what I get when I try to log in: https://imgur.com/a/KmWSS
Hi,
That file cannot be modified through the child theme. You will have to make the modifications directly to it in the theme files. This might change in future updates, and child theme support will be added for more theme elements, but I cannot say for sure when this will happen.
Thanks
Hi. I’d like to add or change size options for AdSense size boxes. I know i can simply add them in “/includes/wp_booster/wp-admin/panel/panel_core/td_panel_generator.php”. What i want to know is, is there a better way to do it, maybe with theme API or child theme support?
Hello naomibuch,
There’s no require to use a child theme if you want to use some custom CSS code. You just simply add your code in the custom CSS area. Try to switch the theme to the default state and check the results. If you want to use the Child Theme, try to download again the latest theme version from Theme Forest and see the results. Clear all the caches and check the results.
Thanks for your understanding!
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,
The child theme has a different functionality than the main theme. It has predefined templates for the front page, post page, smart list, etc. These will be displayed regardless of desktop settings. This is meant to keep things as simple as possible on mobile
– https://forum.tagdiv.com/the-mobile-theme/
Please note that the mobile theme plugin is optional, it is not required. The main theme is perfectly capable of displaying the website on mobile, due to it’s responsive design.
Thanks
Hi,
Code entered in the theme panel will not be lost when the theme is updated. It will be saved in the database. So you can either enter it there, or use a child theme, both are considered safe ways of customizing the theme.
A child theme is provided in the theme package if you would like to set a child theme
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks
Hello,
The only files that will work though a child theme are mentioned here: https://forum.tagdiv.com/the-child-theme-support-tutorial/
If your file is not on that list, it will have to be modified in the main theme.
Thank you!
Below is the Current Newspaper 7 Child theme, I am wondering if it’s affecting why the posts on my website is not formatted properly, not adding spacing between paragraphs. A carriage return (hard return aka enter) should be after each period.
This is the link to a page article not formatted with the correct spacing between paragraphs. Also the content gets imported daily from RSS feeds.
http://www.thetalkbuzz.com/newsite/alexi-lalas-team-usa-soccer-players-should-be-required-to-stand/
.
/*
Theme Name: Newspaper 7 Child theme
Theme URI: http://themeforest.net/user/tagDiv/portfolio
Description: Child theme made by tagDiv
Author: tagDiv
Author URI: http://themeforest.net/user/tagDiv/portfolio
Template: Newspaper
Version: 7.7c
*/
/* —————————————————————————-
This file will load automatically when the child theme is active. You can use it
for custom CSS.
*/
.td-read-more {
display: none !important;
}
.td_module_11 {
padding-bottom: 20px !important;
}
Oh great thanks. I was using a child theme before but it was causing some issues. If I’m going to use custom CSS I think it better that I change to using a child theme right? or will those CSS settings stay in place when the theme updates?
If I should use a child theme, do you have I file I can download. Creating the child theme myself I feel like caused a bunch of issues.
Hi, i want delete join button and edit after join profile link. I create mobile directory and login logged files in child-theme and edit but my changes not work.
Hi,
The easiest way would be to insert that text with CSS code, like in this example
– https://www.screencast.com/t/u88MmnucgSPp
This is the code used in the example, if you decide to use it enter it in Theme panel->Custom CSS section
.entry-crumbs span:first-child:before {
content: 'You are here : ';
}
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,
Plugin conflicts and improper optimization usually leads to a js error that breaks the images. 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,
The warnings seem to be related to the divi builder plugin and a child theme configurator plugin. These plugins seem to be causing the warnings. Try as a test to deactivate them and check if the errors are still present.
The mobile theme can be affected by other plugins. If you require these plugins, maybe you should deactivate the optional mobile plugin, and simply use the automatic responsiveness of the main theme.
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,
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 the problem is still there, try to reinstall the theme as your file structure could be damaged. Please create a back-up beforehand though.
Thank you!