- NewsmagChild theme support
- NewspaperChild Theme Support
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewsmagWhat’s included in Newsmag theme package
- NewspaperHow to Update the Newspaper Theme
- NewspaperWhat’s Included in the Newspaper Theme Package
- ApiThe Theme API
- NewspaperFlex Block Settings Guide
- NewspaperPrimary Category: Build a hierarchy for your website
- NewsmagCustom Post Type Support
- NewsmagInstall via WordPress
- NewsmagInstall via FTP
- NewsmagBreadcrumbs
- NewspaperBreadcrumbs
- NewspaperHow to Install Newspaper via FTP
- NewspaperHow to Install Newspaper via WordPress
Hello,
@Olya in the new update VK and linkedin are part of the social icons provided by the theme. The above method will not work anymore in the new version.
@buddymantra please clear your cache and purge cdn files. If you use a child theme please switch to the the default theme.
Thanks
Hi,
Please clear all your caches and purge your files if you use CDN.
Also if you use child theme please switch to the main theme and see how it goes.
Let us know.
Thanks!
Hi,
I have updated to the recent update of this template to my wordpress website.
Home page design is breaking and some time default wp theme is loading.
Please check http://www.worldofchildren.in website.
Kindly assist me in fixing this problem.
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.
Let us know if the author link still does not link to the author name
Thanks.
Hello,
Please make sure you use the latest version of the theme (8.5.1) if not please use this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/ and then please disable and delete the multi-purpose plugin and then install it again from the new theme package you download from envato.
Also 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 Bogdan, in fact there was a bit of a confusion back there, I am going to grant you access, but could we please focus on a much more pressing issue: the one related to the theme panel. It does not work at all and have tried all the workarounds that are suggested in the forums… Disactivating plugins, unistalling / reinstalling child theme, newspaper’s landing page editor (or what’s it’s name, can’t remember right now)…. Nothing seems to do the trick 🙁
Thank you
Hello,
This most likely is caused either by plugins or by blocked files from your host.
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 contact your host and ask for any blocked files on your install. A common file getting blacklisted is admin-ajax.php as there are many requests to this file.
Thank you!
I have the problem that I can not switch from the child theme to the parent theme. If I want to enable the parent theme, I get the following message
Are you sure you want to do this?
Please try again.
Moving to other themes works fine
I downloaded the latest FULL version of the theme not just the WP files – if you unzip that and go into the ‘code’ folder you will see the child theme. Zip/Compress just the child theme and uploaded it.
After both the 8.5.1 and the 7.7c are installed – then remove and reinstall the Multi-purpose plugin….
Good luck!
-
This reply was modified 8 years by
scoophk.
hello same issue here….
scoophk said: “WORKING NOW!
Deleted the Multi-purpose plugin and reinstalled it – now with 8.5.1 & Child theme 7.7c – the background color of the Theme Panel changed and all buttons are working and there is now a sticky ‘Save Settings’ button!”
Yay!
where can I find that version of child theme?
-
This reply was modified 8 years by
guaser.
WORKING NOW!
Deleted the Multi-purpose plugin and reinstalled it – now with 8.5.1 & Child theme 7.7c – the background color of the Theme Panel changed and all buttons are working and there is now a sticky ‘Save Settings’ button!
Yay!
Same issue here – disabled and deleted Multi-purpose plugin and reinstalled it – Theme panel is still not working – cannot change the logo and if I add a link to change the uploaded logo or change the blog name (using default demo) it shows but there is no save changes or update button to keep this…. cannot remove or change the logo or colors using any of your buttons…. I AM using your child theme….. that came with 8.5 tho it says it is 7.7….. Deleted & re-installed now at 8.5.1 child theme 7.7c…. same problems nothing works…..
Help – TY!
-
This reply was modified 8 years by
scoophk. Reason: updated the theme to 8.5.1
Hello,
I;m not sure what you mean with generating lots of time but it could be plugin related or memory allocation related. 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 use this guide to increase your memory: https://forum.tagdiv.com/system-status-parameters-guide/
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!
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,
I could’t say if there are any plans to make tests with the theme in a multisite configuration. If you tested and the issue is still happening with a default theme, then the problem is caused by something else. Try removing all plugins as a quick test, except theme plugins. Check modifications made to WordPress or theme files or custom code, deactivate child themes used. Maybe you can identify what exactly is causing this.
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,
Please check the official child theme documentation: https://forum.tagdiv.com/the-child-theme-support-tutorial/
Please check this topic for a more complex explanation: https://forum.tagdiv.com/topic/setting-up-child-theme/
Thank you!
Hi,
1. A code like this will remove the author post count, in the author page
– https://www.screencast.com/t/REyecg72Z6W6
.td-author-page .td-author-post-count {
display: none;
}
Or you could remove it in the code directly (or through a child theme if used)
– https://www.screencast.com/t/SgBp0hFqpyCj
2. I could give you a CSS solution to style the block title similar to block header style 6, it would look like this
– https://www.screencast.com/t/cdOrdxzw
– https://pastebin.com/simQByEy
3. For the tag pages – https://www.screencast.com/t/mmAnUamqcl
– https://pastebin.com/dJHvL7CN
Thanks
Thanks.
What is the changelog of child theme?
I do not see any advice about the child theme.
Hello,
Unfortunately the files in your child theme will have to be updated as well and the customization re-applied as a child theme is not update proof. Please update your theme to the latest version by using this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/ and then re-create your child theme with the current theme files and re-apply the customization.
Thank you!
Hello,
Please make sure the child theme has a css file added to it. Use the one that is provided in the main theme package under the code folder. The style.css of the child theme is different than the one on the main theme. Please use the one provided in the theme package.
Thank you!
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,
The post template files can be customized through a child theme
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
So you could copy the template file there and modify it safely.
Thanks
Hello,
The background markup is missing entirely from your category page. 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 you still have trouble with the background without plugins 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!