Hi,
I’m not sure why you use a video in the gallery template, but you can try this custom css to hide that arrow: http://screencast.com/t/rMfbtrOkesrM
.single-format-gallery .category-video .geri_y a{
display: none;
}
Hope this helps!
Hi,
I have checked your site so please remove any custom modification that you have made to the code: http://screencast.com/t/9LGvkepVgvf
Also please enable comments from Post Settings – http://screencast.com/t/LyqgKr1t0 and for individual post – http://screencast.com/t/vhqTSvpLRN and let me know how it goes, but first please remove any modification from the code like I said above.
Thanks!
Hi,
Please make sure that you have post to all those categories as if you don’t have that category will no show up there even you added category ID in the block settings.
I also tested this and it was the only way to recreate this(not having post on a category). Also there is no limit in the code files for this.
You can also check this without any plugins active, leave just Visual Composer active and empty cache. Maybe there is a plugin conflict.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Unfortunately that sort order doesn’t exist on block, but you can add it like this:
*in td_data_source.php: http://screencast.com/t/DGxvKZhvTu
case 'date_ascending':
$wp_query_args['orderby'] = 'date';
$wp_query_args['order'] = 'ASC';
break;
*in td_config.php: http://screencast.com/t/WTt1CgNa4wX
'Date Ascending' => 'date_ascending'
Result: http://screencast.com/t/r4gmhOhp – http://screencast.com/t/NZoEWdqrBBl
Thanks!
Hi,
1. There’s an issue with the custom ads, we could not replicate it yet to see what’s causing it, we will replace it in the next update. Until then try to replace the code inside – http://screencast.com/t/hm0F7lQ36llA – with this code – http://pastebin.com/7VKde8LB
2. Please provide more details at contact@tagdiv.com , paste a link to this thread so we can know who you are.
Thanks!
Hi,
I have checked your site and the search looks fine: http://screencast.com/t/8CjgtYXA9y
Please try to delete the cache and the browser cache and check again.
Thanks!
Hi,
Yes, that’s the problem like you figured out – http://screencast.com/t/7NAHtsY2t2 if you have titles on 2 rows it looks fine – http://screencast.com/t/t5fwh006f1t
Unfortunately even if you reduce the excerpt will not solve this issue.
This issue can be solved only with custom css(add it in Theme Panel > Custom Css) to add a minim height on the title: http://screencast.com/t/hEfV7Z5tEy3v
.category .td_module_5 .td-module-title {
min-height: 80px !important;
}
Hope this helps!
Hi,
The activation warning appears a few days after you installed the theme, check the following guides:
Registration guide – https://forum.tagdiv.com/how-to-activate-the-theme-newsmag/
How to find the Envato Purchase Code – https://forum.tagdiv.com/how-to-find-your-envato-purchase-code/
Thanks!
Hi,
Please note within the latest theme version we have changed the child theme system (for which we will have a documentation available soon) and because of that at the moment module and parts files can’t be overwritten via child theme. Until then please make you change in the main theme file.
Sorry for the inconvenience!
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please provide more details when you have this issue as I have checked your site and it looks fine: http://screencast.com/t/2uNLBocjAhy
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
@salocharly Please try Emil solution, it should work. Anyway make a backup of that file and you will easily revert.
Let me know!
Thanks!
Hi,
Please try this custom css background color: http://screencast.com/t/LmsCdUEsNZMn
.td_smart_list_3 .td-icon-left, .td_smart_list_3 .td-icon-right{
background-color: #D3249C;
}
Thanks!
Hi,
If you still need your logo image on left side please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/pJ7BAgrX5w
.td-header-style-7 .td-header-sp-logo img{
margin: initial;
}
Thanks!
Hi,
Header style 10 was designed to be used for blog stacks with text logo like you can see on our demo – http://demo.tagdiv.com/newsmag_classic_blog/ that’s why you have this issue with margins. If you want to use it like this(with image logo) please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/x14F2dEywwW
.td-header-style-10 .td-header-text-logo {
margin: 30px auto 30px;
}
Thanks!
Hi,
Please inspect and check your console if you have an error there and send a screenshot if it is.
Also you can send an email at contact@tagdiv.com , paste a link to this thread and provide wp-admin access so we can take a look.
Thanks!
Hi,
Please check what modules do you use on homepage and try to change the size for those images from functions.php: http://screencast.com/t/uZIUSNAY8 and then regenerate your thumbnails using this guide: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Thanks!
Hi,
I tested this with your ID and seems to work fine – http://screencast.com/t/lj96emGWB3AK – http://screencast.com/t/IbLuK5Hq1Z
You can try also to add entire text that appear there pages/The-Awash-Post/1561451897477521 and it may take some time to update the likes number: http://screencast.com/t/of4vCvkT – http://screencast.com/t/1rht9PBYz
Also try this without any plugins active, leave only Visual Composer and Social Counter enabled and empty cache.
Thanks!
Hi,
Here you can find and comment smooth scroll: http://screencast.com/t/qumrLFqTqGPc
If you want to remove the lazy loading effect of images you can follow the steps provided by Emil in this tread: https://forum.tagdiv.com/topic/how-to-disabled-lazy-load/#post-42260
Thanks!
Hi,
Please try to add !important to the padding from the code that Emil provided to you: http://screencast.com/t/aPx2DNy94
Thanks!
Hi,
We plan to add new blocks/modules, features like smart lists and smart sidebar on Newspaper v.5, we’re working on it. We also plan to add the page Mega Menu (Travel – on Newsmag).
Thanks!
Hi,
Unfortunately we don’t have a guide available for this. We will make a guide in the future, we’re still working to improve this section.
Thanks!
Hi,
Please send an email at contact@tagdiv.com , paste a link to this conversation and provide login credentials.
Thanks!
Hi,
That was example how to target it, you can use a rgba color for transparency: http://screencast.com/t/7YqiCca4Yr
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
This issue may appear from html tag that is not empty in post content, so when the sidebar is on left side it doesn’t affect it, but when is on right side that unclosed tag affect it and drop bellow content.
Also please provide a link to the article with sidebar on right so we can take a look(in your link you have sidebar on left).
Thanks!
Hi,
You can ttry to do this like you have done with gallery template – https://forum.tagdiv.com/topic/post-format-with-special-single-php/
Create single template and the loop will be called there like our template are created: http://screencast.com/t/FIQRg4ku
Thanks!