Hi,
Radu have tried to fix this but its a little difficult, is still on our todo list, we will try to fix it somehow.
Thanks for the message!
Hi,
I used the same code:
http://screencast.com/t/l4waoz4Pu9
and works fine: http://screencast.com/t/hjwaY161
Make sure you see an attachment from a post with multiple images attached.
Thanks!
Hi,
Copy your header code ad in Sidebar ad http://screencast.com/t/7ZpCBRIgBqwR and add the ad widget in sidebar and choose Sidebar AD. http://screencast.com/t/pxIUpLZk
Thanks!
Hi,
Each button are defined here: http://screencast.com/t/Q2l46aLXfQ
Thanks for the message!
Hi,
Can you show me a screenshot with the request. All settings for breadcrumbs are here, if helps: http://screencast.com/t/hXrI8m08k5
Thanks!
Hi all,
We have this on our todo list from the first release :), we will try to make something but not in the next update, is a little difficult, because this will increase the CPU usage on servers.
Thanks for the message!
Hi,
You can change it via CSS
1.
.post .td-sub-title {
font-family: your font;
}
2.
.author-box-wrap .author {
font-family: your font;
}
3.
.widget_recent_entries a {
font-family: your font;
}
Thanks!
Hi,
Can you give us your site URL to see the issue. I’ve checked on my installation with a background + stretch on Samsung Galaxy S4 + Stock browser and work fine.
Thanks!
Hi,
I;ve checked the issue, i use Seo by Yoast Version 1.5.2.6 and works great, see here: http://screencast.com/t/O6LrpnLENdW
On our demo we don’t have installed the Seo by Yoast plugin.
Thanks for the message!
Hi,
The reviews was built following the schema.org. You can’t click on stars, the reviews ratting doesn’t support user rating.
If you want user rating you can use a review plugin that allow user ratting.
Thanks for the message!
Do you use the retina logo from Theme panel? http://screencast.com/t/qYGhGp1P4 that is for phones with retina. If not don’t use try with this CSS, add it in Theme panel -> Custom CSS
@media (max-width: 767px) {
.td-full-logo .td-logo img {
height: 44px;
top: 3px;
width: 38px;
}
}
Thanks!
Hi,
Please follow those steps: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
Hope this help!
Thanks!
Hi,
Try this one and remove the other provided:
.td-like-tweet-facebook > iframe {
width: 130px !important;
}
Hi,
You can use the W3 total cache but only with page cache enable.
If you enable minify will cause issue.
Thanks for the message!
Hi,
The excerpt is automatic from the post, in Theme panel -> Excerpt you can set the length for each module.
If you want manual excerpt you need to fill this one: http://screencast.com/t/hhvDSPX0
Thanks for the message!
Hi,
You can hide the ALL via CSS, hope will work, use this CSS, add it in Theme panel -> Custom CSS
.block-child-cats li:first-child {
display: none;
}
About the sorting order, now is alphabetical sorted.
Thanks!
Plugin must be updated individual if exist a new version of it. Replaced via FTP or removed and installed again from the theme plugin request.
We will update the VC plugin, the updated plugin will be available with the theme.
Thanks!
Hi,
Is still on your todo list, we doesn’t managed yet this issue. Sorry about that!
We will take a look, i will speak with the developers.
Thanks!
Hi,
Please can you explain what issue you have?
Thanks for the message!
Hi,
If you want a simple AD just go to Theme panel -> Ads and use this HTML code
<a href="add here a link when click on the ad"><img src="link to the image" /></a>
If you want responsive(different ad on each device desktop/tablets/phones): use this code and add you ad code for each section.
<div class="td-visible-desktop">
desktop ad code
</div>
<div class="td-visible-tablet-l">
tablet landscape ad code
</div>
<div class="td-visible-tablet-tp">
tablet portrait ad code
</div>
<div class="td-visible-phone">
phones ad code
</div>
Hope this help!
Thanks for the message!
Hi,
Use this code:
<div class="alignleft"><?php previous_image_link(); ?></div>
<div class="alignright"><?php next_image_link(); ?></div>
Thanks!
Hi,
I know about that plugin from some users that they use. It wasn’t tested by us. If someone know an alternative please post here.
Thanks for the message!
Hi,
Add the above CSS in Theme panel -> Custom CSS
Hi,
DO you use cache? Empty the cache the try in Incognito mode (browse in private) to be sure the content is not cached.
Thanks!