No search results were found in Documentation!
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!
Thank you! Looks like I added “display: none;” for some reason to the child-theme looong time ago, I even don’t remember why.
I deleted the “fix” and looks like everything is valid now.
Thank you again for helping finding the source of the problem!
Hello,
Under the code section you will find a folder called newspaper child. It is not a zip file. A child theme is not installed as you install a usual theme. A child theme needs to be created like this guide shows: https://forum.tagdiv.com/the-child-theme-support-tutorial/
A child theme is used to make code modifications to the theme files. If you do not plan to alter the php files, you do not need a child theme.
Thank you!
Hello,
Please also 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,
So there are problems writing in Visual mode after the WordPress and theme update. There were no similar user reports after updating. I also tested and there is no problem using the WordPress editor and also the sidebar section displays
– https://www.screencast.com/t/ygwKWTFDbeX
– https://www.screencast.com/t/mPJbq4OGFSJ8
Test without plugins, deactivate them all except theme plugins (update the theme plugins). If you made code modifications to WordPress or the theme files, or use a child theme, remove /deactivate them temporarily. If there is still a problem we could take a look. Send us an email at contact@tagdiv.com and provide admin access. Include a link to this topic in the email.
Thanks
I just purchased and installed your Newspaper theme. I also installed the Child theme. Is it OK that the Newspaper theme appears to have a version of 8.7 while the CHILD theme shows version 7. Please see here: http://prntscr.com/jnq035
Can you let me know if I did it correctly? Thank you.
Hi, I know it says the child theme is located in the ‘code’ folder but there is no .zip child theme in there. How to I install the child theme?
Thanks!
You are absolutely right, google seems to randomly detect it or not. I’m currently at 95 points on desktop an no blocking CSS. The only thing standing between me and the 100 is Minify CSS. It tells me the style.css of the theme and my child theme can be reduced by 16% and 91%. Any thoughts on what to do here? I suppose it’s not that critical but at this point I just want to see if I can hit the 100 haha.
I am getting this same error. I deleted everything in my child theme and uploaded the base child theme that comes in the download package and still got the same error. I don’t have any Woocommerce overrides in my child theme, so I wasn’t sure why that would be an issue in the first place. The file referenced is from the base Newspaper theme, which is out of date for the current Woocommerce version.
I also tested this by using just the Newspaper theme on a staging site along with Woocommerce. I looked at the changelog and noticed the Woocommerce files were not updated in the latest version.
Woocommerce had a recent update. Please provide a patch to the theme with an updated Woocommerce file.
Hi guys,
I have an issue with the speed booster plugin. Actually, I’m not sure it is an issue, i’m gonna try to be as clear as possible.
I tried to move td-plugin-multi-purpose doing this :
/**
* here we move the css
*/
function css_mover() {
//if ($this->td_theme_name == 'Newspaper') { }
// wp 011 - Newspaper 6
$this->move_style_to_footer_queue('bbp-default-bbpress'); //bbpress old
$this->move_style_to_footer_queue('bbp-default'); // bbpress
$this->move_style_to_footer_queue('contact-form-7');
$this->move_style_to_footer_queue('td-plugin-newsletter');
$this->move_style_to_footer_queue('font_awesome');
if ($this->is_ie === false) {
// move style.css theme style
$this->move_style_to_footer_queue('js_composer_front');
$this->move_style_to_footer_queue('td-theme');
$this->move_style_to_footer_queue('td-theme-child');
$this->move_style_to_footer_queue('td-theme-woo');
$this->move_style_to_footer_queue('td-theme-demo-style');
$this->move_style_to_footer_queue('td_live_css_frontend');
$this->move_style_to_footer_queue('td-theme-bbpress');
}
/* $this->move_style_to_footer_queue('td-plugin-multi-purpose'); */
$this->move_style_to_footer_queue('td-multipurpose');
$this->move_style_to_footer_queue('font-awesome-four');
with success (although google speed did not see anything like here).
But the bad thing is that some local modifications (like changing hover color) I did with tagDiv composer are not taken into account anymore. I think it is logical because the css of those modifications are loaded before “td-multi-purpose/style.css?ver=4.9.6”
Pictures should help :
Before moving td-multi-purpose/style.css?ver=4.9.6
https://www.screencast.com/t/cwbMQS4T
After
https://www.screencast.com/t/IWziOksz2d7M
Do you have any suggestion ?
Hi,
Never heard of something like that before. If you removed and installed the new composer plugin after the theme update, then you activated it the plugin should stay activated. This is most unusual. Could youre please first check the theme requirements
– https://forum.tagdiv.com/newsmag-requirements-for-newsmag/
Ask your hosting provider to increase the allocated resources where needed. Also maybe they can check error logs, potential errors could be seen there. Monitor if the same thing happens if you have only theme plugins active. Temporarily remove theme modifications and child theme.
Hello,
This means you did not update your child theme. A child theme is not update proof and you have to replace the files in your child theme and re-apply the customization.
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!
Woocommerce 3.4 shows following error:
Your theme (Newspaper 7 Child theme) contains outdated copies of some WooCommerce template files. These files may need updating to ensure they are compatible with the current version of WooCommerce.
Newspaper/woocommerce/archive-product.php version 3.3.0 is out of date. The core version is 3.4.0,
Newspaper/woocommerce/single-product.php
**ISSUE FIXED**
For anyone looking to achieve this, this is how I figured it out. I used chromes inspector tool and went through several different div elements. The one you think you need is not always the one that will produce what you are looking for, just keep trying the child elements until it starts playing ball.
The CSS I used to fix the job was:
.td-header-style-10 .td-logo-wrap-full {
background-image: url(“https://www.thechildhoodlife.com/wp-content/uploads/2018/05/Childhood-Life-Logo-Background-1326-x-276.jpg”) !important;
min-height: 276px !important;
}
Hope This helps someone else trying to customize the design of the Craft Theme for Newspaper.
Thanks
Shane
Hi,
I remember seeing that a while back, I don’think a proper cause has been identified. These are some similar topics
– https://forum.tagdiv.com/topic/tl_ph-foreign-language-in-my-facebook-comments-section/
– https://forum.tagdiv.com/topic/page-with-videos-only/
– https://forum.tagdiv.com/topic/embedded-facebook-is-in-wrong-language/ (code added in functions file, main theme or child theme)
Thanks
Is there a way I can prevent this from running via a child theme? I don’t want the editor-style.css file to load.
add_action( 'after_setup_theme', 'my_theme_add_editor_styles' );
function my_theme_add_editor_styles() {
if (TD_DEPLOY_MODE == 'dev') {
// we need the full url here due to a WP strange s*it with ?queries
add_editor_style(get_stylesheet_directory_uri() . '/td_less_style.css.php?part=editor-style');
} else {
add_editor_style(); // add the default style
}
}
I just tried to delete the composer and reinstall it from the version in the recent theme update. I didn’t update anything other than the composer and it crashed my site again with this code:
Fatal error: Uncaught Error: Call to undefined method td_config_helper::get_map_block_shadow_array() in /home/childs18/childsworld.news/wp-content/plugins/td-composer/includes/tdc_map.php:662 Stack trace: #0 /home/childs18/childsworld.news/wp-content/plugins/td-composer/includes/tdc_main.php(32): require_once() #1 /home/childs18/childsworld.news/wp-content/plugins/td-composer/td-composer.php(35): require_once(‘/home/childs18/…’) #2 /home/childs18/childsworld.news/wp-includes/class-wp-hook.php(286): tdc_plugin_init(”) #3 /home/childs18/childsworld.news/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(”, Array) #4 /home/childs18/childsworld.news/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #5 /home/childs18/childsworld.news/wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php(207): do_action(‘td_wp_booster_l…’) #6 /home/childs18/childsworld.news/wp-content/themes/Newspaper/functions.php(23): require_once(‘/home/childs18/…’) #7 /home/childs18/childsworld.news/wp-settings.php in /home/childs18/childsworld.news/wp-content/plugins/td-composer/includes/tdc_map.php on line 662
Add it in the child theme header file (copy it from the main theme), that should work as well. Check after entering.
Thanks Simion.
Can i add the code from the backend of theme option?
If NOT and i use the child theme can i edit the theme-child/header.php?
Thanks again.
Hello tabesuki,
I have inspected your website and I have noticed that it could be a temporary problem with your opacity for the others images. 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, clear cache and reset CDN files if you use it. Here -> https://www.screencast.com/t/A673riru you can see some errors in your console. 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.
We recommend using our TD COmposer because all of the major improvements in the future will be made on this plugin.
Hope this helps and let us know how it goes!
Thanks for the message!
I’m very grateful to you for your help.
This content of css file in child theme is correct?
/*
Theme Name: Newspaper-child
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
*/
@import url('../Newspaper/style.css');
[William Wa.] Well here is the error that I was getting when trying to use the WordPress CLI tools:
Fatal error: Uncaught Error: Call to undefined method td_config_helper::get_map_block_shadow_array() in /home/childs18/childsworld.news/wp-content/plugins/td-composer/includes/tdc_map.php:662
Stack trace:
#0 /home/childs18/childsworld.news/wp-content/plugins/td-composer/includes/tdc_main.php(32): require_once()
#1 /home/childs18/childsworld.news/wp-content/plugins/td-composer/td-composer.php(35): require_once(‘/home/childs18/…’)
#2 /home/childs18/childsworld.news/wp-includes/class-wp-hook.php(286): tdc_plugin_init(”)
#3 /home/childs18/childsworld.news/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(”, Array)
#4 /home/childs18/childsworld.news/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
#5 /home/childs18/childsworld.news/wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php(207): do_action(‘td_wp_booster_l…’)
#6 /home/childs18/childsworld.news/wp-content/themes/Newspaper/functions.php(23): require_once(‘/home/childs18/…’)
#7 /home/childs18/childsworld.news/wp-settings.php in /home/childs18/childsworld.news/wp-content/plugins/td-composer/includes/tdc_map.php on line 662
I just completed the newest update to the newspaper theme 8.7. Both this update the one previously have crashed my site to the point that I can’t even access the wordpress dashboard. I have had to contact our web host provider to troubleshoot and deactivate enough stuff that I can get in and do a restore.
I have done at least 4 update previously using the Filezilla method and never had a problem.
Is anyone else having this problem? Why are these updates crashing my site, if I can get it back online, I will not we 2 updates behind but I refuse to try updating again if it will just keep crashing my site.
My web host provider has said that it has something to do with one of the Tag plug-ins crashing.
Here is there error I currently see when I try to load my homepage.
Fatal error: Uncaught Error: Call to undefined method td_config_helper::get_map_block_shadow_array() in /home/childs18/childsworld.news/wp-content/plugins/td-composer/includes/tdc_map.php:662 Stack trace: #0 /home/childs18/childsworld.news/wp-content/plugins/td-composer/includes/tdc_main.php(32): require_once() #1 /home/childs18/childsworld.news/wp-content/plugins/td-composer/td-composer.php(35): require_once(‘/home/childs18/…’) #2 /home/childs18/childsworld.news/wp-includes/class-wp-hook.php(286): tdc_plugin_init(”) #3 /home/childs18/childsworld.news/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(”, Array) #4 /home/childs18/childsworld.news/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #5 /home/childs18/childsworld.news/wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php(207): do_action(‘td_wp_booster_l…’) #6 /home/childs18/childsworld.news/wp-content/themes/Newspaper/functions.php(23): require_once(‘/home/childs18/…’) #7 /home/childs18/childsworld.news/wp-settings.php in /home/childs18/childsworld.news/wp-content/plugins/td-composer/includes/tdc_map.php on line 662
Don’t copy the parent theme functions file in the child theme, don’t copy the main theme stylesheet in the child theme. There is no need for that. Code you enter in the child theme will be loaded in addition to the main theme.
You can find out more about child themes here
– https://codex.wordpress.org/Child_Themes
So simply copy the child theme as provided in the themes folder. Activate it. Copy the file you want to modify in the child theme (create the directory tree to the file in the child theme as it is in the main theme). Then modify the file.