Hi,
@sempak can you give us your site url to make an inspection. Do you have *.js conflicts? Can you take a look with an inspector?
What you can do is to disable all plugins and see if works. Can you give use more details about your server, config, etc.
Thanks!
Hi,
Use the if condition here from V3 http://screencast.com/t/ifEA6PxJ
Thanks!
Thanks @orcn
Have a nice day!
Hi,
@leda your problem is because you have hidden the featured images http://screencast.com/t/pdEdHG23 and this will hide the video to.
We will fix this in the next update, until that add this code: and get_post_format($this->post->ID) != 'video' like here: http://screencast.com/t/EQ9ziZKUl
Thanks!
Hi,
2. Transparent header is used when you use a background image. You can make the header transparent and the background will cover the header to.
Thanks @Kronos17 for your help! 🙂
Hi,
Those categories are empty? Do you have posts there?
Thanks!
Hi,
You can add the image of each author directly in menu editor using <img src="link to the logo" /> http://screencast.com/t/y5qHl10OT3k
Hi,
You have an HTML structure error. Could you disable the minify, do you use the W3 Total Cache? If yes, use only with Page Cache enable.
Thanks!
Hi,
Try to search on the Rev slider support, is not managed by us. 🙂
Thanks!
Hi,
That was left from old code and we forgot to remove it 🙂
Hi,
We know about that issue and don’t have a solution, the problem is simple on desktop you have one slide(4 posts) on mobile obvious you will have 1 slide to, but is a normal slide and contain only 1 post.
A solution is to increase the big slider post number with multiplier by 4 like
4 posts – 1 slide
8 posts – 2 slides
12 posts – 3 slides
or
you can hide the slider on mobile if you want via CSS.
Thanks for the message!
Hi,
Adjust this value from here: http://screencast.com/t/LCT4MCYl73
Thanks!
Hi,
The plugin works great if you use only our recommended and compatible plugins. The plugin could cause incompatibility if you use it with other plugins. We use it for our demo and works great.
Try to use it with all plugins disabled and then activate one by one and see which one cause the issue.
Thanks for the message!
Hi,
Use this patch from here: https://forum.tagdiv.com/topic/how-to-add-more-custom-ad/
Thanks!
Hi,
You can use this CSS, add it in Theme panel -> Custom CSS
@media (max-width: 767px) {
.header-logo-wrap {
display: block;
}
.header-logo-wrap img {
display: block;
}
.mobile-logo-wrap {
display: none;
}
}
but the logo if at the top. To move the logo bellow the menu you need to make some code changes.
Thanks for the message!
Hi,
Fixed the Support word, thanks 🙂
We will make the Twitter username from panel in the next version.
Hi,
@london789 can you give us your site URL? or give us your twitter username to test it myself.
Thanks!
Hi,
1. You need to set the block to show 3 post and if you use next prev ajax or load more button http://screencast.com/t/icj0autHV2 this will load the following posts, but this don’t have a limit in your case 10 and stop.
2. You need to inspect your site and see the selector for the Block 2 and hide is from CSS using display: none for mobile, you have in Theme panel -> Custom CSS this: http://screencast.com/t/sjeNacfQ that you can use for custom CSS only for mobile.
If you don’t manage the CSS part, give us your site URL to take a look and we will provide you the right CSS
Thanks!
Hi,
Somethings brake the layout, probably from an incompatibility with other plugin. I’ve tested that plugin and for me works great! see here: http://screencast.com/t/WXyVNEy1i
Disable all plugins and see if works
Thanks!
Hi,
Yes, is correct. I don’t know what to say, for me works great and i have tried on multiple installations. Try to disable all plugins ore one by one and see if works.
Thanks!
Hi,
The views doesn’t work with cache, this is a common issue on WordPress. You need to use some additional plugins to make the views working with cache plugins.
Thanks!
Hi,
I don’t understand you question? What doesn’t work for you? Do you want to show the author name? Where?
Thanks!
Hi,
We will take a look.
Thanks!
Hi,
I see that your site works now. Is everything ok now?
Thanks for the message!
Hi,
You use a cache plugin? Try to empty the cache.