Hi,
Unfortunately there is no option to enable in theme to get full width on posts/pages category, you need to stretch the row and content, or set some template
Please read this topic:
Full width page -> https://forum.tagdiv.com/topic/full-width-page-4/
Hope this will help you.
Thank you.
Hi,
Way not use this demo, and you’ll get the menu.
If you want to change just the menu please add this custom css in the Newspaper>Theme panel>Custom code>Custom css
.sf-menu > .current-menu-item > a:after,
.sf-menu > .current-menu-ancestor > a:after,
.sf-menu > .current-category-ancestor > a:after,
.sf-menu > li:hover > a:after,
.sf-menu > .sfHover > a:after
{
width: 30px;
background-color: #6aea4d;
}
.td-header-gradient:before {
background: transparent;
}
.td-header-style-9 .td-header-main-menu {
border-bottom: 1px solid #eaeaea;
}
Results: https://www.screencast.com/t/YYA3Mz7yf4
Hope this will help you.
Thanks.
Hi,
For bold please go in Newspaper>Theme panel > Theme fonts >Google fonts style, and activate the fonts you set https://www.screencast.com/t/8yCl1FKvOee
https://www.screencast.com/t/xNcZspu7wUB6
Thank you for your understanding.
Hi,
You can try the suggestion from this article:
How to Show Comments for Authors’ Own Posts Only in WordPress
Hope this will help you.
Thank you.
Hi,
You can try to use wp super cache plugin, in this way the load speed of pages will increase.
Also you can try to clear the headers background color, and will be load the color for accent color on headers background.
https://www.screencast.com/t/peBlOCNt
Thank you for your understanding.
Hi,
I do not quite understand your question, what function do you want to add in theme? please give some more details.
Thank you for your understanding.
Hi,
Unfortunately our theme don’t have such option, but you can hide them with custom css, for example hide all meta from all pages from block 1
https://www.screencast.com/t/ftJz4kaMb2
https://www.screencast.com/t/O10pqaEZTch
.td_block_1 .td-module-meta-info{
display: none;
}
Also you can read about Create custom code with the browser’s Inspector or the Live CSS Box -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Hope this will help you.
Thank you for your understanding.
Hi,
Please try to deactivate all plugins that are no theme required, clear all cache and try again, is possible that some plugin to interfere with the theme plugin.
Thank you for your understanding.
Hi,
Is possible to be a plugin conflict, or the Polylang plugin add something that is restrict by AMP plugin.
Thank you for your understanding.
Hi,
Yes, you understand correctly, that is a custom made for our blog; you can create it with posts loop, or with flex block.
Thanks you for your understanding.
Hi,
The cover on the mobile screen come from the background image, you have set a link on it, you can use the below css in Newspaper>Theme panel>Custom code>Advanced css section phones like this
body.td-ad-background-link {
cursor: default;
}
https://www.screencast.com/t/qTaNYr4E8n
https://www.screencast.com/t/euRK5U7c5Hev
Here is the custom css you need to change
.td-subcat-filter .td-subcat-dropdown ul {
background-color: rgba(255, 255, 255, 0.95);
}
https://www.screencast.com/t/pA4W5NnGsJ
If you want to aplay the css on all devices past the above css in
Newspaper>Theme panel>Custom code>Custom css
Hope this will help you.
Thanks..
Hi,
1. Yes in order to achieve ads in blokes like posts, you need to use responsive Matched content unit, you ca read a topic of this here -> https://forum.tagdiv.com/topic/google-matched-content-widget/
2. Here is the documentation for auto ads
https://support.google.com/adsense/answer/160534?hl=en
https://www.screencast.com/t/pFyleBtfepIz
All depends on the ads code you set.
Thank you for your understanding.
Hi,
I think you want to change from this: https://www.screencast.com/t/FdWuuL5jSa in this: https://www.screencast.com/t/pHnC0CTZms83
If is so you need to add this custom css in Newspaper>Theme panel>Custom code>Custom css
.comment .comment-content, .comment .comment-meta, .comment .comment-respond {
margin-left: 0px;
}
Hope this will help you.
Thanks
Hi,
Here is the documentation for your header styles -> https://forum.tagdiv.com/header-styles/
You can set any size you want, we recommend to use 272 x 90px for the most of the header to fit well and look good, also a small logo will be load faster.
Thank you.
Hi,
If you want to make update please make first a full backup, you can get the last version of theme 9.1 here https://themeforest.net/item/newspaper/5489609 , also you can check the news that get the theme since the v7.2
Also please check the Requirements for Newspaper -> https://forum.tagdiv.com/requirements-for-newspaper/
Here you’ll found documentation how to update the theme -> https://forum.tagdiv.com/how-to-update-the-theme-2/
Or install via FTP-> https://forum.tagdiv.com/install-via-ftp/
Install via WordPress -> https://forum.tagdiv.com/install-via-wordpress/
Thank you for your understanding.
Hi,
If you want to set a background color or image on a category you need to check the settings from Newspaper>Theme panel>Categories
https://www.screencast.com/t/cPD0cp2aOJo0
https://www.screencast.com/t/FJx5hYD3l5Qi
Also please read our documentation about categories
->https://forum.tagdiv.com/how-category-settings-work/
https://www.screencast.com/t/7uaRFqxxOVWP
Thank you for your understanding.
Hi,
Have you try to make an Individual post settings for custom post types:
Unfortunately our theme is limited when is come to CPT , maybe you can fine a plugin that manage your requirements.
Thank you for your understanding.
Hi,
Please provide a link for a better inspection, in this way I will be able to give you the proper advice.
Thank you for your understanding.
Hi,
Here is a custom css that you can use to change the color for all post ( only post, no category or pages ) that have h1.
https://www.screencast.com/t/vWGC8AMpn9
.single .td-pb-row h1{
color: green!important;
}
You can change the color green if you want , you can pick a color from here: https://www.w3schools.com/cssref/css_colors.asp
Thanks.
Hi,
Sorry was may mistake, that was a custom made shortcode, from a test version.
Please use list menu https://www.screencast.com/t/3jbilhcs ( it’s work better if you do not set sub menu in menu ), make some setts in general list https://www.screencast.com/t/IXEs7UZ8 and if you like the bottom border on hover just add this custom css in Newspaper>Theme panel>Custom code>Custom css
https://www.screencast.com/t/0dkxhQrPWA3
.menu-td-demo-footer-menu-container ul li:hover{
border-bottom: 2px solid #4db2ec;
}
.menu-td-demo-footer-menu-container ul li{
padding: 0 5px;
border-bottom: 2px solid transparent;
}
Sorry for the inconvenience.
Thank you for your understanding.
Hi,
Sorry was may mistake, that was a custom made shortcode, from a test version.
Please use list menu https://www.screencast.com/t/3jbilhcs ( it’s work better if you do not set sub menu in menu ), make some setts in general list https://www.screencast.com/t/IXEs7UZ8 and if you like the bottom border on hover just add this custom css in Newspaper>Theme panel>Custom code>Custom css
https://www.screencast.com/t/0dkxhQrPWA3
.menu-td-demo-footer-menu-container ul li:hover{
border-bottom: 2px solid #4db2ec;
}
.menu-td-demo-footer-menu-container ul li{
padding: 0 5px;
border-bottom: 2px solid transparent;
}
Sorry for the inconvenience.
Thank you for your understanding.
Hi,
I’ve check your website on mobile an desktop version, an is seems to work as you say, on desktop menu is sticky and in mobile version the menu is snap.
Let me know if I did not understand correctly the question .
Thank you.
Hi,
I’ve checked your website, and all seems to be working well, the last three post are showing in both devices ( desktop and mobile ).
https://www.screencast.com/t/IazXVidF
https://www.screencast.com/t/mLc6lWXMsy
Please let me know if I do not understand correctly.
Thanks.
Hi,
We will consider your suggestion, also I’m glad to say to you that the coming updates will optimize the theme, in this way the speed will increase.
Thanks.
Hi rparlier,
Please make sure that you have the last version of the theme and all theme plugins updated, after that clean all cache and try again.
Thank you.