Hi,
Can you please send a link to your site so we can check this?
Thanks
Hi,
Unfortunately the theme doesn’t have a feature like that. You could try to search and use a plugin to achieve that, like https://wordpress.org/plugins/mashsharer/ or similar.
Thanks
Hi,
@cristiandark & @adhi
Sorry for the delay, unfortunately we don’t know on weekends that it why we haven’t answered, also we do care about this, actually we are working to release an update no later than tomorrow which will fix this and other bugs.
@prose976
Have you managed to solve your issue? Please send an e-mail at contact@tagdiv.com with your wp-admin user and pass so we can check, also send an URL to this topic or specify your your issues in detail.
Sorry for the inconvenience and thanks for understanding!
Hi,
@adhi
We will fix this in the next update. Sorry about this, like I said we know about this and we are working at it.
Thanks for the message!
Hi,
Unfortunately the theme doesn’t have a style like that. We will consider this for future updates if more people request this. Note that we have over 150 feature request on our list and we have to pick very carefully what we implement.
Thanks for this suggestion!
Have a nice day!
Hi Christopher,
You can try to use this filter in functions.php :
function set_category_widget_parameters($args) {
$args['exclude'] = '98';
return $args;
}
add_filter('widget_categories_args','set_category_widget_parameters');
Just replace “98” with your featured category ID.
Hope this helps you!
Thanks
Replied via e-mail!
Thanks for the message!
Hi,
@Shashank Shekhar
Unfortunately at this moment the mega menu it’s limited at using only just 5 subcategories that’s why it dose not show the other subcategory. Sorry for this. We are considering a better implementation but this is not on top of our lists and probably will not be available soon.
Sorry for the inconvenience!
Thanks for understanding!
Hi,
We will update the VC plugin with the next theme update which will be tomorrow.
Sorry about this and for inconvenience.
Thanks
Hi Christopher,
Sorry for the delay, glad you have figured this out.
Thanks for your help!
Have a nice day!
Replied via e-mail!
Thanks for the message!
Hi,
You can read about this here: https://developers.google.com/youtube/youtube_subscribe_button or search for a plugin that dose that.
Thanks
Hi,
Please provide more details about this, I have tried to access your site and for some reasons it’s not loading, so let me know what kind of issues with big slider you have.
Note that this may happen due to CDN plugins/server cache, make sure you deactivate any type of CDN plugins and empty the server cache and that you use the 1170px layout.
Thanks
Hi,
I’m not sure why on your page the video it’s not showing, I have also tested this, first checked if the video work just by putting the video URL into post content and then if I added the video as featured video, worked fine in both ways:
* this is how i have set it in post editing panel: http://screencast.com/t/kWacqWJgm
* this is the result: http://screencast.com/t/ELCcmKkPE2d
Should work fine, note that I used the video you use in the post and works fine, please make sure you do the same then deactivate all plugin and check then to see if this is still happening, also try to remove and add the video again into post and as featured video.
Please let me know if this helps!
Thanks
Hi,
I’m not sure I understand where that space comes from, please use http://pastebin.com/ to send me your post content so I can check, just paste there the content http://screencast.com/t/9NhhUEqhq so I can test this myself and also send an URL to your site.
Thanks
Hi,
Have you managed to figure this out? I have checked your site and look fine now: http://screencast.com/t/zzsjBnj9
Thanks for the message
Hi,
The thumbs are set like that via css using float:left. Use this custom css in theme panel > custom css to set it the float right:
.td-big-grid-post {
float: right;
}
.td_block_big_grid .td-big-grid-post-0 {
border-left: 3px solid #ffffff;
border-right: 0px;
}
Use !important after the value, like this float: right !important; if it dose not work.
Should work like this: http://screencast.com/t/OCjl4g1Z
Thanks
Hi,
We have removed them because either we don’t use them, you can enable them by deleting this code: http://screencast.com/t/DoNX5tCqv
Thanks
Hi,
Check here on how are added to post template http://screencast.com/t/ffe01oLlT and use this method to add them on your template also.
Or you could use Yoast Breadcrumbs – WordPress Breadcrumbs like this:
https://yoast.com/wordpress/plugins/breadcrumbs/
Hope this helps!
Thanks
Hi,
We have fixed this issue and will be available in the next theme update (4.2.2)
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
Unfortunately the mega menu was not designed to work like that. The best you can try is to add the category in the menu as an menu-item then add your categories that would replace the subcategories and set them to be a mega menu: http://screencast.com/t/W4DT5DS7nV Note that if you this method you will have to style the mega menu window to fit well into site because it will not look well: http://screencast.com/t/stYn2m7wNMI
I recommend you to use subcategories if you want to use the mega menu feature or add the categories as individual menu items and set them as a mega menu.
You can also follow this also: https://forum.tagdiv.com/how-to-use-the-megamenu/
Thanks for the message
Hi,
I’m not sure I understand your question. If you are referring to the “post settings” panel from post editing page http://screencast.com/t/Jt2nDc2uv note that those options are only for single post pages and are applicable to all posts formats.
If this is not answering your question please let me know and provide more details, a screenshot would also help.
Thanks
Hi,
You can find the default files here: http://screencast.com/t/Kr3sEx9k
You can read more about this here: http://codex.wordpress.org/Installing_WordPress_in_Your_Language
Hope this helps!
Thanks
Hi,
Glad it works now!
Thanks for the message!
Thanks for sharing!
Have a nice day!