- NewsmagChild theme support
- NewsmagWhat’s included in Newsmag theme package
- NewsmagCustom Post Type Support
- NewsmagInstall via WordPress
- NewsmagInstall via FTP
- NewsmagBreadcrumbs
Hello! So by default, I know the header search bar searches the local wordpress. Now what if I want the header search bar to search a different website? For example, the website is http://a.com and there is a header search on it, but I want for when users type something into the search bar, it sends the request to http://b.com/searchstring?={whatever the user typed into the search bar} instead? Before the 9.7 update, I just used a child theme to replace the header: /parts/header/header-menu.php, but now with the new rules…apparently that doesn’t work anymore. I even tried making the changes in the Newspaper core files, but it wouldn’t take either. So I’m looking for a solution that wouldn’t break if there are Newspaper theme updates. Thanks!
Speaking of child themes, they used to be available for download. The latest version is 7.0c What gives?
Hi Team,
I tested but I decided not to use the Mobile Theme as I would have to rebuild my entire website (which is not an option right now).
We started to use Mega Menu feature (which is quite nice), but as it doesn’t load on mobile, we would like to have different menus from desktop and mobile.
Is there a way to accomplish that?
The only other way I can think of is via functions.php using child theme… but I’m not very clear on what needs to be accomplished if I use that way.
I searched on the forums and I might do something like this:
if ( wp_is_mobile() ) {
wp_nav_menu( array( 'menu' => 'mobile-menu' ) );
} else {
wp_nav_menu( array( 'menu' => 'desktop-menu' ) );
}
Please advise.
Hi,
Please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, also if you are using child theme or cache plugin, please deactivate them, clear all cache and try again.
Thank you!
Hello,
Maybe i’m wrong…
I needed the same thing – for the whole site… – The option is (unfortunately) missing but you can get it through the code
important >> In YOUR CHILD THEME
1 – Create a folder > name it “includes”
2 – Create in this folder a folder > name it “wp_booster”
3 – COPY the file “td_module_single_base.php” (from the “wp-booster” folder in “includes” folder from Newspaper theme) in your child-theme folder “wp_booster”
4 – FIND line 916
$next_post = get_next_post();
$prev_post = get_previous_post();
5 – TURN IT to
$next_post = get_next_post(true);
$prev_post = get_previous_post(true);
It works for me (?)
Hi,
Please make sure that the theme was installed correctly -> https://tagdiv.com/how-to-install-newspaper-theme/
Please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, also if you are using child theme or cache plugin, please deactivate them, clear all cache and try again.
If there is still a problem, please provide me a link were I can inspect this problem.
Thank you!
I’ve seen all those links before. All I was asking for is a list of changed files from version 9.6.1 to version 9.7 (not the one from 9.7 to 9.7.1). Where I can find it?
Because I’m sure, that besides moving the files, there are some changes in the code of the files used by my child theme. Can I see the changelog, please?
Hi,
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
When tagDiv Composer is not working -> https://forum.tagdiv.com/tagdiv-composer-not-working/
Please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, also if you are using child theme or cache plugin, please deactivate them, clear all cache and try again.
If there are still a problem please remove the theme and reinstall the theme via FTP.
Let me know how is works!
Thank you!
Hi,
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
WP_MEMORY_LIMIT try to increase it at least to 256mb.
Also please check the php version to be 7-7.2
You need to access your host and use this code in your htaccess file:
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
When tagDiv Composer is not working -> https://forum.tagdiv.com/tagdiv-composer-not-working/
Please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, also if you are using child theme or cache plugin, please deactivate them, clear all cache and try again.
If there are still a problem please remove the theme and reinstall the theme via FTP.
Let me know how is works!
Thank you!
Hi
I have updated to 9.7.1 on a staging site and have turned on mobile theme and AMP.
However, I only see the AMP option in the WordPress menu if I disable my Child Theme. Reading through other comments here, it seems that this is common / required in order to use AMP menu settings. I have disabled all non Newspaper plugins and still the same.
Am I right in thinking that I cannot use a Child Theme and AMP together?
Thanks
Mike
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 @themesic
Try this-
1. Disable Child theme
2. Enable default theme (Twenty Nineteen) or any other.
3. Now enable Newspaper theme (not a child theme).
4. AMP will work now.
If you see More article block at the end of the AMP page then you need to disable More article box option from theme panel. Refer: http://prntscr.com/nf7d64
Hope this will help you. All the best!
Hello @giacomolaw
Try this-
1. Disable Child theme
2. Enable default theme (Twenty Nineteen) or any other.
3. Now enable Newspaper theme (not a child theme).
4. AMP will work now.
If you see More article block at the end of the AMP page then you need to disable More article box option from theme panel. Refer: http://prntscr.com/nf7d64
Hope this will help you. All the best!
Hello, I am a recent user in this community. Until now what I have seen is an excelent support by tagDiv and tagDiv always answering. But after this child theme issue I am concerned.
It appears that you released the update with no worries about child theme as it is barely mentioned on your solution article. Please check for the ‘child’ word in that article too see.
I think we all have clear the envato reason but not at all the tagDiv solution.
Regards
So pls write a document as to how to child theme the plug-in or whatever necessary to make it work.
Because what you are telling us right now is No More Customization – is it not?
So what all your paying!!! clients with customizations would do?
And pls stop copying your useless excuse note all over the forum and give us some operational advice pls.
-
This reply was modified 7 years by
raqy.
Hello,
We are not getting this on any of our testing platforms so we cannot recreate it. If it was a theme issues, we would also have been able to detect it, but since this is not the case, I suspect there is an external cause for this.
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.
Alternatively, if you did not replace all of the theme files we recommend you do so now. Delete all of your theme file structure as it was changed in the latest version.
Make the update the proper way by deleting your theme and installing the latest version as shown here: https://forum.tagdiv.com/how-to-update-the-theme-2/
Thank you!
Hello,
Most of the theme files were moved into the tagdiv composer plugin as per the requirements of envato: https://help.author.envato.com/hc/en-us/articles/360000472383-WordPress-Theme-Requirements.
We wrote an article on the subject here: https://tagdiv.com/updating-the-core-of-tagdiv-themes/
Moving forward with such requirements, a child theme will only work with functions.php, style.css and the few files left in the main theme folder as envato requires all functionality to be added through plugins.
Sorry for the inconvenience and thank you for understanding.
Hello,
Most of the theme files were moved into the tagdiv composer plugin as per the requirements of envato: https://help.author.envato.com/hc/en-us/articles/360000472383-WordPress-Theme-Requirements.
We wrote an article on the subject here: https://tagdiv.com/updating-the-core-of-tagdiv-themes/
Moving forward with such requirements, a child theme will only work with functions.php, and style.css as there are very few files left in the main theme as envato requires all functionality to be added through plugins.
Sorry for the inconvenience and thank you for understanding.
Nope, still doesn’t appear when I deactivate the child theme.
Hello,
The new theme update made a few changes to the folder structure.
Most of the theme files were moved into the tagdiv composer plugin as per the requirements of envato: https://help.author.envato.com/hc/en-us/articles/360000472383-WordPress-Theme-Requirements.
We wrote an article on the subject here: https://tagdiv.com/updating-the-core-of-tagdiv-themes/
Moving forward with such requirements, a child theme will only work with functions.php, style.css and the few files left in the main theme folder as envato requires all functionality to be added through plugins.
You can find the files needed inside the tagDiv Composer plugin folder.
Sorry for the inconvenience and thank you for understanding.
Hello,
Most of the theme files were moved into the tagdiv composer plugin as per the requirements of envato: https://help.author.envato.com/hc/en-us/articles/360000472383-WordPress-Theme-Requirements.
We wrote an article on the subject here: https://tagdiv.com/updating-the-core-of-tagdiv-themes/
Moving forward with such requirements, a child theme will only work with functions.php, style.css and the few files left in the main theme folder as envato requires all functionality to be added through plugins.
Sorry for the inconvenience and thank you for understanding.
Hello,
Most of the theme files were moved into the tagdiv composer plugin as per the requirements of envato: https://help.author.envato.com/hc/en-us/articles/360000472383-WordPress-Theme-Requirements.
We wrote an article on the subject here: https://tagdiv.com/updating-the-core-of-tagdiv-themes/
Moving forward with such requirements, a child theme will only work with functions.php, style.css and the few files left in the main theme folder as envato requires all functionality to be added through plugins.
Sorry for the inconvenience and thank you for understanding.
Hi,
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
WP_MEMORY_LIMIT try to increase it at least to 256mb.
Also please check the php version to be 7-7.2
Please check if the WP-debug is set to false in the WP-config file, then check if the warnings are removed.
Please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, also if you are using child theme or cache plugin, please deactivate them, clear all cache and try again.
Let me know how is works!
Thank you!
Эта ситуация возникает в 9.7 и 9.7.1 когда активируешь дочернюю тему.
Жду когда починят.
——————-
This situation arises in versions 9.7 and 9.7.1 when you activate a child theme.
I’m waiting for when they fix it.
Since the update, I can not use my modifications saved in the child theme. I have added on all modules on the frontpage the get_views. I really want this to be selectable just like the get_comments. For now, I have to do all the changes again at each td_composer plugin update. Could this be done in an easier way?