- 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!
That demo using following custom css:
.td-slide-meta {
background-color: #fff;
max-width: 30% !important;
bottom: 25px !important;
}
.td-slide-meta .td-module-title a:hover {
color: #db4e5a;
}
@media (min-width: 1019px) and (max-width: 1140px) {
.td-slide-meta {
max-width: 56% !important;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-slide-meta {
max-width: 60% !important;
bottom: 20px !important;
}
}
@media (max-width: 767px) {
.td-slide-meta {
max-width: 76% !important;
bottom: 16px !important;
}
}
.td_block_template_8 .td-block-title > *:before {
height: 3px;
}
.td-social-style7 .td_social_type .td-social-box {
background-color: #9b71f7;
}
.td-big-cat-block .td_module_flex_1 {
display: block;
}
.td-fashion-block .td_module_flex:nth-child(3n) .td-module-container {
border-width: 0 !important;
}
.td-fashion-block .td-next-prev-wrap {
text-align: center !important;
}
.tdb_loop_2 .td-module-meta-info {
margin: 0 auto;
}
.tdb_loop_2 .td-module-meta-info .td-editor-date {
background-color: #fff;
padding: 15px 0;
width: 86%;
}
.tdb_loop_2 .td-next-prev-wrap {
text-align: center !important;
}
@media (min-width: 1019px) and (max-width: 1140px) {
.tdb_loop_2 .td-module-meta-info .td-editor-date {
padding: 12px 0;
width: 90%;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.tdb_loop_2 .td-module-meta-info .td-editor-date {
padding: 8px 0;
width: 100%;
}
}
If you want to add the same design like there, then you can copy-paste this code into Newspaper -> Theme panel -> Custom code -> Custom css.
Thank you!
Hi bekapublishing, please make sure that you are using the last theme version, Newsmag v4.9.6 and make sure that you do not have a plugin conflict. Please deactivate ALL plugins except tagDiv plugins (theme plugins), also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Let me know the results!
Thank you!
Hello !
First start looking for a plugin conflict. please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Also you can try and remove and re-install the tagDiv Composer plugin.
Let us know the results.
Thank you !
Hello Vlad,
thanks for your answer. We are going to do that (overwrite core file in child theme) while I try to figure out why it is behaving that way.
However that is not exactly something that feels right and if I update Newspaper and forget to do the same in the child things will break.
Regards
Hi,
I just inspected the mobile version and now the ad is no longer there, if is there it means that I miss it, please provide a screen to can identify it.
Also make sure that you do not have a plugin conflict to have problems with tagdiv Composer, please deactivate ALL plugins except tagDiv plugins (theme plugins), also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you!
Hello !
First start looking for a plugin conflict. please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Also you can try and remove and re-install the tagDiv Composer plugin.
Let us know the results.
Thank you !
Hello !
First start looking for a plugin conflict. please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Also you can try and remove and re-install the tagDiv Composer plugin.
Let us know the results.
Thank you !
Hello !
Please provide a link to your website in order to take a look. First start looking for a plugin conflict. please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Also you can try and remove and re-install the tagDiv Composer plugin.
Let us know the results.
Thank you !
Hello !
You will have to first start looking for a plugin conflict. please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Also you can try and remove and re-install the tagDiv Composer plugin.
Let us know the results.
Thank you !
Hello!
You will have to first start looking for a plugin conflict.
Please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
If this problem is not solved after that, then you can use this custom css code:
.td-post-sharing {
opacity: 1!important;
}
Hope that helps you!
Thank you!
Hello !
The best would be for you to create a child theme. This will protect your from the updates. Follow our guide here in order to set it up: https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thank you !
Hello !
You will have to first start looking for a plugin conflict. please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Also you can try and remove and re-install the tagDiv Composer plugin.
Let us know the results.
Thank you !
Hi,
Maybe the child theme is not sound so good, but is the best option, because in this way those option will not be lose when you update the theme, therefore in this situation from may perspective the child theme is the best.
Thank you for your understating!
Hi denya, I think that it will be better to set it in a child theme in functions.php in this way you’ll not lose the settings after a theme update, also this will work.
Let me know the results!
Hello!
This should be working if you are up to date.
You will have to first start looking for a plugin conflict.
Please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
If this problem is not solved after that, then we need to take a look and see what happened there.
Please contact us via email at contact@tagdiv.com and provide the following:
– admin url and credentials
– a link to this topic in order to identify you
Our team will take a look !
Thank you!
Hi @patrick93
1. Yes, you can add your customized CSS code in the child theme. You should always purge all cache including (browser, CDN, plugin cache) to see the change.
Sometimes you need to add !important tag to force overwrite the existing CSS code.
2. This happens when the original CSS loads before the customized CSS code you have added.
Hope you will find this helpful.
Hi,
Please make sure that you have installed the last theme version, Newspaper v10.3.9.1 and was installed according to our guide from here -> https://tagdiv.com/how-to-install-newspaper-theme/
If the problem persist:
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again
Let me know the results!
Thank you!
Hello !
Please send us a screenshot of your System Status Tab and make sure that all the requirements are met as you can see here: https://forum.tagdiv.com/requirements-for-newspaper/ ; You will have to first start looking for a plugin conflict. please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Also you can try and remove and re-install the tagDiv Composer plugin.
Let us know the results.
Thank you !
Hello !
You will have to first copy the header style that you are using: https://prnt.sc/w4g6ap And after that you need to add this 4 to your child theme: https://prnt.sc/w4g6sj And this should work.
Let us know about the result !
Thank you !
Hello all,
we have a site running Newspaper 10.3.9.1 on top of wordpress 5.6. It works like a charm.
However, for posts with custom types created using the Pods plugin I’ve run into a small issue and I’m a bit lost. When accessing any one of those they are displayed using wp-content/themes/Newspaper/loop-single.php instead of wp-content/plugins/td-standard-pack/Newspaper/loop-single.php like the rest of the content. I checked by editing both files and adding a custom marker inside.
Is there any way to make posts of these custom types use the standard template? I can create a small child theme and put the loop-single.php file from the standard pack there, and while that works it seems like a bad hack.
Thanks
Hello !
Please send us a screenshot of your System Status Tab and make sure that all the requirements are met as you can see here: https://forum.tagdiv.com/requirements-for-newspaper/ ; You will have to first start looking for a plugin conflict. please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Also you can try and remove and re-install the tagDiv Composer plugin.
Let us know the results.
Thank you !
Hello !
Please send us a screenshot of your System Status Tab and make sure that all the requirements are met as you can see here: https://forum.tagdiv.com/requirements-for-newspaper/ ; You will have to first start looking for a plugin conflict. please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Also you can try and remove and re-install the tagDiv Composer plugin.
Let us know the results.
Thank you !
Thank you very much @amit-2
Two other questions 😀
1.) Can I add in the child theme style.css only styles related to the theme? My style.css is not working. Anything I add has no effect.
2.) You mean that it doesn’t matter where you put the CSS.
“Well, that is completely your choice. Adding CSS in theme panel or customizer will add it as inline CSS code on page. I prefer adding them to child theme’s style.css.”
I have had a different experience here.
If I set the page title (look here: https://nimb.ws/7PYUGZ) to display none.
If I do that via Theme Panel Custom Code you can see the title flashing briefly > https://streamable.com/g3fi10
If I do that via Design > Customizer > Custom CSS, you don’t see any blinking > https://streamable.com/s8ny2z
Can you explain this to yourself?
Hi GuillaumeFRK, unfortunately our theme do not have an option for this, sorry. We have only for block title set the H seo, but the rest of theme are set by default in theme files. Also if you manage to make those changes in theme files, all those will be lost after a theme update, because not all files can be set in a child theme.
Here is a similar topic https://forum.tagdiv.com/topic/headings-2/
Thankyou for your understanding and sorry for the inconvenience.
Hi nitesh9291,
There is a code in our theme for this and for me is apply -> https://i.imgur.com/8SwVGP6.png unfortunately I do not know why is not working for all users, at the end we are using the same theme, only the host and plugins are others.
What you can do is to use a child theme and set that code in the functions.php from the child and it should not longer disappear.
Hope this will help!
Thank you for your understanding!