- 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,
The results should be consistent on each browser. Please also test our official demo in your browsers: https://demo.tagdiv.com/newspaper/ and see if the menus change. If they don’t, 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 functionality of the theme.
Thank you!
Hello,
I need to add the Facebook comments system to the theme. Currently I am using a child theme.
I uploaded the comments.php (Newspaper/includes/wp_booster), with the Facebook comments code, file in my child theme’s root but the theme keeps loading the default comments code. Here is the code I was forced to put in the Newspaper/comments.php file:
<div class="comments" id="comments">
<h4 class="block-title" style="margin-top: 0px;"><span>LASCIA UN COMMENTO</span></h4>
<div class="fb-comments" data-width="100%" data-order-by="social" data-href="<?php the_permalink(); ?>" data-numposts="5" data-colorscheme="light"></div>
</div>
P.S.: I hope this topic is not somehow related to https://forum.tagdiv.com/topic/mobile-theme-stopped-working/
Thanks.
See the theme docs and ‘tutorials’ section for tips on how to optimize your site for final deploy.
Any theme with complex CSS pre-builds, Visual Composer, and multiple options, will be “heavier” than a simple blog theme. Normally you determine your design choices, then optimize.
see
https://forum.tagdiv.com/the-child-theme-support-tutorial/
https://forum.tagdiv.com/how-to-make-the-site-faster/
https://forum.tagdiv.com/best-of-forums/
( I don’t work here. )
-
This reply was modified 9 years by
simchris.
Hello,
I have tested the custom menu but it works fine on our end. Please make sure you clear all caching on your site and contact your host and have them disable any hosting side cache they might have in place.
Plugins can also interfere so 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 functionality of the theme.
Thank you!
I was able to find how to do it, I added the code to the theme’s function.php file. Would you be able to guide me as to how i would add it to the child theme so not to lose it with the update?
Thank you.
I added custom taxonomy (Wrote code in newspaper child theme functions.php)
Now I want to add taxonomy filter in Block Filter Settings (Visual Composer element created by newspaper theme).
Can you please guide me how can I add taxonomy filter for all Blocks?
https://drive.google.com/file/d/0B9HAxPYelymTXzZ2MW56cnRON3M/view?usp=sharing
Thank you in advance
Hi.
I want add custom setting block at Newsmag Option Admin Panel.
I’m using Child Theme.
I have next file structure:
/themes/Newsmag-child/includes/td_config.php
I copy td_config.php from parent theme and past next code
if (is_admin()) {
/**
* generate the theme panel
*/
td_global::$all_theme_panels_list = array (
'theme_panel' => array (
'title' => TD_THEME_NAME . ' - Theme panel',
'subtitle' => 'version: ' . TD_THEME_VERSION,
'panels' => array (
............
<strong> /*Send info button*/
'send-info' => array( // SEND INFO custom button
'text' => 'SEND INFO button',
'ico_class' => 'td-send-info',
'file' => td_global::$get_template_directory_uri.'/includes/wp_booster/wp-
admin/panel/views/td_panel_send_info.php',
'type' => 'in_theme'
)</strong>
................
)
)
);
/themes/Newsmag-child/includes/wp_booster/wp_admin/panel/views/td_panel_send_info.php /*I create new file*/
But nothing happened. New setting block is not in admin panel.
What I do wrong?
Thanks,
Julia
Hello,
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 functionality of the theme.
Thank you!
Hello,
This could be a plugin conflict so 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 functionality of the theme.
Thank you!
Hello,
It could be a faulty WordPress install, a faulty theme install or even a faulty visual composer install. That is why Catalin suggested a fresh install of the theme and visual composer. Make a back-up of your install, then remove the theme and all theme plugins. Then install the theme using this guide: https://forum.tagdiv.com/install-via-ftp/ and then install visual composer from the theme plugins section of the theme panel.
The number one cause of crashing websites are untested third party plugins and user customization/optimization.
The images not showing is a key factor to your problems This is a sign of a js error that can be caused by your plugins or your customization if you have any.
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 functionality of the theme.
The theme is not compatible with all plugins. The only tested and recommended plugins to use with our theme are these ones: https://www.screencast.com/t/WTlQNETEHVZ
Any plugin that is not on that list is not tested and could potentially create problems on your site so when you encounter any issues with the theme you should be aware you use untested plugins and should check those first.
Thank you!
Hello,
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 functionality of the theme.
Thank you!
Hello,
the mobile theme is not working anymore and I don’t know the reason. I’ve already tried the following steps with no results:
1) disabling all the plugins (WP Super Cache included) except the VC and mobile theme plugin
2) clearing my browser’s cache
3) switching to the main theme (from the child theme)
Hi,
When you update the theme the usual way, you will lose any modifications made directly to the theme files. You can use a child theme for modifications, and when an update is available check what was changed and which files are affected, so you can make the proper adjustments in the child theme code if needed. The files are served through the child theme if it is active, and the update will not replace nothing regarding the child theme. Also you can make backups to your website so you will have a solution if something does not have the desired result, or something goes wrong, or even export the theme settings – https://forum.tagdiv.com/import-export-theme-settings/
Thanks
Hi,
There seems to be something wrong with the page and the elements in the structure. I can see that the error message is not present but so is the Big Grid. Please note that all the Visual composer elements are working properly with the default theme. This means that theme customization like custom code in Theme panel, code added to the theme files or a child theme could cause this, so please check this if it is needed. Also as it is usually the case, plugins could be to blame.
You can try to disable all your plugins except Visual composer, clear any caching installed, then try and create a page and add a Big Grid to see if the problem is still there. Please let us know if this advice fixes this issue.
Thanks
Hello, I feel my English, I will try to be more concrete. I do not modify a file in the child theme. There is a main theme and some customizations that are copied to the child, what I want to know is if the theme has all my customizations of styles in the ftp within the theme, because I understand that being so having a child theme, in a main theme update will never miss the look and style. Or if, on the other hand, it saves some type of customization within the main database and can be affected in some update.
Thank you
Hello,
This could be a plugin conflict so 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 functionality of the theme.
Thank you!
Hello,
This could be a plugin conflict so 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 functionality of the theme.
Thank you!
Hi,
Plugins can also affect the settings so 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 functionality of the theme.
Also please increase your system status parameters: https://forum.tagdiv.com/system-status-parameters-guide/
Thank you!
Hello,
This could be a plugin conflict so 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 functionality of the theme.
Also please increase your system status parameters according to this guide: https://forum.tagdiv.com/system-status-parameters-guide/
Thank you!
Hi,
I have tested the Big grids used in the category pages top posts style, but I do not see the problems you mention. The error appears when using a Big grid on 1 or 2 columns, and is displayed only for pages being built in Visual composer. The category templates are already defined here – https://www.screencast.com/t/f4vNmPnb and the Big grid is placed accordingly by default. The category pages are not available for editing in Visual composer. Maybe you have made modifications to these templates directly, or through a child theme that is causing the error you get on the category page, because there is no need to modify the file in question, as everything works the way it should by default.
Thanks
Hi Bogdan,
Thanks for your message.
I’ve already found the issue – I’ve deactivated the power menu’s plugin and the issue is gone.
So this problem has nothing to do with the child theme or custom code.
So, case closed! 😉
Hello,
This could be a plugin conflict so 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 functionality of the theme.
Let us know how it goes
Also test on a wp default theme and see if the menus still jump they way they do now.
Thank you!
Hello,
Sorry but you will have to be more explicit. I assume you are trying to avoid losing your customization after updating. Unfortunately there is no update proof method to alter the theme files. A child theme is not update proof. If the file you have modified in your child theme gets updated and changed, you will be serving the old code from your child theme when the theme requires the new code to work. In this case you will have to copy over the new file and apply your customization again to your child theme.
Thank you!
Hi,
I’m building a new website for my client, based on the Newspaper theme.
The license of this website isn’t activated yet (I’ve already bought it), I will activate this theme when the website is on the right domain. Or isn’t the license-system based on the activation on the right domain?
You can visit the website on the ‘development’ website, http://webcook.nl/vakbladvroeg
When your visit the homepage, the ‘home’ menu-item isn’t visible on the menu bar. When you visit another menu-item from the menu-item (for example ‘agenda’), home is gonna be back in the menu-bar and the ‘agenda’ menu-item is gone.
Do you guys has a solution for this problem?
The theme has a child theme right now, I’ve already changed the theme to the normal ‘newspaper’ theme, but this problem isn’t solved with those change.
Thanks!
Hi, I have a question:
If we have a child theme created, to avoid that in the acutalizations of the theme are overwriting the customizations, it may be that in this case the theme save changes in the database of the engine that can be updated with an update of the theme itself.
Thank you