Hi,
The Visual Composer version that was included in the last theme update(4.1) was 4.2.3 and works fine.
You can get the latest theme version from themeforest and install the 4.2.3 version of VC plugin.
We will add the VC latest version in the next theme update.
Thanks for the message
-
This reply was modified 12 years by
Lucian.
Hi,
Remove or comment out this part in the td_authors.php file, like this:
http://screencast.com/t/sXeZrGzq
Thanks
Hi,
Sorry for the delay.
Glad that you have managed to solve it. We are working on this and will fix it in the next updates.
Thanks for the message!
Hi,
Unfortunately the theme doesn’t support such a feature like that and this is not possible at the moment.
Thank you for your suggestion, I will add this to our issue tracker, but because we have over 140 feature requests we have to pick very carefully what we implement. If more people request this feature we will do it.
Thanks for the message!
Hi,
Please make sure you have those posts set to default from backend – post add / edit page, like this: http://screencast.com/t/VcCD66eJMOhD
The option from Theme’s Panel > “Post Setting” and also the “Template Settings” for blog and post page templates are overwritten by the option from backend – post add / edit page so if you want to use the default from theme panel make sure that on posts set the default also.
If this issue is still present after that please send an e-mail at conatct@tagdiv.com with your wp-admin user and pass so we can check this and also include a link to this topic in your message.
Hope this helps!
Thanks
Hi,
I have tested this and seems to be working fine, make sure you have added the slider in the template like this: http://screencast.com/t/VzptCzabGa3 – this ex is for Homepage with background and no article list template.
Result: http://screencast.com/t/agcchZbY
Also make sure you have created the slider like this:
https://forum.tagdiv.com/topic/revolution-sliders-source-post-not-working/#post-15382
Known issues using speed booster is that is used to be in conflict with Revolution slider but we fixed it, of course it may be incompatible with some plugins so try to deactivate the plugins also if nothing else solves this.
Please let me know if you manage to solve this.
Also please send along a link to your site if you don’t solve this.
Thanks
Hi,
Use this css to stretch the small thumbs of block 1:
.td_mod3 .entry-thumb {
width: 100px;
height: 65px;
}
And this css is to remove the video icon:
.iosSlider .slider .item .video-play-icon-big {
display: none;
}
Hope this helps!
Thanks
Replied via e-mail!
Thanks for the message!
Replied via e-mail.
Thanks for the message!
Hi,
Please make sure you have the post set like this: http://screencast.com/t/FsvGCEVFHxbu
Should have a result like this: http://screencast.com/t/SpVQYrwcZ
Send me a link to a post that has this problem so i can check or include this topic link or specify this in the e-mail regarding the mobile slider issue if you can’t manage to get this done.
Thanks
Hi,
I believe you want to make the slider the same size of the image in the right from your homepage. In that case the height should be 416px if you want 500px just modify the height in the css from 416px to 500px.
Add this custom css in Theme Panel > Custom CSS:
.td_normal_slide .iosSlider-col-2,
.td_normal_slide .iosSlider-col-2 .item {
height: 416px !important;
}
Also go to functions.php file and change the images size like this: http://screencast.com/t/iHzRmY8GwF44
Then you have to regenerate your thumbnails like this: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Hope this helps!
Thanks
Hi,
Please send an e-mail at contact@tagdiv.com so we can check, please specify the issue or include an URL to this topic and provide wp-admin and ftp access.
Thanks
Hi,
This is because the view counts aren’t updated. We know about this issue and we are working on a better implementation for this.
You can disable cache plugin if you want accurate 7 days sorting or make the caching period shorter.
You need to use some additional plugins to make the views working with cache plugins.
Sorry about this!
Thanks for understanding!
Hi,
I have inspected your site and seems like you have some errors in the console http://screencast.com/t/7Ak0zqB8 these means that the fonts aren’t loaded because they are not found.
Please disable CDN, clear cache and also disable the plugins and see if works.
Hope this helps!
Thanks
Hi,
We have this on our issue list are still working on it, we will try to fix asap.
Sorry for this, thanks for understanding.
Hi,
The unique article feature doesn’t work on multiple pages, it’s build for static content.
On the page that you enable this feature a post will show only on tine in a block/slider …
You can also use offset on each block or slider if you want to jump over some posts and leave the unique article feature disabled.
Hope this helps!
Thanks
Hi,
You can recover your account details from here or address them via http://support.envato.com/
You can find the tagDiv speed booster plugin in the plugins folder in your theme’s files.
Thanks
Hi,
Please go to Theme Panel > Theme Colors and set a link color and link hoover color like this: http://screencast.com/t/nK8MPF3aLN
Should solve the problem.
Thanks
Hi,
To display pages instead of categories when using block you have to edit the block and type page into the post type field like here http://screencast.com/t/ZtLAAd68m6zr
You can do the same with the slider http://screencast.com/t/wSpsMToo0eA
I don’t though how can you use this while it’s displaying only the page titles and therefor need other custom work to change this.
The theme was build to use posts not pages.
Regarding the category page using pages there is no option for doing this and it’s not an easy task. You could do it yourself if you want or hire a developer to do it for you.
Thanks for the message!
Hi,
Use this and change the text color on hover as you like:
.widget_social .td_social_type .td_social_button>a:hover {
text-decoration: underline!important;
color: red!important;
}
Thanks
Hi,
@Steven Thanks!
@webjump You can use @Steven css, should work fine for you also.
Also I have misunderstood you so if you want back the pointing under the menu items when hovered http://screencast.com/t/KdVDEWPm you can remove the following css from custom css:
.sf-menu > .current-menu-item > a, .sf-menu > .current-menu-ancestor > a, .sf-menu > li > a:hover, .sf-menu > .sfHover > a {
border-bottom: none !important;
}
.td-full-layout .td-menu-background:after, .td-boxed-layout .td-menu-wrap:after {
display: none !important;
}
.td-full-layout .td-menu-background, .td-boxed-layout .td-menu-wrap {
border-bottom: none !important;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
top: 48px !important;
}
…this css removes the pointing under the menu items when hovered.
Sorry about this!
Thanks
Hi,
From Theme Panel > Header > Top Menu http://screencast.com/t/blxN0xlc
I see you have managed to fix your mobile menu, it’s working fine now.
Thanks for the message!
Glad you did!
Thanks for the message!
Hi,
You could do it via css using this custom css:
.td_mod6 .entry-thumb {
width: 326px;
height: 159px;
}
This way you set the image to fill the image container by setting the exact width and height of the container.
You can do the same for other block if you like.
This is for block 3 images which was made using module 6, see here: https://forum.tagdiv.com/modules-and-blocks/
This dose’t look so good though, see here:
ex:
http://screencast.com/t/KsvELvwnl
http://screencast.com/t/QfDa3x3kH
Hope this helps!
Thanks
Hi,
You don’t need to center it, just add it like this: http://screencast.com/t/mSu2UlSD
It will be displayed like this: http://screencast.com/t/QDAq6DgiwD
If you can manage to add it like this please send me an URL to your site so i can see and i will provide you more info.
You can also follow our documentation here if you have any other concerns, might be useful.
Hope this helps!
Thanks