762 comments found.
Is there a size limit to this carousel? I hope I can ask this question clearly. I understand that the height of all the images must be the same – but I’m using the Jupiter theme and that logo carousel has a 170 px height. Does this carousel have a height limit? Thx!
Hi! Thank you for your interest in the plugin! The carousel will have the width of its container and the height of the images, which have no limit. You can even use the plugin for a picture gallery or slider, since it accepts big images. If you have any other question let me know. Greetings, Carlos
Thank you for your speedy reply! I am going to purchase & give this a try as it looks fabulous!
Hello! Great plugin! How many sites does one purchase cover?
Regards
Thanks for the answer Carlos! Wish you a great weekend 
Hi, I’m trying to setup a Horizontal Carousel on my website, but it doesn’t look like the carousel is responsive (the right-most logo always gets cut). Please advise. Thank you.
Hi, thank you for using the plugin. It’s probably a matter of adjusting the settings, particularly the minimum/maximum amount of slides values. If you share the link to your page I can check what’s the best solution. You can send it to me via the contact form on the support tab if you prefer. Greetings, Carlos
Hey cmoreira,
thanks for the great plugin. Unfortunately all the logos appear blurry. The uploaded logo size is 300×200 and my settings are 300×300 (just to make sure that they are not downsized). Right now I`m using a 5-column layout, so the acutal size is about 200×140 – but they still are blurry.
Looking forward to your answer. Cheers, Alex
Hi Alex, write me a message via the contact form on the support tab with a link to your page so I can check what could be wrong. Greetings, Carlos
Hello thank you for this great plugin! I want to change the color of titles logos. But I can not find the right CSS class. “Ui -tooltip” does not work . Could you help me ? Thank you very much
Hi! Thank you for using the plugin! Please write me a message via the contact form on the support tab with the purchase code for the plugin and the link to your page so I can check which css would work better in your environment. Greetings, Carlos
I am using the carousel style of the logos showcase with my divi theme. Unfortunately all logos appear one under another, each stretched to the full width of the actual row / full width column. 
Oh, maaaaaaan! Ist must be interface=’hcarousel’ instead of interface=’carousel’. Why isn’t that explained anywhere? :-/
Apart from that, excellent plugin! Love it! Great job, Carlos! 
Hi! Glad it’s working! Usually the shortcode parameters are generated automatically, so the ‘hcarousel’ is added automatically. Sorry that it isn’t specified anywhere. But glad it’s working
Thank you for the positive feedback! Greetings, Carlos
Thank you very much for your response, Carlos! Highly appreciated! 
I’d like to have a normal grid show the logos left justified, rather than centered. What’s the best way to do this?
.lshowcase-logos {
text-align:left !important;
}
Check if it works.
Greetings, Carlos
Yep. That did it. I wish this could be on a per showcase basis rather than a setting, however.
Yep. That did it. I wish this could be a per showcase basis rather than in the settings, however. Suggestion for next version?
Yep! It would be great if this could be on a per showcase basis rather than in the settings that apply to all. Any suggestions on how to do that? And, if not, suggestion for next version!
<div class="YourCustomClass">[show-logos ... ]</div>The you would have the css like:
.YourCustomClass .lshowcase-logos {
text-align:left !important;
}
Check if it works.
Greetings, Carlos
Just wanted to say thank you. unbelievable support! the best I’ve seen…
Thank you for your positive feedback! Glad I could help. Greetings, Carlos
you can see the borders between logos ( i want it look like this ) like i saw in ur description
.lshowcase-logos > div .lshowcase-wrap-normal:nth-last-child(-n+3) {border-bottom:none !important;}
.lshowcase-wrap-normal {
border-bottom:1px solid #CCC;
border-left:1px solid #CCC;
margin-top: -1px;
margin-left: -1px;
}
So although it’s not impossible, it’s not builtin the plugin and not all layouts will work well.
If you have any other question let me know.
Greetings, Carlos
Hi! I want to display five logos on my website home page, but would like one logo (the one in the middle) to be larger than the other 4. How would I go about doing this? This would preferably be done with the responsive grid.
Hi! You would need some custom css to target that specific logo. Can you share the link to your page so I can check which css would work better? If you prefer you can send the url to me via the contact form on the support tab. Greetings, Carlos
No problem, Carlos. The logo I want to use in the center and larger than the rest is the Walden logo. http://romacogroup.com/
There would be a couple of ways to do this, but the first step would be to order the logos accordingly, so the Walden logo is in the middle. Each logo, when you edit them, has a ‘Order’ field (on the right side, under the categories). Use this field to order the logos and make sure the walden is in the middle (shortcode/widget order should be set to default).
Then we can either do this adding some code to the custom css field in the settings:
.lshowcase-logos > div > div { width:15%; }
.lshowcase-logos > div > div:nth-of-type(3) { min-width:30%; }
This will make the 3rd logo take 30% and the others 15%.
OR
In the latest version of the plugin available for download, you can edit the %width of each logo individually. You can use this field to set the other logos to be smaller.
One approach or the other should work. Let me know if you have trouble implementing it. Greetings, Carlos
Thanks, Carlos! This works great. My only other question, I upload the logos and they look fine and then once placed in the logo slider they become very distorted. See the Walden logo now as an example. Thanks!
The thumbnail is getting created with 200px, but now the Walden logo is being stretched to more than 300px, so it gets pixelated. Try changing the size in the settings to 350px width at least and re-upload the Walden logo (making sure original image is big enough). Check if it works. Greetings, Carlos
Thanks, Carlos! That worked perfectly!
Hi,
Your plugin have .po file?
Best
Hi! Thank you for using the plugin. At the moment the plugin does not include a .po file. It still needs some work to be fully translatable. Sorry for this limitation.
Hi. Bought it yesterday but when using it I only see a blank page when trying to “Add new logo”. Working on MAMP and WP 4.4.2. Any Idea?
Hi,
is there`s any way to lazy load the images inside the carousel? that it would be a great addition to the plugin if you could implement such a feature
Hi! Thank you for using the plugin! Currently there isn’t an easy way to implement this, maybe with another plugin, but it could be an idea for a future release, although I can’t promise anything
Thank you for your suggestion! Greetings, Carlos
Is it possible to filter by a category but then still filter by others? When I use this shortcode the only filter that shows says “All” but I would expect it to show all filters that apply to all team members that match 2016>
[show-team orderby=’title’ category=’2016’ layout=’grid’ style=’img-circle,img-shadow,text-left,img-above,normal-float’ display=’photo,position,social,freehtml,email,name,filter’]
(I have cross-cutting categories. One I use for the year they were on staff, and another set of categories for their department)
Hi! The question was meant for the Team Showcase plugin correct? The filter is only capable of displaying top level categories, it is not capable of displaying children categories as top level, that’s why it displays only the ‘All’ option, since ‘2016’ is a children category. And the filter will only display the categories selected, it’s doesn’t fetch the other categories. I understand what you’re trying to do, but it’s not possible with the current setup. But write me a message via the contact form on the support tab (from the team showcase plugin page) and we can follow up via email as I check if there’s a workaround. Greetings, Carlos
Will do thanks!
I am having trouble uploading the pugin
Hi! Just replied to your email. It might be possible you purchased a different plugin and not this one, since there isn’t a purchase information associated with your username. But if there’s any issue we can follow up via email. Greetings, Carlos
hello, is this suppose to work with WPML? i mean am i suppose to be able to translate the text that i give the logos on hover? cause i dont see how to do it. thanks
Hi! The plugin is not fully compatible with WPML, but you should be able to create deferent versions of each logo logo entry. Check if the custom post type ‘lshowcase’ is set to be translatable in your wpml settings. Hope it helps. Greetings, Carlos
it was off, i enabled and was able to translate 
Hi Gents I have baught your plugin and used it before. However I need to do something more complicated this time around.
I need to use the grid style, however the logos need to randomly change over the grid with a fading effect. Not one of the grid spaces should have an identical logo.
Will you be able to help me or can you suggest someone who can help
(function(){
jQuery(".lshowcase-logos > div").append(jQuery(".lshowcase-logos > div .lshowcase-wrap-normal ").sort(function () {
return Math.random() - 0.5;
}));
setTimeout(arguments.callee, 5000);
})();
This code will work on the normal grid layout and every 5 seconds the grid re-orders in a random way. But it’s missing the fading effects, etc. But it should give your developer an idea of what’s possible to do.
Hope it helps! I’m sorry that I can’t implement this myself, unfortunately it’s outside the help I can give and I currently don’t have much time for custom development.
Greetings, Carlos
Hi, it looks like the category filter on your demo shows the subcategories in horizontal rows under the parent categories. However my subcategories are displayed vertically in columns for my category filter. How would I make the subcategories appear horizontally in rows? Maybe CSS? Thx.
Hi! Thank you for using the plugin. If you share the link to your page I can check what could be wrong. You can send the link via the contact form on the support tab if you prefer. Greetings, Carlos
hi i have problems with the plugin, the carrousel horizontal dont shows on page (but i can see on the preview), and just can see on IE 11, but not on crhome, firefox or Opera
Hi! Thank you for using the plugin. It might be a javascript issue. Do you see any error when using the browser console? You can send me a message via the contact form on the support tab sharing the link to your page and I can check what could be wrong also. Greetings, Carlos
Hello,
at the actual version the carousel settings are missing… So there is no way to set up, the carousel stucks.
Please bring back that settings, thanks.
Greetings, Chris
Hello – it’s solved – not shown when normal grid active.
Hi! Thank you for using the plugin! I noticed an issue when using it on a multisite setup, is this your case? The default settings do not get populated. The next update should solve this. But they can be populated manually. Can you write me a message via the contact form on my profile so we can follow up via email? This way you can send me a screenshot of your settings page and I can tell you what to do to get the carousel working. Greetings, Carlos