Hi,
I also checked this on Chrome (logged in/out, incognito) and did not found any issues with it. Please check this without any plugins active except of just Visual Composer, clear cache and see if you still have issues with it.
Also please provide a link so we can take a look.
Thanks!
Hi,
You can do this if you don’t want to use a banner beside the logo on header style 1. Anyway you also can use a header style with full logo like style 3 or 6.
If you want to do this with style 1 you have to edit the header template – http://screencast.com/t/j0OU0LAt and use this custom css in Theme Panel > Custom Css to center the logo – http://screencast.com/t/H38xqFkonIDK
.test img {
display: table;
margin: 0 auto !important;
}
Thanks!
Hi,
Please try to disable all your plugins leave just Visual Composer active, clear cache and purge your files if you use CDN, then check if you still have this issue. Also disable all css/js minification. If you don’t have this issue anymore please activate your plugins one by one and see which one caused this issue.
Thanks!
Hi,
You can edit module files and move the title above the image, for example module 2 – http://screencast.com/t/FDJJlcSQ0
You may need additional customization as it may look like this – http://screencast.com/t/UNmzBYEC4 so you will need to use also custom css, something like this – http://screencast.com/t/S1R1hZOv5D
.td_mod2 .entry-title {
min-height: 60px;
}
Thanks!
Hi,
You have to use a plugin like WP User Avatar (we also use it on demo), just install it and the avatar option will appear in Users -> Your Profile so you can upload an image – http://screencast.com/t/XhuxLvam
Thanks!
Hi,
We use the default WordPress search, only the ajax live search is made custom.
Thanks!
Hi,
I have checked your site and also category url doesn’t work – http://screencast.com/t/PTXq4vmadtr Please resave your permalinks and also deactivate all plugins except of Visual Composer, clear cache and check if you still have this issue.
Thanks!
Hi,
Yes, you can try this css code to target footer icons – http://screencast.com/t/H13NqETA
.footer-social-wrap i {
color: #222222;
}
Thanks!
Hi,
Unfortunately there is no option to change the footer text color from Theme Panel, but you can do this using custom css in Theme Panel > Custom Css: http://screencast.com/t/YsiFd0iq
.footer-text-wrap {
color: #222222;
}
Thanks!
Hi,
We have changed the child theme system (for which we will have a documentation available soon) and because of that at the moment only the file from the root of the theme can be overwritten via child theme. Until then please make your changes in the main theme file. Sorry for inconvenience!
Thanks!
Hi,
The subcategories in megamenu are limited to appear only 5, please check this topic and change that value – https://forum.tagdiv.com/topic/sub-categories-number/
Thanks!
Hi,
You have to edit module 8(this is used to create block 9) and make this change – http://screencast.com/t/mKXlw7y7wn6
Result: http://screencast.com/t/8R3zMACgiVQ
Thanks!
Hi,
You have to replace the # with your link:
<div class="td-visible-desktop">
<a href="http://www.yourhome.ie/show"><img src="http://yourhome.ie/wp-content/uploads/2015/06/Love-Your-Home-Leaderboard2.jpg" /></a>
</div>
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
This feature doesn’t work well with caching plugins, so you should test this without a cache plugin. I guess that this caused also issues with your block (“it doesn’t update that often”).
Also you have to wait 24-48 hours to be sure that the above solution works as this sort option is applying from the moment that it is activated on a block.
Thanks!
Hi,
1. Like I said above and also the developer told you that you have to edit each module where you want reading time to appear and place there your php code or shortcode – http://screencast.com/t/xDPvB0ua
Adding this code into the modules it should display reading time for your articles on pages, category pages every where there are used modules/blocks.
If you want reading date also on your post pages you have to edit loop single (for each post template) – http://screencast.com/t/W8kHujLb86s
2. Also the progress bar I guess that it must be activated from plugin’s settings.
Unfortunately we did not tested this plugin and if you don’t know how to implement it I suggest to hire a freelancer to do this for you as we cannot provide any type of custom work at this time, sorry!
Thanks!
Hi,
I already told you that it may appear like this because you have minified the css.
Thanks!
Hi,
You could enable the image placeholder from Theme Panel -> Post Settings -> Featured image – http://screencast.com/t/yMyMyAKv You can replace the image with your own – http://screencast.com/t/tR5sYRRCv
Or you could use a plugin like this one that Christopher suggested here – https://forum.tagdiv.com/topic/default-featured-image/#post-51737
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
I have checked your site and did note found any issues – http://screencast.com/t/nWzVmUjiP please clear cache and also browser’s cache.
Thanks!
Hi,
Like Lucian said above the theme doesn’t have any other styles for the social sharing buttons, you will have to use a share plugin if you want something like that.
You can use this custom css in Theme Panel to hide more from author – http://screencast.com/t/T87QMqDNrv
.td-related-right {
display: none;
}
.td-related-title .td-related-left {
border-radius: 3px;
}
Thanks!
Hi,
@abarrell Please deactivate all plugins, leave just Visual Composer active, clear cache and purge your files, then check if you still have this issue. Also disable any css/ js minifications. If you don’t have this issue anymore activate your plugins one by one and see which one created this issue or maybe it is a conflict between more plugins.
I have checked your site and you have some errors in the console – http://screencast.com/t/tX1Czbf1qL
@aricandra You also can try the above suggestion, these problems usually arise from plugins conflict.
Thanks!
Hi,
It might take some time since the key is generated and added to envato APi. I don’t know exactly when you have purcachsed the theme. We have also checked the key to the envato database.
Please send an email at contact@tagdiv.com and provide more details and also your key.
Thanks!
Hi,
If you want to disable modal for default gallery (not tagdiv gallery) you can remove this code from javascript file – http://screencast.com/t/12x2COpj5Ev Making this change it will remove modal for your default gallery images, but will not depend if you set link to attachment or media file – http://screencast.com/t/vIBSGHooozL
We try to find a solution and a better implementation for modal/lightbox in future updates.
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please set your excerpt type to words – http://screencast.com/t/qWFYsItGy or if you have to use excerpts on letters please increase this value for slider – http://screencast.com/t/XaSeeKMflUk
Thanks!
Hi,
Not sure how you have added the ad code. Please send an email at contact@tagdiv.com and provide wp-access so we can take a look, also paste a link to this topic so we can know who you are.
Thanks!
Hi,
Not sure what you mean, please provide more details.
Thanks!