- 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,
you most likely have a plugin conflict affecting the images.
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,
you can change this with a bit of css:
.block-mega-child-cats{
overflow-y: hidden!important;
max-height: 285px;
padding-bottom: 25px!important;
}
.td_mega_menu_sub_cats{
padding-bottom: 25px!important;
}
Add the code in the theme panel-> custom css box
Thanks.
Hello Fatih,
Make sure that you are using the latest theme packet, downloaded from Theme Forest via FTP way because this is the surest method in this case. Also, notice that Child Theme was fully tested with the theme and should work as expected.
Thanks for the message!
Hello
I have purchased a plugin. “Hero Menu”. The support of that plugin has helped me with installing the menu. He had to implement the menu in my site. Now I’m actually not satisfied with the whole result (bugs). Is there a possibility to reset this to the original header? I have already updated the header.php (both in child theme and in main theme). And it didn’t worked it.
(site: http://www.kustnieuws.com )
Thanks for the help!
Hi,
I watched https://forum.tagdiv.com/the-child-theme-support-tutorial/ but it’s not working. I see this error.
My directory
https://www.screencast.com/t/5haHrEbTm
Error
https://www.screencast.com/t/EduKaYEnD
Thanks,
Regards.
Hello Serd,
I have inspected your source page and I saw that you are using some untested plugins which can interact with the theme core files and which might cause a lot of unknown issues. Also, you should update the theme to the latest version of it which is Newspaper 8.2 because I saw that you are using an old theme version, like 7.8. Try to switch the theme to the main theme because now you are using the child theme and it’s possible to affect some theme’s functionality. Please follow all of these useful steps, clear all the memory caches and check the results. If the problem is still there, you should try making a new fresh install from scratch via FTP way in another sub-domain and see the results. If you cannot resolve this, please send us an email at contact@tagdiv.com with your wp-admin so we can take a closer look at it. Also, provide there the link to this topic so we can quickly identify you.
Hope this helps and let us know how it goes!
Thanks for the message!
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!
Email sent from TagDiv pertaining to this issue (it’s a bug that will be addressed in subsequent release):
Hello,
Upon further investigation I found a css that was causing this issue.
Please add this code in your theme panel-> custom css box:
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
padding-top: 0!important;
}
I will add this to our bug list for future updates.
Thank you!
Bogdan B
Hello,
This is strange, we have no reports of such issue.
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,
If you use visual composer, please disable the tagdiv composer as having both active will cause layout issues.
If the problem is still there without the tagdiv composer, 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,
It seems you have a 301 redirect on the author links: https://www.screencast.com/t/Hr7mh2BH
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,
In the main theme package you will find a file named patch 8.0 to 8.2
That file contains all files changed between 8.0 and 8.2
Those files will need to be added to the child theme
If you seek the file changes from 8.1.2 to 8.2, here they are:
https://forum.tagdiv.com/topic/files-changed-from-8-1-to-8-2/
(this is only if you were up to date until 8.2. if not, use the patch files)
Thank you!
Hello,
Sorry but the child theme implementation in our theme is not automatic. You have to manually install it.
Thanks.
If anyone wants to get Woocomerce product images working with a similar popup to the built-in theme popup you can add the following to you child thems functions file:
add_action( 'after_setup_theme', 'gnn_theme_setup' );
function gnn_theme_setup() {
add_theme_support( 'wc-product-gallery-zoom' );
add_theme_support( 'wc-product-gallery-lightbox' );
add_theme_support( 'wc-product-gallery-slider' );
}
Thanks, But where can I see the detailed filelist. I Need it for changes in the child theme files
In other templates it’s much easier. Sets the archive with the theme, the installation 2 the main and child theme. Activate the child theme in the settings and everything started to work without thinking that there needs to be migrated. Why don’t you do the same?
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!
No,
You do not need to pay for it to work properly. 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 child theme is for advanced users that make modifications in the theme code. I already provided the guide in my previous reply. That guide makes it clear you have to make a copy of the files and keep the folder structure intact.
Please also check https://codex.wordpress.org/Child_Themes
Thank you!
If I make a child theme, the settings of the WordPress need to do active it? Or the main theme to make it active?
Hello sector,
First of all, make sure that you are using the latest theme version installed via FTP way because this is the surest method, in this case, remove all of the untested plugins if you are using something like this, clear all the caches and check the results. Also, if you are using the child theme, switch the theme to the main theme version, remove all of your additional customisations and check the results. Notice that if you are using some untested plugins, most of them might interact with the theme core files and causes a lot of unknown issues.
Thanks for the message!
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,
Unfortunately a child theme is not update proof. A child theme is available in the main theme package. You have to download the full theme package from envato, not just the theme zip file. Please read this guide in order to implement a child theme if you want to make code customization to the theme: https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thank you!
Hello,
Our theme already has nested comments. Here is an example of the default comments functionality in our theme: https://www.screencast.com/t/6RD8UZPfP0k
I’m not sure why your comments are not nested. 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,
What did you change before the images disappeared? do you have updates set to automatic? This is usually an issue. Please try to 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!