Hi,
We have experienced some technical issues, but the Newspaper theme is now available for download on Envato
– https://themeforest.net/item/newspaper/5489609
We are very sorry for the any inconvenience this situation might have caused you.
Thank you for understanding!
okay, btw can i change this widget with a specific category? or just a popular category? http://prntscr.com/esr80q
Hi,
You can modify the sidebar content here – https://www.screencast.com/t/GjpVE3tv in the widgets section. There you can modify the existing widgets, remove them or add any of the available widgets, in the sidebars that you have created.
Thanks
i created a post with review ( img:http://prntscr.com/etj6cr ), but when i go to home page, the review isnt show up (img: http://prntscr.com/etj7x7 ). how to fix this?
post link : https://www.gundu.id/cities-skylines/mod/demand-master/
Hi,
That is how the modules look on that particular demo – https://demo.tagdiv.com/newspaper_recipes/ and it was a design choice for this demo
If you would like to enable the meta for the modules you can use this code
– https://www.screencast.com/t/0OcBxOD1k
You must enter the code in Theme panel->Custom Css
.td-recipes .td_module_wrap .td-module-meta-info {
display: block;
}
Thanks
Helo sir, i see this on your theme panel (img: http://prntscr.com/eum7lb), and i am using put google adsense code in my website. so wp supercache will affect my revenue or not, because wp supercache will compress and caching data in my site. Thank you.
Hi,
The caching plugin does not affect the Adsense ads as far as I know. Please use these recommended settings to configure the cache – https://forum.tagdiv.com/cache-plugin-install-and-configure/
Also please check and make the modifications to these parameters – https://forum.tagdiv.com/system-status-parameters-guide/ if needed.
Thanks
Hi,
This forum is custom made. If you would like to see the capabilities of the theme, you can check the demos here
– https://demo.tagdiv.com/newspaper/
Or the website showcase – http://tagdiv.com/newspaper-showcase/
Thanks
can i change this star colour ( url : http://prntscr.com/eztxg7 ) to red or blue?
Hi,
If you would like to change the review stars color only for that place, you could do it like this
– https://www.screencast.com/t/tnfOqYasVm8U
This is the code used, you must enter it in Theme panel-Custom Css (you can change the color to what you like)
.single
.td-review-stars
.td-icon-star {
color: blue;
}
Thanks
how to change in all star review page (http://prntscr.com/f06nuv), in ctegory page (http://prntscr.com/f06p1v), latest articel page and div block (http://prntscr.com/f06ob9), i want to change in every page which use that element.
Hi,
This code will make all the review stars in all their states (full star, half star and empty star) on all the locations on your website the color you want
– https://www.screencast.com/t/bc0yKKYjd0u
– https://www.screencast.com/t/2BX3KjgYD
– https://www.screencast.com/t/ALK9etBPtDop
You must enter it as specified above
.td-icon-star,
.td-icon-star-half,
.td-icon-star-empty {
color: blue;
}
Thanks
Thankyou Simlon. 😀
by the way, i am using vps for my website, i input this code in .httaccess
php_value max_input_vars 5000
php_value max_execution_time 300
php_value post_max_size 50M
php_value upload_max_filesize 50M
is it safe? because when im trying to open my site in my browser, it show “Internal Server Error 500”, but, when i try access my site in other pc, its work fine.
Hi,
I have inspected your website and everything is working properly for me at the moment. I see no problems whatsoever with the website. Those values are the recommended ones for the hthaccess file according to the specifications – https://forum.tagdiv.com/system-status-parameters-guide/
You could try the suggestions provided in this topic and see if they have any effect for you
– http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-internal-server-error-in-wordpress/
Thanks
how to change this box color with blue? http://prntscr.com/f0l0k3
how to change the hover color in this area? http://prntscr.com/f0zvj4
Hi,
It is very helpful if you could give me a link pointing to the area and page on your website where you want to make these changes. This will allow for a more accurate solution that will surely work for you.
Please try this code, it will make the background color change to what you would like
– https://www.screencast.com/t/MKQLFa1ALvg
.td-review .td-review-row-stars:hover {
background-color: red;
}
Thanks
Thankyou.
By the way, how to change the hover color in this entry title module http://prntscr.com/f3z8ef?
Page: gundu.id/cities-skylines
Hi,
If you want to change the color of the module title when hovered, similar to the one of the widget, you could try this code – https://www.screencast.com/t/FOJ5G6xnul
.td_module_1 .td-module-title a:hover {
color: #141d26;
}
Thanks
Thankyou, but how to change this hover color? http://prntscr.com/f42hvo
i use this code, when my cursor in this point http://prntscr.com/f42k9k the title color is black. But when my cursor in this point http://prntscr.com/f42l73, the title color is red.
.td_module_6 .entry-title a:hover { color:red !important;}
.td-block-span12 .entry-title a:hover { color:red !important;}
Hi,
I thought you wanted to change the hover color on the Latest articles section. Try the code like this to change the hover color for the title, on the modules you mention in the block Random content
– https://www.screencast.com/t/BuzqdqV5x
.td_module_6:hover
.td-module-title a {
color: red!important;
}
Thanks