Hi
You can hide that box from theme panel > post settings: http://screencast.com/t/nU98wciPql
Hope this helps!
Thanks!
Hi
@Syams Images opened in modal window appear like this with Newsmag theme: http://screencast.com/t/YxhmaaxcmocR
Thanks!
Hi
Unfortunately the theme don’t have such a feature, sorry. To achieve that you will need some customizations in theme’s core files. I can’t provide a solution for the moment as this si a complex task which involve many tests and time to be completed.
We can’t offer customization services at the moment so if you still really need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks for your understanding!
Hi
I’ve replied you here: https://forum.tagdiv.com/topic/mobile-theme-incompatible-with-opera-mini/
Thanks!
Hi
We’re sorry for any inconveniences but being an untested browser we can’t provide support for it. If you feel that the theme does not suits your need or you’re unhappy with it we’re willing to offer a refund so you can go ahead and look for another template which will suits your needs.
To ask the refund just follow this link and we will agree with it when we get the notification from envto: http://themeforest.net/refund_requests/new
Thanks!
HI
Yes it is possible but you will need to edit the files which generate the blocks and modify the inner() function, just add this line at its end, right before the close_all_tags() method: http://screencast.com/t/9cBDMJY5
else $buffy .='<p> NO POSTS FOUND FOR ' . __CLASS__ . '</p>';
Hope this helps!
Thanks!
Hi
Did you changed the line-height for menu items from theme panel? You have a custom css which set a 40px line-height, that’s why the menu items are not properly centered. Try to this css in theme panel > custom code > custom css to fix that: http://screencast.com/t/Lhizjr1oqve
ul.sf-menu > .td-menu-item > a{
line-height: 48px;
}
Thanks!
Hi
The theme don’t have such an option for the moment and unfortunately I can’t provide a solution for the moment. This task involve some customizations and tests in order to be completed. We can’t offer customization services at the moment so if really need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks for your understanding!
Hi
@BkkGreg I’ve noticed that you’re using cache for the site and this may also be a reason for the long delay in applying the changes. After you make any changes make sure you clear all caches and purge the cdn files if you’re using such a service.
Now the links from category page seem to wark as you expect, let us know if you need further assistance on this.
Thanks!
Hi
Glad you managed to solve this.
Thanks for letting us know and for sharing your solution here.
Have a nice day!
Hi
You can use a ftp client tool like filezila to upload the modified file in your-wp-install/wp-content/themes/Newspaper, this is the root folder of the theme in wordpress.
Thanks!
Hi
The date is missing from hentry because is deactivated on your site. If you don’t want to display the date on posts it can be hidden with css. Enable the date from theme panel so google can find entry-date updated and use below css to hide it:
.td-post-date, .td-author-line{
display: none!important;
}
Thanks!
HI
Replace the above code with this one, it should work fine on posts, I’ve also targeted few more elements in case is neded:
.td-main-content-wrap, .td-banner-wrap-full, .td-banner-bg, .td-category-header {
background-color: rgba(255, 255, 255, 0.7)!important;
}
.post {
background-color: rgba(255, 255, 255, 0);
}
Thanks!
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/lmLhoIEV66T
.td-header-style-3 .td-header-sp-logo {
width: 300px;
margin: 20px;
}
.td-header-style-3 .td-header-sp-logo img {
max-height: 120px;
}
Thanks!
HI
Please provide your site url so we can have a closer look at this issue and get back to you with a more accurate answer.
Thanks!
Hi
Thanks @nairolf and @Chris for your help!
@Fitlogy.com basically you can upload the html file on the server via ftp in [your-wp-install] folder.
Thanks!
HI
I’ve replied you in other topic and also if you check the threads pointed by @Edward you will noticed that we mentioned our theme was never tested with opera mini, no matter if you’re using mobile theme or not, we can’t guarantee that the theme will work fin with that browser.
Thanks!
Hi
@ywtywt please provide more specific detail about what you’e trying to do an maybe we can help.
Thanks!
Hi
Opera mini wasn’t among tested browsers with V 7.2 of Newspaper theme but in some stations it may work, however we can’t recommend it to be used.
Thanks!
HI
Try this css in theme panel > custom code > custom css:
.td-social-google, .td-social-pinterest {
display: none!important;
}
Let us know ho it goes
Thanks!
Hi
Yes you can also remove the logo from theme panel > footer, please refer at this screen: http://screencast.com/t/XaezYzUW
Thanks!
HI
Your code is added in page’s source even on mobile devices, please check this screen: http://screencast.com/t/RpR1CN0d however the theme can’t control its functionality. The theme only insert your code in page source and that’s it, no other action are made.
Thanks!
HI
That icon can be added only by editing the is which generate live search. This task involve some customizations in order to be completed and unfortunately I can’t provide a solution now. We can’t offer customization services at the moment so if need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks!
Hi
The theme only makes the request to Instagram and can’t control the response time from their servers. I’ve checked your site with google pagespeed tool and noticed that on desktop you ca make some improvements by setting a leverage browser cache for those resources: http://screencast.com/t/eSzQo6p27eUa Please check this link for more details in this regard: https://developers.google.com/speed/docs/insights/LeverageBrowserCaching – https://gtmetrix.com/leverage-browser-caching.html
Google also complains about the images from Instagram widget but being served from external sources is no much you can do about them as they can’t be controlled. You can try to use cloudflare but I can’t say for sure how much will help.
Thanks!
-
This reply was modified 9 years by
Andrei L..
HI
The theme don’t have an option to set a background color for each page, you can only set it for entire site from theme panel > theme colors: http://screencast.com/t/woH4svUi To set different colors for each page you will need some css as you pointed above, for the moment this is the only option.
Thanks!