- NewsmagChild theme support
- NewsmagWhat’s included in Newsmag theme package
- NewsmagCustom Post Type Support
- NewsmagInstall via WordPress
- NewsmagInstall via FTP
- NewsmagBreadcrumbs
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,
It could be a plugin that is causing the issue. Try as a test if possible, to deactivate all your plugins except the ones included in the theme package, clear any caching installed and check if the problem is solved. Switch to the main theme if you are using a child theme. Check any customization you might have made to the theme files, or added in theme panel.
The theme makes many requests to admin-ajax file, the security module from your server may treat it as a threat. In some cases this file is banned by the server and the theme cannot access it anymore. Try to contact your host provider and ask if that file is banned or if there is any firewall on the server which may block the request.
While saving in the theme panel, press F12 to see if there are any errors in the browser inspector console.
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,
If you would like the logo to stretch to the edges of the screen, you need to upload a bigger logo image. The current header style you are using does not have a limit for the image. You can use any size you want, and it will be displayed.
Also it is worth mentioning that when a background color or image is used, the website layout becomes boxed
– https://forum.tagdiv.com/background-introduction/
At the moment you have a white background color, so a full logo will be displayed like this example (boxed)
– https://www.screencast.com/t/6UPrVOC4pjVr
Removing the background color or stretching the header logo space with the options in the theme panel
– https://www.screencast.com/t/gHfCKSNkVjwM
Will display the logo in full width like this
– https://www.screencast.com/t/ouaeFnIWA
So you just need to create and use a bigger logo image, depending on your preferences.
There are dedicated custom code sections in the theme panel, that you can use to further customize the website. Or enter the code directly in the theme main stylesheet. A child theme can be used as well for this purpose.
You also need to create a homepage using the composer and set it
– https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
Thanks
Feature request: only show comment bubble when count is higher than 0 – I do this manually and am currently retrofitting this “feature” myself with each new release in my child theme….
Hi,
Yes it should work properly.
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.
Please also check your memory allocation: https://forum.tagdiv.com/system-status-parameters-guide/
Thank you!
Hi,
When you update the theme this customization will be lost. You will have to make it again, or make a backup to the file. This file is not supported to be modified through the child theme at the moment, unfortunately.
Thanks
Hi,
The theme does not modify the URL and the permalinks. That is related to the hosting you are using, or your permalink settings
– https://codex.wordpress.org/Changing_The_Site_URL
– https://codex.wordpress.org/Using_Permalinks
The theme should work properly on a fresh instal. Try installing it by FTP
– https://forum.tagdiv.com/install-via-ftp/
And use only the plugins include in the theme package to rule out any conflicts. Also deactivate any child theme you might be using.
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 jorgeocampo,
Unfortunately, our theme does not have any such an option that allows you to hide these elements, sorry! As a quick solution would be to use a bit of CSS code to hide them. As a hint, try using the following code and add it in wp-admin.css.
The code is ->
.td-small-wrapper-o{
display:none;
}
.td-small-wrapper-o:nth-child(1){
display:block;
}
.td-small-wrapper-o:nth-child(2){
display:block;
}
Hope this helps!
Thanks for the message!
Hello,
Please use this guide to install your theme properly. You seem to be using a child theme. Please disable the child theme and use the main theme.
https://forum.tagdiv.com/install-via-wordpress/
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!
Can not install the theme i’ve this error message:
“The following themes are installed but incomplete.
Newspaper: The model can not be found.
A theme requires an index.php template file.
Child Themes require a style header in the style.css style sheet.”
What i need to do ?
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,
It could be a conflict between the composer and other plugins. Try deactivating all other plugins, clear any caching installed and then activate the tagDiv composer. Switch to the main theme if you have a child theme, to rule this out as well.
Also check the theme system status and make modifications to the parameters mentioned in this guide, if necessary
– https://forum.tagdiv.com/system-status-parameters-guide/
Please let us know if the error is still present.
Thanks
Hi,
If you would like to add a different module please follow these guides for more information and make sure you are implementing it as described
– https://forum.tagdiv.com/api-modules-introduction/
– https://forum.tagdiv.com/td_api_moduleadd/
– https://forum.tagdiv.com/practical-example-how-to-add-a-new-block-and-module/
Modifications to the config file will have to made in the main theme. The child theme cannot override this file
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks
Hi,
Maybe you are not configuring the plugin as needed, there could be an overlooked setting or something. Or you need to insert a code or shortcode in the post content. Or maybe you have made some customization to the previous theme, and you need to make them again after updating.
If you tried deactivating the child theme and this fixes the issue, then the child theme could be responsible.
I have inspected the post page, there is restriction excerpt appearing in the post content structure. There seems to be a restriction field in the menu
– https://www.screencast.com/t/tqxMZcrKOIc
Thanks
Trying to register new td_module_20 into td_config.php, but does not appear in theme panel
Also i would mention that i have try to register it into the td_config.php into the original theme and into the child theme, but no luck
here is what i try to register
td_api_module::add('td_module_20',
array(
'file' => td_global::$get_template_directory . '/includes/modules/td_module_20.php',
'text' => 'Module 20',
'img' => td_global::$get_template_directory_uri . '/images/panel/modules/td_module_19.png',
'used_on_blocks' => array('td_block_24'),
'excerpt_title' => 30,
'excerpt_content' => 50,
'enabled_on_more_articles_box' => false,
'enabled_on_loops' => true,
'uses_columns' => false, // if the module uses columns on the page template + loop
'category_label' => true,
'class' => 'td_module_wrap td-animation-stack',
'group' => '' // '' - main theme, 'mob' - mobile theme, 'woo' - woo theme
)
);
More details:
– We have “master theme 8.0” and “child theme 7.7c”
– Functions.php is empty
– We use Woocommerce 3.10, WooCommerce Subscriptions, WooCommerce Membership (and here there is no log problem).
Hi, we are in bad time here.
Our theme child have missing Excerpt and Content Restriction Messages (a kind of paywall that links the subscription page) of Woocommerce Memberships plugin.
Yes, i know that this plugin is not officially supported but always worked perfectly up to the updating of the master theme to 8.0.
On my local test i see that if i reset (this operation is dangerous) the child theme the Excerpt and Content Restriction Message are present. So the problem i think are theme options but after 5 hours testing i do not understand the problem. So the only way is reset but i do not want lost menu/widget and other.
This is an example of page that is Restricted:
https://www.musicajazz.it/albert-ayler-sulla-strada-della-liberta/
The Excerpt and Content Restriction Message should look below the photo
On console i see that the class div class “woocommerce-info wc-restricted…” under div class td-post-content is not loaded.
Any ideas to solve?
Please see here: https://dl.dropboxusercontent.com/u/6497728/WP-td-post-content.png
Any suggestion as what could be it in child theme? Note that I made the child theme when I was in NP6 level. Do I need to recreate it to match with NP8?
I had 2 modified files in woocommerce/single-product.php & archive-product.php.
Anything that I have to differently in NP8 now?
Thanks.
Thank you very Bogdan. It was with the child-theme – the moment I switch over the main NP 8 theme, it started to work. I will debug as why the child-theme is causing this.
Thanks again.
Hi,
No that is not a problem. You can use the child theme that is provided in the theme package without any problem. Here is a tutorial for the child theme
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks
Hi
Maybe you have another conflicting plugin that prevents the product category from providing the results. Here is an example from my end:
https://www.screencast.com/t/k8vhmj42b
Please disable all plugins except the page builder and woocommerce, 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!
I have installed Newspaper 8 and the child-theme, however under theme appearences it says the child theme is Newspaper 7, is this a problem?