Hi,
There will be no problem using the child theme provided in the theme package, we will modify the version in the future update, however this will not affect the child theme functionality in any way.
There was an issue similar to what you are describing, in the previous theme version. It is fixed in the latest theme version. Please update the theme
– https://forum.tagdiv.com/how-to-update-the-theme-2/
Update the theme plugins as well, specially the multi-purpose plugin. Then there should be no more problems. Let us know otherwise.
Thanks
edit single.php under themes/Newspaper/mobile/
*note this fix cannot be done in a child-theme, if youre using a child theme, edit the single.php thats in the actual theme
this is what i did, see below
<div class="td-module-meta-info">
<?php
if ( function_exists( 'coauthors_posts_links' ) )
?>
<div class="td-post-author-name"><div class="td-author-by">By
<?php coauthors_posts_links(); ?>
</div></div>
<?php //echo $td_mod_single->get_author();?>
<?php echo $td_mod_single->get_date(false);?>
<?php echo $td_mod_single->get_comments();?>
<?php echo $td_mod_single->get_views();?>
</div>
I have bought your theme about 1 month ago.
I uploaded the “Child Theme” which is included in your package via FTP to my server.
When I select the “Child Theme” in the WP-Admin.interface, the child-theme is named “Newspaper 7 Child theme” and “Version: 7.7c”.
When I do activate the “Child Theme” and then go to the “Theme Panel”, then the Theme Panel is in grey color and de-activated, meaning it is not possible to work in the “Theme Panel”.
How do I activate or create a “Child Theme” from the Theme-version 8.5 ?
Many thanks for your help!
Hi,
Then you could modify them all at once with custom code
– https://www.screencast.com/t/Ldi4u1OW
.td-page-content p, .td-post-content p, .wpb_text_column p, .td_block_text_with_title p, .woocommerce #tab-description p, .mce-content-body p {
margin-bottom: 13px;
}
Use the code in either in theme panel custom code, or child theme stylesheet.
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!
I’m trying to update a shortcode for a child template, its posible customize a custom shortcode on a child-theme folder like visual-composer with vc_templates ¿?
Like this https://wpbakery.atlassian.net/wiki/spaces/VC/pages/524294/vc+set+shortcodes+templates+dir
Thanks !
Hi,
Mobile theme folder files cannot be modified through the child theme, at the moment. If you want to make modifications to these files you will have to make them directly in the main files.
For custom CSS there is a section in the theme panel specifically for the mobile theme
– https://www.screencast.com/t/slgS78vtc2L
Thanks
Hello,
You are clicking on the column not on the image box element. The screenshot shopws the row column settings.
If you cannot select the image box, you probably face a plugin 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,
You could modify the number of products for the shop page here, in the main theme
– https://www.screencast.com/t/7e8feQoitOS9
Or if you have a child theme in the child theme functions.php, a code like this will work
– https://docs.woocommerce.com/document/change-number-of-products-displayed-per-page/
Thanks
Hi there!
Does mobile theme working through the child theme? Not responsive variant but mobile theme of installed mobile plugin. I’ve made the same structure in child theme as in basic Newspaper variant: Newspaper-child – mobile – style.css, changed some style there but any changes in reality. Mobile theme in virtual device (Google Chrome: F12 – Ctrl/Shift+M) uses style.css from basic Newspaper theme (in real device the same situation).
Thanks for answer!
Not completely sure if this hardcode will throw other errors but if you locate newspaper/includes/wp_booster/td_social_sharing.php and comment out lines 75 – 82 this appears to effectively disable the social icons being hidden behind the + sign on firefox. I’ve been testing but it appears to have worked for now. If you use a child theme you can place this change there. or re-implement the hardcode each time you update the theme.
Hi,
Ideally the posts would have featured images set, so each post can have a thumbnail created. Through the child theme I can’t think of a way to change the default placeholder images.
Either replace them in the main theme folder as mentioned before, or create a similar folder in the child theme and modify the path where they are called here
– https://www.screencast.com/t/ZXfVRvYQOxW
Unfortunately the td_module file is not supported to be modified in the child theme, so this modifications will have to be made again probably, after updating.
Thanks
Hi,
A mega-menu item present on desktop will be displayed like this on mobile
– https://www.screencast.com/t/XhMrxTxjDp
– https://www.screencast.com/t/7qftMx682QeI
Mega-menus will not be displayed on mobile, instead they are converted to simple drop-down style, not removed. The only option to have a different menu entirely on mobile, would be the mobile plugin. This will add the option to set a different menu
– https://www.screencast.com/t/eewYzrdkK
If you are still missing the option to create a mega-menu here
– https://www.screencast.com/t/5yhzwRVS
And you tried deactivating all plugins except theme plugins, checked custom code or functions added in the theme files, custom code sections or through a child theme, then please send us an email at contact@tagdiv.com and provide admin login information. We will take a look. Also paste a link to this topic in the email.
Thanks
Hi,
Indeed, this customization can be made through a child theme. Files from the shortcodes folder can be modified through a child theme
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks
Hi,
If you keep replying in the topic this will only delay the response, we answer from oldest to newest. Please try to provide all the details in the initial post, or as the topic progresses.
That is a mega-menu with sub-categories, that is how it functions. The users will hover the sub-categories and posts from theme will be presented on the right.
There is a mega-menu without categories, like this
– https://www.screencast.com/t/mfcUuir8
This menu will not display sub-categories on the left, it needs a category that does not have any, this is a guide
– https://forum.tagdiv.com/mega-menu/
I could give you a code to hide the sub-categories as well, like this
– https://www.screencast.com/t/dZHJJwDDs
.td_block_mega_menu .block-mega-child-cats a:not(:first-child) {
display: none;
}
This code will apply to all the mega-menus you have, it could be made more specific but I would need a link to your website if possible. Enter it in Theme panel->Custom CSS.
Thanks
If there are images there you can also use ‘Auto Post Thumbnail’ plugin to select the first one to be featured image.
@Simion C. If you replace any of the placeholder images surely these will be over written during a theme update. Yes we can use a child theme but it is a bit more complicated when you replace images in an existing path name. I’m guessing there is a way to do this by loading that image folder separately. Any tips please?
Hello JA_Maxime,
Unfortunately, the child theme does not work to overwrite the files for Woocommerce, sorry! Please check here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks for your understanding!
Hi everyone…
I fixed the problem… you just need to rename your child’s theme folder to “Newspaper-child” and thats all… it will run again with your child theme…. (don’t know why, but it works for me)
Thanks Simon, I’ve just tried and it works fine. Just another suggest if you can. I’m going to get a child theme, does it work at the same? Anyway, now I try.
We disable all plugins, clear cache no cdn files we are using. no child theme we are using and no custom code we had inserted.
When you open website on right hand side there is some blocks like
वीडियो न्यूज़, वायरल न्यूज़ and even more block next button not working. where we can share our wp login details so that you can check from your end.
We don’t find any problem from our side.
waiting for quick reply
Hello,
I would like my site to use the woocommerce css in the child theme. I copied the file style-woocommerce.css in the folder / www / wp-content / themes / Newspaper-child / woocommerce but it does not work.
I tried modifying the .single-product .product_title class and putting font-size: 48px; to test.
Can you help me ?
Thank you
I fixed this by using the Newspaper-child theme where I created an attchment.php file and then put in code to redirect to homepage.
Hi,
The Yoast SEO setting will work for images that are attached to posts, please see this guide from Yoast
– https://kb.yoast.com/kb/redirect-image-attachment-urls/
There are many guides and methods online to redirect or maybe even disable attachment pages, if this is required for you.
There is a child theme provided in the theme package, you can use that to customize the theme
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Note the theme also has custom code sections in the theme panel, for minor theme customization.
Thanks
Hello,
We have seen the menu option be removed by plugin before so i think it’s safe to say it is a plugin 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!
Hello,
This is most likely a plugin 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!