- NewsmagChild theme support
- NewsmagWhat’s included in Newsmag theme package
- NewsmagCustom Post Type Support
- NewsmagInstall via WordPress
- NewsmagInstall via FTP
- NewsmagBreadcrumbs
Hi
Thanks for the reply. I’m still unsure on how to call the top menu and set a different menu to it?
I’m using a child theme if that changes anything. I’m calling the code below in functions.php.
I tried this:
function my_wp_nav_menu_args( $args = '' ) {
if( SwpmMemberUtils::is_member_logged_in() ) {
$args['tds_top_menu'] = 'Top-Bar-Menu-Logged-In';
echo "Logged in";
} else {
$args['tds_top_menu'] = 'Top-Bar-Menu-Logged-Out';
echo "Logged out";
}
return $args;
}
add_filter( 'wp_nav_menu_args', 'my_wp_nav_menu_args' );
-
This reply was modified 9 years by
mkastrupsen.
hello,
I have tested both colors you mentioned on my end but they work as expected. I cannot recreate the issue. 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!
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!
thanks, that topic was very helpful in understanding child theme even more clearly.
Can I lose my modifications? (when I update?) I have not made any changes to the theme files itself. The theme files are as they were before, I have only made the social media icons a little bigger using the CSS panel available in the theme panel? rest of the changes are just the arrangement of blocks, grids, logos etc. nothing to fancy.
I may lose these things worries me?
Hi,
It depends on the modifications you make. Please check this topic: https://forum.tagdiv.com/topic/setting-up-child-theme/
Thanks
Hi,
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,
For removing the gradient, you could try a code like this
– https://www.screencast.com/t/2WwLwdIxV9
Enter it in Theme panel->Custom Css
.td_block_big_grid_fl_7.td-grid-style-1
.td-module-thumb a:last-child:before {
display: none!important;
}
For the border I don’t know how exactly you want it to be. You could use something like this for example
– https://www.screencast.com/t/pyKTqI3tO
.td_block_big_grid_fl_7 .td-module-thumb {
border: 1px solid blue;
}
Or create your own code and customize the grid modules the way you want. Use the browser inspector to identify the elements present and their classes and create custom code
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks
Hi Alina,
I have checked your website and I saw that you are using some untested plugins and also, the Child Theme version on your end, right? I suggest you make a full backup to your database and try making a new fresh install from scratch via FTP way because this is the surest method in this regard and check the results. Also, remove all of the untested plugins which can interact with the theme core files and cause a lot of unknown issues and also, switch the theme to the main theme version and see how it works.
Hope this helps and let us know how it goes!
Thanks for your understanding!
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.
Sorry but we do not have installation service to provide.
Thank you!
Hello,
No, making a child theme will not change the theme settings. But if you just want to make css modifications, you do not needs a child them at all. You can simply use the theme panel-> custom code-> custom css box to make you modifications.
Thanks.
Hello,
Maybe there are customizations in your child theme that affect the tagdiv composer, or your child theme is not created properly. Please use this guide to properly create a child theme and mind the customization you add:
https://forum.tagdiv.com/the-child-theme-support-tutorial/
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!
Hi,
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,
A child theme is provided in the theme package. You can use that to customize the theme, without making changes in the main theme files. Please not that not all the theme files can be overwritten by the child theme. If you make modifications to the theme files directly, you will lose them when you update the theme.
Here is a child theme tutorial about how to use it, and which files can be modified with it at the moment
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks
I didn’t create a child theme earlier and have set everything like I needed on the theme. I still have not made any changes to the CSS. Now I want to make changes via CSS, will making a child theme now make it lose all the customization I did on the front end?
As the title says, is this not possible for now? The page disappears once i try to edit it.
Is there a fix for this?
Hello,
I would like some help creating a child theme for my newspaper theme. I’ve been editing my site without a child theme for about a week or so. If I create a child theme now, will I lose any of my progress?
Thanks,
Jake
Hi,
The images need to be cropped, in order for them to display with good results. The theme uses the following cropping system, it is considered to be the best method in most cases
– https://forum.tagdiv.com/featured-image/
Depending on the blocks elements that you use and the image, the results may not be the same in all cases
– https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
When you upload a featured image, the theme will create the necessary thumbnails automatically
– https://forum.tagdiv.com/theme-thumbs/
Each module is different in regards of thumbnail size required. Here you can see how all the blocks and grids look in different layouts
– https://demo.tagdiv.com/newspaper/block-1/
– https://demo.tagdiv.com/newspaper/big-grid-1/
– https://demo.tagdiv.com/newspaper/full-big-grid-1/
There is no option by default in the theme to change the way the cropping implementation works. It could only be done by modifications to the theme files
– https://forum.tagdiv.com/api-thumbnail-introduction/
It is worth mentioning that these modifications will have to be made to the main theme files, it cannot be done through a child theme.
Thanks
Hi, I would like to replace the word “Author” with Presenters, where can I change in the files. I do have a child theme.
Hi,
You just need to follow the suggestions from those topics and it should work properly. For example the code provided by Alin. You can use that to replace the default author code in the post template file you want
– https://www.screencast.com/t/uhvfC4hNoUa
I have tried it using post template style 1 and a child theme
– https://www.screencast.com/t/7f5aVQ3v1kX
The result is like this
– https://www.screencast.com/t/5Nkuzp0aSGR
For some alignment I used a code like this
– https://www.screencast.com/t/axaKRfyyI
The modification to the post template files can be made in the child theme. The template file that you want to modify simply needs to be copied in the child theme folder (other files may need a similar folder structure as in the main theme).
More information about the child theme here
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks
Hi, could someone please give me any hints with implementing Co-Authors Plugin into a theme, since I am not too savvy. I also need more than one authors to show up in posts (I see that there is a great deal of people looking for that function, so it might be good to implement in further development).
So, please, I have a few questions, and am writing based on 2 posts I have found here:
https://forum.tagdiv.com/topic/multi-author-on-post/
https://forum.tagdiv.com/topic/co-authors-in-newspaper-6/
1. Do I need to put the code into activated child theme? I mean, if I modify some templates, they will probably get re-modified after theme updates. Or am I wrong?
2. If I need to put modified files into child theme, where should they be stored? In the root directory of a child theme or in the same sub-directory? Will they be automatically read instead of those un-modified files in the theme folder?
3. This goes to anyone who has successfully implemented the Co-Authors Plugin – could you help any further with advice for us who are struggling with it, it would be very much appreciated 🙂 @soundstrat @kpwebteam
Thank you all in advance!
Igor
Hello,
I have just tested the list menu as well as block header 8 and it seems to work properly: https://www.screencast.com/t/bM8gter5d
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,
We are using a child theme from Newsmag version Versie: 2.3.7.1480749982 and want to use the Megamenu’s and weather items . But there are no possibilities to chose for a megamenu on the menu list like on your page https://forum.tagdiv.com/newsmag-mega-menu/ or for the other items like weather.
I disabled all plugins and cleared the cache. I don’t use a child theme and I didn’t add any custom code. It’s a brand new website with just some SEO and security plugins (which I disabled).