HI
To make only the links from post content underscored replace the above css with this one:
.td-post-content a{
text-decoration: underline;
}
Thanks!
HI
Glad you have managed to solve this.
Thanks for letting us know and for your message.
HI
I’ve checked your site and notifced that you’re not using Newsmag theme: http://screencast.com/t/NYe8LMMOYBIg Please switch back to our theme and let us know when we can check the site again. Meanwhile try to deactivate all plugins, deactivate lazy load animation from theme panel > template settings: http://screencast.com/t/Km3REApaCEq clear all caches then test the site again.
Thanks!
HI
Try this css in theme panel > custom code > custom css: http://screencast.com/t/PdcaVdrI0
.td-weather-city {
line-height: 4;
}
.td-header-sp-top-widget{
line-height: 40px;
]
Hope this helps.
Thanks!
HI
@ntvweb please check this link for more details about how to make speed booster compatible with untested plugins: https://forum.tagdiv.com/topic/speed-booster-and-akismet/
Hope this helps.
Thanks!
HI @Chris
Thanks for your suggestion, I’ve added it on our todo list and we will consider it for future updates. Meanwhile you can try this css to hide comment counter in author box: http://screencast.com/t/CEMJEy1VGu0X
.td_top_authors .td-author-comments-count{
display: none;
}
Hope this helps.
Thanks!
Hi
Thanks for reporting this, I’ve added it on our todo list and developers will try to find a solution for it as soon as possible. Meanwhile try this css to add a margin above author name:
@media(max-width: 768px){
.td-post-author-name {
margin-top: 5px;
}
}
Hope this helps.
Thanks!
Hi
Yes it is possible, you can ask a refund at envato and we will agree with it when we get the request, then you can go ahead an buy Newspaper theme. To complete the refund request follow this link: http://themeforest.net/refund_requests/new
Thanks!
Hi
The indicated demo is available only for Newspaper theme. For Newsmag you have these demos available: http://screencast.com/t/3UQELf7qk6Hb
Thanks!
Hi
Try to make a php.ini file in root folder of your wordpress and add there the line which increase memory limit. Also you can try to run a phpinfo() command in footer http://php.net/manual/ro/function.phpinfo.php This function will display many details about your server and among theme will be the memory limit set.
Thanks!
HI
I’ve checked your site and noticed that you’re using child theme. Try to deactivate the child theme, clear all caches then test the site again. Also make sure that you don’t have any custom css that move the borders to left or right.
Thanks!
Hi
I can’t make any recommendation for a specific host, we can only point the minimum requirements but not a specific provider. You can do a search online, compare the offers/performances then decide what fits you best, this link may help you in this regard: https://www.wpsitecare.com/performance-of-7-top-wordpress-hosting-companies-compared/
Thanks!
Hi
Please address us via email at contact@tagdiv.com including a link to this conversation and also give us wp-access so we can have a closer look at this and we will get back to your as soon as possible.
Thanks!
Hi
Our theme generate 17 thumbs for each image uploaded in media gallery. Considering the high number of images from your site regenerating thumbnails will be a very long an heavy process. However the theme must have a proper thumb for each module in order to display the image properly.
A possible way to solve this would be to use fewer modules on your site, like this the theme won’t need 17 thumbs, will need only 2-3, depending by how many modules you’re using. Please check this link where I’ve pointed and example configuration which will use only a few modules: https://forum.tagdiv.com/topic/how-to-manage-growing-image-library-and-file-size-on-disk/
Thanks!
Hi
For the moment we didn’t plan to add such a feature to the theme but I’ve added it on our todo list an if more people will make similar requests in the feature we will take it into consideration.
I can’t recommend any plugin in this regard as we didn’t made any tests and we can’t say how plugins with similar functionality will work with our theme. You can do a search online, try a few plugins and use the one who fits you best.
Thanks!
Hi
To remove that filed you need to edit comments.php file and comment or deleted this code: http://screencast.com/t/YB322jyV3
I’ve checked a few posts from your site and Facebook picks the correct image when an article is shared: http://screencast.com/t/hbUL3zfWT If you still have this issue try to scrape the post with Facebook debugger:
https://developers.facebook.com/tools/debug/og/object/ – http://screencast.com/t/7qZSIPsPf2v2 then test the site again.
Thanks!
HI
Please address us via email at contact@tagdiv.com including a link to this conversation and also give us wp-access so we can have a closer look at this and we will get back to your as soon as possible.
Thanks!
Hi
Replace the previous css with this one, it should work fine: http://screencast.com/t/GMAxYvpsPLvY
.single .td-pb-row [class*="td-pb-span"]{
border-color: white;
}
.single .td-container-border:before,
.single .td-container-border:after,
.single .td-main-content:before, .single .td-main-sidebar:before{
background-color: white;
}
Thanks!
Hi
Please provide link to a post where we can inspect this closer and maybe we can help.
Thanks!
Hi
As Catalin specified in its reply this is not a priority for the moment, however we added it on our todo list and if more people will make similar requests we may change our mind in future.
Thanks for your suggestion!
Have a nice day!
Buna
Daca plugin-ul genereaza shrtcode-uri posti folosii functia do_shortcode() pentru a afisa widget-ul de login: http://screencast.com/t/lnt4eyrcF
' . do_shortcode('shortcode-goes-here') . '
Multumesc!
Hi
You could use a page mega-menu and make some custom menus there, as we did in this example from our demo: http://screencast.com/t/QpIB4p9G Please check this link for more details about mega menu pages: https://forum.tagdiv.com/page-menu/ Basically all content added with Visual Composer will be displayed in mega menu. You can use wordpress custom menu widget which is available in Visual Composer: http://screencast.com/t/42xQR16E
Thanks!
Hi
Yes you can use ad’s spot specific class for a more specific target, this is an example for sidebar ad:
.category-35 .td-a-rec-id-sidebar{
display:none;
}
You can use browser inspector to get the specific class for each ad-spot. For more details in this regard please check this link: https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Hope this helps.
Thanks!
Hi
By default the theme disable comments on pages but you can enable theme from theme panel > template settings: http://screencast.com/t/Q9ssidilqRlk
Thanks!