- 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 jessejin,
It could be a temporary problem with your opacity. Maybe your images are stuck in opacity 0. This usually happens on a js error caused by plugins or customization or other external optimization tools. 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 functioning of the theme.
We recommend using our TD COmposer because all of the major improvements in the future will be made on this plugin.
Hope this helps and let us know how it goes!
Thanks for the message!
Hey Catalin,
I know the theme doesn’t support that natively, that’s why I decided to create a child theme and modify the theme files manually. However, why I’m not a stranger do both css and php, I was looking for some pointers (or the file) in which the menu’s height is defined.
Thanks!
Indeed, some elements of the theme might be subject to change after an update. So is the theme stylesheet file. Custom code that worked previously may not work anymore, it will have to be examined and modified. There would be no solution for that.
You could keep a test site and first update the theme there, check what happens and make modifications to the code used if needed. The old code may simply not apply anymore.
This may be the case with having a child theme as well, where you modify a file. That file may be changed and the child theme modifications could cause problems.
Hello,
I made a child theme for Newspaper and I want to customize it for a bit. However, I can’t seem to find the css class for changing the height of the main menu bar. I spent the better part of today’s trying to modify this menu style and the height is simply not something I can modify at this point.
ps. I’m not looking for a theme option, I’m doing all the edits in the css/php side of my child’s theme.
Thanks in advance!
I want to customize some css you have in Newspaper theme the “style-woocommerce.css”
I have created the child theme and inside it tried both edit the code in style.css and copy paste the style-woocommerce.css in child theme ande dit it there.
The css iwant to customize has !important, which by the way is not a very good way of building css.
How can i edit it, concretely the css is:
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
font-size: 12px; (make it 15px;)
line-height: 21px;
border: 1px solid #ededed !important;(make it #982234)
background-color: #fcfcfc !important;(make it #f5cdcd)
box-shadow: none !important;
border-radius: 0 !important;
margin: 10px 0 20px 0 !important;
padding: 16px 120px 16px 60px !important;
}
Hi,
The child theme is provided in the code folder in the full theme package you download from themeforest
– https://www.screencast.com/t/O4dCxhElIK
It will include a stylesheet and functions file by default. There is a guide mentioning which of the theme files can be modified through it
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks
Is there a child theme for the latest version of newspaper? I need to make some updates to the functions.php file to add some additional customizations and don’t want to lose the changes when an update is applied.
Hi,
Indeed the website seems to not function correctly on Firefox. I see that the Firefox browser is not loading some resources because they are not trusted
– https://www.screencast.com/t/G1v4pdrX6plV
Most of the issues seem to be with images. You could try a fresh theme install on the cloned website, remove all plugins except theme plugins, deactivate the child theme as well. Check if this has any effect.
Ultimately try installing the latest theme version on the cloned website, and check results with that.
Thanks
Hello Antoine,
Yes, notice that each modification you want to make should have to be overwritten in Child Theme if you want to avoid losing customization to a possible new update. Please check here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks.
Hello,
The latest posts you exemplify in your screenshot comes from the page template. Please read this guide: https://forum.tagdiv.com/page-templates-2/
As for the colors section, this could be a plugin conflict so please disable all plugins except the tagdiv composer 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!
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.
As for disqus, sorry but we have not tested implementing third party plugin options into our amp plugin. Here is where the comments are being grabbed onto the amp template: https://www.screencast.com/t/NqJSblflHCH
Thank you!
Well, I modified a category template and add it to the child theme. Is it the only way?
Hello,
I have been clicking the save button and the browser displays the success text.
I currently don’t have any custom code or child theme.
I did deactivate all plugin except tagdiv composer that seems to have worked. However, I do have many plugins installed, mainly the ones recommended in your documentation list. If the plugin conflicts are the issue, what can I do? Does that mean I can never use these other plugins?
Thanks
-
This reply was modified 8 years by
mchammy75.
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,
You simply need to press the save button in order to save your page: https://www.screencast.com/t/3YFkWXpI2yS
Please check the page after you save to make sure your modifications get saved. You can check the browser console when saving to see if you get any errors.
Plugin conflicts can prevent proper saving so please test without plugins. 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!
The modules of the theme can be found here
– https://www.screencast.com/t/pKRe3039
Blocks here – https://www.screencast.com/t/Um1ewPGmSR
Note that a modification to a module or block will affect every instance of it, unless maybe you create some conditions if possible.
The module and block files can be customized through a child theme
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
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.
If the issue is still there, please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation so we can identify you.
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!
Upload only the 404.php file in the main theme folder then. Open the theme package and the 404 file should be there. Upload it in the main theme folder in your WordPress install.
However this file should already be there, it is included in the theme. Maybe it was removed accidentally or something happened with it.
Note that by updating/re-installing the theme, the theme panel settings, custom code in the theme panel, pages and posts will not be lost
– https://forum.tagdiv.com/how-to-update-the-theme-2/
Only if you modify theme files directly, modifications to theme will be lost as you will be replacing the files with the new ones.
A child theme could be used if you want to make modifications to theme files, these are the supported files
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Hi,
If you reinstalled the theme to no positive effect, then something else is causing this problem. Deactivate all plugins except theme plugins, deactivate the child theme if you have one, clear all caching and CDN if used.
Check the theme system status and ask your hosting provider to increase these resources if needed
– https://forum.tagdiv.com/requirements-for-newspaper/
Also maybe they can check the error logs produced by the server if possible and fix eventual errors.
If nothing works we could take a look as well, send us an email at contact@tagdiv.com and provide admin login, FTP, cPanel access and error log if possible. Include a link to this topic in the email.
Thanks
Hi,
Actually the thumbnail is bigger, this is simply the design that was decided. If this is required for you you could increase the thumbnail size of the front page grid with a code like this
– https://www.screencast.com/t/6oe0SSbxm
This is the code used in the example, if you decide to use it enter it in Theme panel->Mobile theme->Custom CSS
.home .td_module_mob_2 .td-module-thumb,
.home .td_module_mob_2 .td-module-thumb a:last-child {
height: 250px;
}
You can make modifications to it if needed.
Hi,
That has been on our list for a while, hopefully the cache guide will be updated in the near future. From what I know some settings of the plugin have been renamed or moved, that could cause confusion. Sorry for the inconvenience. A similar topic here
– https://forum.tagdiv.com/topic/the-caching-setup-section-in-the-manual-is-outdated/
If you use the mobile plugin the cache should work if enabled
– https://www.screencast.com/t/OzKXYmQIUkk
That file is not supported through the child theme, all the files are mentioned in the child theme guide
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks
3. Can the td_module.php file be edited in a child theme?
Hello Catalin,
Okay, now back to the original problem, this black frame in the block header is always there without the css code, (https://www.dropbox.com/s/w04isdins4obt74/Screenshot%20%28211%29_LI. jpg? dl = 0) with the TD composer I can only change the outside colors, but black is always there, it can not be the solution with the CSS code …. I have now taken out the CSS code so you do it yourself you can watch. With the CSS solution I’m not happy, I also like the recommended, Theme reinstalled, Child Theme new. Cache emptied, settings reset, it did not help anything. Here again the website: Catrelax.de
I have tried this as well. For example I created a code to remove the post title in the post page
– https://www.screencast.com/t/5QDVLxwBbLPx
– https://www.screencast.com/t/Dcai5wh74b
I then entered it in the child theme stylesheet (be sure that the child theme is active)
– https://www.screencast.com/t/GAUpB5TsZYA
The code applies – https://www.screencast.com/t/AnJDoQfs642R
Then I tried in the main theme style.css file
– https://www.screencast.com/t/uQlreldT4jp
I had to force refresh the page in the browser in this case, in order to see the changes.