Hi,
If you are referring to the sort after review score -> https://www.screencast.com/t/a2KVGnicJ0a3 this can be done with custom css
-> https://www.screencast.com/t/6wibfqhEr9
.td-category-header .td-pulldown-filter-list li:nth-child(5) {
display:none;
}
In order to achieve the overall score in text you’ll need to make some changes in theme files:
For overall score from tagDiv cloud library you’ll need to make this changes in this file wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_review_overall.php
-> https://www.screencast.com/t/k379A9QUmWa
For defoult post templates you’ll need to edit this file wp-content\themes\Newspaper\includes\wp_booster\td_review.php
https://www.screencast.com/t/TuhIvBE6M08x
-> https://www.screencast.com/t/GLxGK8HB
-> https://www.screencast.com/t/luENHcAdTRo
Thank you!
Hi jojo99,
I think that was only a cache problem -> https://www.screencast.com/t/VA23vYwI
Hi Sydney Archdiocese ,
You still can delete the row using the icon, pressing the delete button or click and hold and drag the row in delete section.
-> https://www.screencast.com/t/Ig5gFHjZY
-> https://www.screencast.com/t/mrhBzDPRWz
Thank you for your understanding!
Hi,
You can achieve that using the new header builder
-> https://tagdiv.com/newspaper-theme-customize-the-header-manager/
If you want to have the header that you create set global to all post/pages … you need to set it from theme panel -> https://www.screencast.com/t/bZYGcjg7KRD
Thank you!
Hi,
If you want to have the header that you create set global to all post/pages … you need to set it from theme panel -> https://www.screencast.com/t/bZYGcjg7KRD
Thank you!
Hi,
If you want to have the whatsapp share button mo desktop to please add the below custom css in Newspaper>theme panel>Custom code>Custom css
.td-social-whatsapp, .td-social-line, .td-social-viber {
display: inline-block;
}
-> https://www.screencast.com/t/lEpxmeig6
Thank you!
Hi,
I do not quite understand on what “views on the entrance” you are referring, please provide some more details and some screenshots!
Thank you for your understanding!
Hi,
At the moment there is no option for in-feed ads in the theme. It could only be done by modifying the theme files, but that may not be so easy.
Another way that you could try, would be to search for an ad inserting plugin that might have an option for this.
You could try the solution mentioned in this similar topic
– https://forum.tagdiv.com/topic/ads-on-category-pages/
So you are referring to the ads that are displayed inside the post loop ( “LATEST ARTICLE” )? By itself the theme cannot do that, there are various code solutions in the forum you could try if you want to do something similar
– https://forum.tagdiv.com/topic/how-to-insert-ads-between-posts-on-the-main-categories-and-in-the-archives/
– https://forum.tagdiv.com/topic/in-feed-adsense/
– https://forum.tagdiv.com/topic/how-to-add-adsense-ad-after-5-10-articles-on-main-page/
– https://forum.tagdiv.com/topic/adsense-infeed/
Thanks
Hi,
If you have the last version of theme v9.5 you can use the header builder and set that color with header builder –> https://tagdiv.com/whats-new-in-newspaper-theme-9-5-update/
-> https://www.screencast.com/t/cIg85whWY
Thank you!
Hi,
1. I made some investigation to your website and your website is set in an frame -> https://www.screencast.com/t/bhtyTSgxxg why? this is the normal set -> https://www.screencast.com/t/ZxFJyE0Ep1p
Also your site load all resource three times -> https://www.screencast.com/t/FLdGqivF when the normal load for all resource is one single time -> https://www.screencast.com/t/pV9LGRqIy
Please make sure that you install correct the theme and you do not have any plugins that provide this conflict.
2.Please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
WP_MEMORY_LIMIT try to increase it at least to 256mb.
Please add this code in the .htaccess , file at the end of the file:
<IfModule mod_substitute.c> SubstituteMaxLineLength 10M </IfModule>
If there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thank you for your understanding
Hi,
First you’ll need to set a mobile logo in Newspaper>Theme panel>Headers>Logo for mobile
-> https://www.screencast.com/t/ng7ndiJpek
-> https://www.screencast.com/t/H8RToieCnd
After that you’ll need to set a custom css in amp files
Here is the css for center the logo on amp
.td-logo amp-img {
left: 50%;
transform: translateX(-50%);
}
The above code is a bit of CSS code to change the AMP style page, please edit here -> https://www.screencast.com/t/vIUHFAbD6uRH There’s no option for custom CSS code for AMP version, sorry! You need to follow the above advice if you want to customize your AMP version.
the path is wp-content>plugins>td-amp>templates>styles.php
results-> https://www.screencast.com/t/ypZ7UyOkP
Thank you for your understanding!
Hi,
That part is part of page template for that page you have set the Page Builder + Latest Articles + Pagination if you want to remove that latest articles change the page template to default -> https://forum.tagdiv.com/page-templates-2/
-> https://www.screencast.com/t/MOqzV1psfgmZ
Thank you for your understanding!
Hi,
Please send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thanks
Hi fmchan,
Did you try the suggestion above to use the Gutenberg for this?
Also please make sure that you have at-least newspaper v9.2
Please provide some more details.
Thank you!
Hi,
Unfortunately I do not quite understand on what design you are referring, on background color on hover on menu?
Unfortunately our theme do not have this option to set in menu different hover color on each category, sorry.
I think this can be done wit some custom css
Here is an example
ul li:nth-child(2):hover a:after{
background-color :green;
}
ul li:nth-child(2):hover a{
color: green;
}
ul li:nth-child(3):hover a:after{
background-color :blue;
}
ul li:nth-child(3):hover a{
color: blue;
}
https://www.screencast.com/t/0fN2vG0kU
Thank you for your understanding!
Hi,
If you are referring to those https://www.screencast.com/t/dW4edff22 buttons, note that are made manually, with custom css/html/javascript ( our theme do not have that type of buttons with drop down ), that is post template 10 and was customized and set in child theme.
Thank you for your understanding!
Hi,
In most cases 500 errors are caused by low WP-memory. As plugins are installed the memory will eventually get exhausted, most hosting providers are limiting it to 40M by default.
We recommend a value of 256M which would be decent for most websites. Check what is the value of the WP-memory in the theme system status panel. If needed increase it, or ask the hosting provider to increase it for you if possible
– https://forum.tagdiv.com/requirements-for-newspaper/
Check the other parameters mentioned in the guide as well.
How to update the theme -> https://forum.tagdiv.com/how-to-update-the-theme-2/
Hope this will help you!
Thanks.
Hi,
Yes, all you need to do is to activate the plugin, and if you want to have amp on page enable the in theme panel.
This will not break the theme.
Thank you.
Hi,
If you want to set some shortcodes in column text and you have the version 9.1 on theme please make this fix
-> https://www.screencast.com/t/tq7JYQ6XmV -> https://www.screencast.com/t/einHpS3PKc7 -> https://www.screencast.com/t/dE9kgZKp6
Or you can make an update to the theme ( this problem was fixed in v9.2 )
-> https://forum.tagdiv.com/how-to-update-the-theme-2/
Thank you for your understanding.
Hi,
Using header builder you can set how many headers you one, you do not need to use the same header for each page/post/category … all you need to do is to set on theme a different header
-> https://tagdiv.com/whats-new-in-newspaper-theme-9-5-update/
Thank you for your understanding!
Hi,
Please try this custom css
.td-g-rec-id-content_bottom .adsbygoogle {
margin-left: auto!important;
}
.adsbygoogle {
margin-left: -20px!important;
}
Hope this will help you better!
Thanks.
Hi,
Unfortunately for post template style one this will be the only solution, sorry, you can try to use a single post template from tagDiv Cloud Library, but unfortunately there is no style like style 1, sorry!
Thank you for your understanding!
Hi,
I check you website and now the thumbs appear maybe was just a cache problem -> https://www.screencast.com/t/xFFxgxvQ
Thank you!
Hi,
If you want you can install that demo
Installing demos -> https://forum.tagdiv.com/installing-demos/
or if you wan only some parts of that demo you can use tagDiv Cloud Library and import only those templates/pages that you want/need.
Thank you!
Hi,
1) In order to make a arrow list you’ll need to select a list -> https://www.screencast.com/t/3QVkNn69F -> https://www.screencast.com/t/bJsXsKBPl
2) In order to add more then tow columns you need to use the element from Gutenberg https://www.screencast.com/t/rFCkrpsDCezU , becouse the default classic editor have only two columns
Thank you for your understanding!
Hi,
If this is what you want to achieve -> https://www.screencast.com/t/avyIipdXM then please replace the above custom css with this one
blockquote { margin: 0 0 29px; background-color: #FCFCFC; border-left: 2px solid #4DB2EC; padding: 15px 23px 0 32px; position: relative; top: 6px; text-transform: capitalize!important;}
blockquote p { text-align: center; color: #808080; font-family: 'PT Sans',sans-serif !important; font-size: 14px !important; line-height: 21px !important; margin: 0; padding-bottom: 16px; text-transform: capitalize!important; }
Thank you!