No search results were found in Documentation!
Hello,
Should I put the ENVATO PURCHASE CODE (to activate?) in child theme? or parent theme? or both?
Please let me know.
Thank you.
Well, actually it does not work. I installed it from Newspaper 8 files, and it did not recognize Newspaper 8 as it’s parent, the child theme is listed as “broken”. In style.css, the code is:
/*
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.
*/
Hi,
@tagdivstar Yes you can use the child theme normally. That will not prevent you from using the child theme.
@Rani You do not have to wait for the next update to use the child theme. The child theme is provided in the theme package and you can use it now. Please follow this guide
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Simply place the child theme from the code folder, in your themes folder and activate it
– https://www.screencast.com/t/USztRBjnE
Thanks
Hi,
How do I get the child theme working before your theme update? It doesn’t recognize Newspaper 8 as the parent.
Cheers.
Hi Catalin,
I was sure to have the correct download link.
Here is what I see on my Enavato account : https://www.screencast.com/t/5QD2yyMwlsz.
And here is what I see in my computer when I download “All files and documnetation” on my computer : https://www.screencast.com/t/Hk55vVss59CN.
As you can see, no sign of the child theme. What did I do wrong ?
Hi,
This might be caused by a plugin, try to deactivate all your plugins except the ones provided with the theme and clear any caching installed. Then check to see if the menu is working properly.
Or check any customization you might have made to the theme files directly, or through a child theme.
Thanks
Hello,
Can I continue using this old child theme (Newspaper 7) until next update?
Thanks.
Hi Catalin. Thank you so much for your support. I investigated and I:
– installed a fresh WP
– reinstalled theme and child theme
– reinstalled and activated all plugins
All was normal until here.
So I checked all values in wp_options and I finally found that the value for the key “wp_user_roles” was not the default/right/working one.
So I restored values in this key and everything is OK now.
I don’t know why this happened: maybe some active (or inactive or deleted) plugin changed that value with a “wrong” one.
Anyway I think the behavior of Visual Composer was not correct, because I was able to change a page content WITHOUT permission with the front-end editor, while there was no native “edit” link, and the normal edit backend was not accessible at all.
Maybe there is some capability not well-checked by Visual Editor? Maybe it activated its front-end editor despite lack of permission, picking up a wrong value from db?
This is the link with all my “buggy” wp_user_roles field value:
https://pastebin.com/xSib7x37
Maybe you can find out what rule allowed an author to modify other’s page content.
Thank you
G
Hello Berbi,
Ensure that you have downloaded the right theme packet from Theme Forest because the Child Theme should have to be there, as you can see here -> https://www.screencast.com/t/ZNEGkPQz4h
Thanks.
Hello Tina,
For more information about how you should use the Child Theme, please check here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/ Notice that child theme is not required to be installed only if you want to make some additional customization through the code and not be lost to a next update of the theme.
Thanks for your understanding!
Hi there,
My website : https://huahin-chaam.com/. I uploaded the “all file and documentations”, but I don’t see the newsmag child theme. What did I miss ?
Thanks in advanced.
Hi,
I have only realised now that I didn’t install child theme. I have almost finished working on my site. Is there any possible way of installing child theme now? Or I don’t need to?
Thanks,
Tina
Hi Bogdan,
I disabled all the plugins and cleared cache (unfortunately I didn’t install a child theme) but it is still the same.
When I look into console when the pages loaded it shows this:
Failed to load resource: net::ERR_CONNECTION_TIMED_OUT 1.jpg
This line appears about 2 minutes after page loaded, and it is only when this line appears that the mobile menu is working. Which means the menu is waiting for the two lines mentioned in my first post to be loaded.
Any suggestions?
Thanks!
Tina
Hello Tina,
The menu should open regardless of the images set as a background.
The most likely cause for this is a plugin conflict.
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!
Is there any way to make the post format work correct in the theme?
i have add in function of the child theme
add_action( 'after_setup_theme', 'wpsites_child_theme_posts_formats', 11 );
function wpsites_child_theme_posts_formats(){
add_theme_support( 'post-formats', array(
'aside',
'audio',
'chat',
'gallery',
'image',
'link',
'quote',
'status',
'video',
) );
}
but when i try to add post format link nothing happen when i open it

What should i do to make it work?
Hi,
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 Bogdan – I’ve disabled all plugins and cleared the cache but issue still remains. I’m not using a child theme and there is no custom code.
Hello dmalhotra,
If you want to make these changes you should try the code below and place it in Theme Panel->Custom CSS area.
The code is ->
.td-post-template-1 .td-featured-image-rec {
float: none;
width: auto;
}
.td-post-template-1 .td-post-featured-image{
float:left;
}
.td-post-template-1 .td-post-content p:first-child{
clear:both;
}
The result is here -> https://www.screencast.com/t/DP88RyzZPG7u
Thanks for your understanding!
Hello,
This does not happen on our end: https://demo.tagdiv.com/newspaper/wordpress-news-magazine-charts-the-most-fashionable-new-york-couples-in-2016/
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!
Thanks. That worked 🙂
Another question. I just installed the mobile theme plugin, and some of the sites do not show. I use a membership plugin and that page is completely empty on the mobile version now. I’m using a child theme if that makes any difference.
What could be going on?
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 check any htaccess rules you might have in place.
Thank you!
Hello Daniela,
We have no reports of this issue for the moment. It must be something local affecting it.
Please check to see if the implementation is done correctly:
http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
https://css-tricks.com/moving-to-https-on-wordpress/
https://yoast.com/dev-blog/move-website-https-ssl/
https://forum.tagdiv.com/topic/moving-to-ssl/
If everything is in order, try it without plugins as there could be a plugin conflict affecting it. 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 functioning of the 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!
Hey guys,
just wanted to let you know that there is stil the old child theme (Newspaper 7) in the code folder of Newspaper 8 files. So you should update it as well.
Cheers!