- 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,
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.
You can try to increase your loading speed by using this guide: https://forum.tagdiv.com/how-to-make-the-site-faster/
As a note on speedbooster: https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
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!
Can anybody let me know if all this can be done in the child theme? So that after the theme update fb comments are not lost ?
Just wanted to ask if I need to include single templates, smart lists, modules, headers, blocks, block template, category template, etc in the child theme folder in cpanel?
As detailed here:
https://forum.tagdiv.com/the-child-theme-support-tutorial/
And also I have changed the layout of the template, will I lose that once I activate my child theme? will I have to do all that again?
Hello antoniskat365,
Plese, notice that the td_config.php cannot be overwritten via a child theme. For more information about our child theme support, please check here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks for the message!
Hi,
It would be helpful if you could provide a link to your website, so we can inspect the issue.
You can try as a first step to deactivate all the plugins, except then ones that are included in the theme package. Switch to the main theme if you use a child theme. Check any customization of modification to the theme files, that you might have made.
Then verify if the problem is solved.
Thanks
Hi,
Please try and update the theme using this guide
– https://forum.tagdiv.com/how-to-update-the-theme-2/
The surest method is by FTP. Follow the advice from the guide and make backups before updating the theme.
Update the plugins that are included in the them package as well. Switch to the main theme if you are using a child theme, as the code might need adjustments after updating.
If you made modifications to the previous theme files, you might need to make them again if needed.
Thanks
Thank you Catalin!
I can now see all the subcategories in the Mega menu, now but i have another question.
In my website i use the newspaper child theme. When i put the changed “td_config.php” file to the folder “Newspaper-child/td_config.php” or “Newspaper-child/includes/td_config.php”, the changed file is not being read. It is being read only if it is in the main theme folder.
Do i have to put the changed file “td_config.php” somewhere else in my child theme, or it MUST be in the main theme?
Thank you in advance.
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!
Its true, if you look into the childtheme that ships with 8.0 it states:
Newspaper V6.3+ Child theme – Please do not use this child theme with older versions of Newspaper Theme
However…
the child theme from 7.8 states:
Newspaper 7 Child theme – Please do not use this child theme with older versions of Newspaper Theme
The only difference in the code is 7.8 has ‘c’ the new one does not. is this important?
7.8 –>
wp_enqueue_style('td-theme', get_template_directory_uri() . '/style.css', '', TD_THEME_VERSION . 'c' , 'all' );
8.0 –>
wp_enqueue_style('td-theme', get_template_directory_uri() . '/style.css', '', TD_THEME_VERSION, 'all' );
-
This reply was modified 9 years by
boomtastic. Reason: English was fine. Was thinking of another post
Hello, I just activated the child theme and copied the file into the specified folder, thank you for your outstanding support!!
Love this theme, great job!!
I see that is the case, this guy was a bad call. it really affects many sites I build with your theme and lost traffic because of it. I need a permanent solution so I can update, the child theme is too complicated. this is not ok…
salochary, you can use a child theme and you don’t have to make it every time you update.
Hi,
The files from the shortcodes folder can be modified through a child theme as well. That way you would not need to make the modification again, after updating the theme.
More information about the child theme here
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks
Hi,
These are the all styles possible with Big grid 3
– https://demo.tagdiv.com/newspaper/big-grid-3/
There is no option to change the predefined colors, only with custom code. A code like this one for example, where you can define the colors you want for each module. It will
– https://www.screencast.com/t/vFfB6pjEqu
.td-grid-style-2 .td-big-grid-post-0 .td-module-thumb a:last-child:before {
background: blue;
}
.td-grid-style-2 .td-big-grid-post-1 .td-module-thumb a:last-child:before {
background: red;
}
.td-grid-style-2 .td-big-grid-post-2 .td-module-thumb a:last-child:before {
background: green;
}
.td-grid-style-2 .td-big-grid-post-3 .td-module-thumb a:last-child:before {
background: white;
}
You can modify the colors as you want, and maybe set more complex background properties in the code
– https://www.w3schools.com/css/css3_gradients.asp
The code must be entered in Theme panel->Custom code, if you decide to use it.
Please note that replying in your own topic before an answer is provided, will only make the topic newer. We answer from oldest to newest, we also try our best to provide answers as soon as possible.
Thanks
http://php54.indianic.com/thermalprocessing/
– I did all below things but still theme mega menu not working.
– Theme Name: Newspaper, Version: 8.0
– Theme Name: Newspaper 7 Child theme, Version: 7.7c
– Only “Advanced Custom Fields” and “WPBakery Visual Composer” plugin activated
– Clear all cache
I don’t understand what is the problem. Can you please guide me in to this.
Thank you very much. I exactly installed the child theme and created the module you mentioned under the right folder.
According to my tests child theme and module customizations work well. But on the other hand I am using this line of code to get custom taxonomies;
<?php echo get_the_term_list( $post->ID, ‘post_tag’, ‘<p>Şirket: ‘, ‘, ‘, ‘</p>’); ?>
Actually I used first the name of my custom taxonomy. But I am not be able to get any output. then I changed it to something wrong taxonomy name. In this case the output is broken. So I am sure I am using the right name for my custom taxonomy. But even with the default tags (post_tag) nothing renders out. Probably the problem is related to “$post->ID” but I am not sure because I am not well trained programmer just someone who can read a little bit code and find the way with blind eyes 🙂
Where is the problem? Thank you very much.
Hey Guys! I do totally love this theme!
However, I installed the Craft Demo and the whole front page didn’t install.
My site is: http://foodnservice.com
What do I need to do to fix this all?
Thank you so much!
Hello,
You probably found an older solution in the newsmag forum that is no longer working properly in the current version. Code gets changed and custom solutions provided here on the forum could not work for extended periods of time as code gets updated.
Every piece of code you modify in the theme will be rewritten when updating. There is no update proof way of altering the theme code. Not even a child theme is update proof:
https://forum.tagdiv.com/topic/setting-up-child-theme/
Thank you!
Hello,
I have a “Big Grid 3” element on my front page.
And for this element, I set filter -> Sort order -> Random Posts.
Well, every time I refresh the front page when I AM LOGGED IN, random posts show up (works correctly) but when I AM NOT LOGGED IN, same posts show up (does not work correctly)…
How can I solve this problem?
By the way, I installed default demo and use child theme.
Hi,
You would have to make the change you need in the module file that you mention, after the excerpt section
– https://www.screencast.com/t/jaUoVMNXU
Modules are not supposed to display other elements besides the default ones, so this may not work properly.
Blocks and modules can be customized through a child theme, so you do not loose the modifications when the theme is updated
– 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!
Hello,
We know of 3 possible causes for this issue.
1) The wp super cache setting to cache page. Please only use these settings in wp super cache: https://forum.tagdiv.com/cache-plugin-install-and-configure/
If you use any other cache plugin, make sure you do not cache pages for known users or for logged in users depending on the plugin setting.
2) Do not use this setting in seo by yoast: https://www.screencast.com/t/n8Cc35EofLh
3) Editing a page that was previously built with another page builder.
Thank you!
@mdeleon
That is not a similar issue. You are facing a totally different 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.
And please open a new topic if you have any further questions.
Thank you!
Yeah. We had the issue 4 years ago when we moved from an old 2011 in house theme we’d been using to Newspaper 1.x, and ran into same issue, as all our old posts had the photo placed manually after first paragraph. Exact same problem. The Auto Post PRo thing was only one that worked, and keeps working 4 years later! 🙂 We also use it because we have some child sites for regional news pulling in stuff via RSS from mothership, and so the image in main post gets converted to local featured image to make thumbs — so solved two big problems for us. Which is why I keep recommending it. And I love having the ability to have a generic news image on really old posts with tiny pix from when we all had smaller monitors …
OH! tip: the free ‘thumbnail upscale’ plugin also useful if you have issues of trying to make tiny images larger. Forgot to mention that (doh). Works perfectly with the auto thumbnail PRO plugin.