- NewsmagChild theme support
- NewsmagWhat’s included in Newsmag theme package
- NewsmagCustom Post Type Support
- NewsmagInstall via WordPress
- NewsmagInstall via FTP
- NewsmagBreadcrumbs
Hello,
Sorry but the mobile theme plugin has separate files than the main theme. it is a plugin. Modifications made to the main theme and the child theme will not affect the plugin.
Thanks.
Hello,
In most cases the issue is caused either by plugins or a server config issue. Please first test without plugins. 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 this does not fix it, you can try to implement the solution presented here: https://forum.tagdiv.com/topic/javascript-error-td-composer-wont-load/
Thanks.
Hello,
I had written a tutorial to implement Google custom search in Newspaper theme at the URL https://www.getcooltricks.com/wordpress/google-cse-integration-to-newspaper-wordpress-theme/. Everything works fine. But the modification to the search form in the menu did not load custom search when the mobile plugin is active. I tried the child theme and it did not work. When I directly edited the file located in Newspaper> Mobile> parts> Search.php, the form seems to be working. Is there any workaround to have this modification using the child theme.
Hello,
You seem to have a problem. Your top category is missing. It should be there like my example.
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 there,
After 2 years of customization on the theme, I want to take off everything I don’t need anymore. For this, I plan to do like that :
1- I create a subdomain with lopsum pages and posts
2- I download Newsmag and Newsmag child from my Enavato account, and upload it on the subdomain
3- I customize the design in the child CSS
Once the theme is customed, I do this :
1- I go to my main site, and save Newsmag and Newsmag child on my computer.
2- On my main site, I erase Newsmag and Newsmag child.
3- I upload Newsmag and Newsmag child from the subdomain to my main site.
Now my question : is all the above the correct way to erase all the previous theme customization, or is there another way ? Any tip ? Thanks in advanced :).
Hello kokorikos,
I have inspected your website and your image seems to work as expected, as you can see here -> https://www.screencast.com/t/4UQZD6rfyJDD It could be a temporary problem with your opacity. 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, 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.
Hope this helps and let us know how it goes!
Thanks for the message!
Hello macitynet,
SOrry but the theme does not have any child AMP template, sorry! I do not know what exactly you want to do and what kind of customization you want.
Thanks.
I need to insert sharing icons to each of the any number of images a TagDiv Slide Gallery can have.
Digging Newspaper’s files I found td_wp_booster_functions.php and the function td_gallery_shortcode. I tried to override this function from a child theme to add the icons to the variable $slide_display_html, no luck so far.
So how exactly can I get this done from a Newspaper’s child theme?
Note to make things clear:
This question is NOT about the regular post/cpt sharing icons, whose settings are on Theme Panel under Post Settings > Sharing. Before someone makes any weird assumption regarding what I’m asking here.
Hello,
I solved the problem. Was on the “if statement” on this row (365):
and (stripos($the_component['file'], TEMPLATEPATH) == 0 )
And I fixed with:
and (stripos($the_component['file'], TEMPLATEPATH) != false )
In this way if the PATH does not have TEMPLATEPATH inside, it will skip the change of the file path for child path. And it works.
Now, I don’t want to edit parent theme and I wish to fix this on my child theme.
There is a way to do it?
Thanks,
Michele
It’s not working on android either.
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!
I have change and put it to root child theme path. But, I cant see any changes.
https://s9.postimg.cc/958e135zz/screenshot_700.png
It still H3.
https://s9.postimg.cc/j3tcn7kgv/screenshot_701.png
Hello,
My localhost webserver for developing is on:
WinNMP on Windows 10 with NGINX + PHP 7.2.4.
Into the PHP.ini file I have this:
open_basedir = "C:/"
This is the warning I get loading the website:
Warning: file_exists(): open_basedir restriction in effect. File(C:\Dev\Workspace\trasporto/wp-content/themes/trasporto-childC:\Dev\Workspace\trasporto\wp-content\plugins\td-social-counter/shortcode/td_block_social_counter.php) is not within the allowed path(s): (C:/) in C:\Dev\Workspace\trasporto\wp-content\themes\Newspaper\includes\wp_booster\td_api.php on line 370
The private static function locate_the_file($id = ”) on td_api.php should let the plugins to register themselves paths, but I receive this error and on the row 368 I have:
$child_path = STYLESHEETPATH . str_replace(TEMPLATEPATH, '', $the_component['file']);
I don’t know is a bug of this code, or I have something on the database that is wrong.
VERY IMPORTANT: I can’t re-install everything from a clean installation because the website is on production.
Could you help me to understand why I get this kind of error and in which way I can solve the problem?
Thanks,
Michele Falconi
Hello Antoine,
For more information about which files can be overwritten by the child theme, please check here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/ In principle should work fine.
Thanks for your understanding!
Hello,
This could be because of the time-zone set in WP. Now I can see the latest post just fine: https://ncreview.com.au/2018/04/17/ncr-17-04-2018/
Please make sure you set the correct time zone in the wp settings.
Test this on a default wp theme as well.
As for the slide show gallery it could be a plugins 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!
Hi,
This error only affects the back-end of your site. It will not affect the front-end.
In most cases this is a plugin issue. 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 Syams,
For more information about how you can use the Child Theme and which files might be overwritten with the child theme, please consult our documentation from here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks for your understanding!
Well, I put the php code in the dedicated header-style-2.php after the menu and it is working fine. My question now is can I put the modified header-style-2.php file in the child theme?
Thank you
Hello @Catalin I’m using child theme. Where I must change to?
Hello,
Is it possible to edit the gallery slider theme?
I have found the td_gallery_shortcode function but td_wp_booster_functions.php file cannot be changed form my child theme , so is it possible to use a filter hook that will call similar function from my functions.php file instead the one you provide?
Thank you for your help. In that case which header file should I modify in the Header folder? (there are so many!) Also, I am using the child theme, would it work if I put the modified header files in the child theme?
Thank you
Hello,
The tagdiv composer cannot be used on posts. It can only be used on pages.
If the edit button does not appear, 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 bellendir,
Notice that change should have to be done in functions.php file which can be changed in our future updates and it will be overwritten. You can try using the child theme according to our documentation from here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/ if you want to make some changes to your core files.
Thanks for your understanding!
Template is missing. Standalone themes need to have a index.php template file. Child themes need to have a Template header in the style.css stylesheet.
Even I used FTP to upload the theme they gove me this message
I uploaded just the theme for wordpress
Ok,
We have seen plugins create this issue as well so please disable all plugins except the page builder. 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.
Then test the composer again.
If the issue is still there, please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation.
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!