Code

Discussion on Logos Showcase - Multi-Use Responsive WP Plugin

Discussion on Logos Showcase - Multi-Use Responsive WP Plugin

Cart 8,745 sales

cmoreira supports this item

Supported

This author's response time can be up to 2 business days.

762 comments found.

This plugin throws up validation errors. Do any of the developers on Codecanyon check for validation errors?

Attribute alt not allowed on element a at this point.

Hi! Thank you for purchasing the plugin and pointing this out. By validation you mean w3c validation? I will work on improving the markup for the next update.

What version of php does this plugin require please?

Hi! Thank you for your interest. The plugin will work well on 5.2+ PHP versions. If you have any other questions let me know. Greetings, Carlos

I know you don’t support the retina display, but if i upload a logo at 2x size then afterwards alter the image size in settings to half that, would that work on hi-res screens?

Thanks. I’ve now bought the plugin, so I’ll give it a try!

Just want to say this works superb on a retina display! Couldn’t use the grayscale effect though, this wouldn’t work properly on safari on ipad at least.

Glad to know it works well with Retina! About the grayscale, indeed, some browsers that are not compatible with the css filters will not display the images in grayscale. Sorry for this limitation.

hello i tried the below but it didnt work?

On the end of the file, after the lines maxSlides: maxslides, moveSlides: moveslides Change it to: maxSlides: maxslides, moveSlides: moveslides, autoDirection: 'prev'

Hi! I assume you want to change the direction of the automatic scroll? Can you provide a link to the page were you are using the shortcode/widget? In reality you would need to make the change in two places, one for the shortcode preview (shortcode-generator.php) and another place (the carousel.js) for the actual use. Another reason could be a cache system. If you provide a link to the page I might be able to check what could be wrong. Greetings, Carlos

thanks carlos :) i figured it out in the ‘prev’ needed to be ‘Prev’ simple little adjustment :)

—but another quick question, i have some logos square and some logos rectangle is this going to be okay?

—and also sometimes when i hover over the scroller and then hover away from it, the scroll speed changes =//

http://bit.ly/1fZ4Kea < website :)

thank you for the really quick response

There seems to be something affecting the ‘hover’ action yes, as you say the speed changes. Not sure what is causing this yet. Could you send me a message via the contact form on my profile and we can follow up via email?

About the squared/rectangle logos, there won’t be a problem. The only limitation is that all the logos will take the same horizontal space, so the squared logos will look like they have more space.

Greetings, Carlos

Hey just purchased your plugin and I have to say im 99% in love with it. After fooling around the the image resizing issue with the responsive column layout I finally found a workaround I like. I used the normal grid layout, but I modified my theme’s sidebar-footer.php to set the min-width to 100%. I now have the logo showcase stretched across the entire bottom footer, which I love!!

My question is that it’s not quite centered. I had to modify a theme div align=center in the footer and that got the widget centered, but it’s still not quite correct. When I inspect the element it looks like it’s the lshowcase-boxInner div that isn’t quite centered. I’m hoping you could help shed some light?

Website is alabamawheel.org if you want to see what it’s doing now.

In styles.css of my plugin, remove the padding from the .lshowcase-boxInner rule:
.lshowcase-boxInner {
      position: absolute;
      text-align:left;
      left: 10px;
      right: 10px;
      top: 10px;
      bottom: 10px;
      /* padding:5px; */
}
Check if it helps :)

Perfect!! You rock, thanks for all your support!

Glad I could help! Cheers

Hi! I love this plugin! Thank you so much. I have a question. How do I change the width of the actual slider? I can’t find where to do it. What code do I need to change? Please take a look at this link and scroll to the very bottom. The slider spans through the whole page, but I want to set a limit to around 900px.

Thanks for your help! Sinoun

Hi! Thank you so much for your help and sorry for the late response. This works great, except with the new code the logo slider isn’t responsive anymore. Looks good on the desktop, but not a mobile phone. Scroll to the very bottom: http://derbiergarten.com/wp/

Hi! The slider is actually responsive also, but the arrows are out of the viewport, so it doesn’t seem like the slider is changing size. Add this to your theme style.css and it should improve it:
.lshowcase-logos {
width:90%; margin:0 auto;
}
If it doesn’t work let me know. Greetings, Carlos

dude, you’re freakin awesome. thank you!! :)

The shortcodes are not working for my theme, confirmed I am pasting the short code as text and it is not rendering as static.

Seems none of the bxslider CSS or JS scripts are loading, here’s a link to my page: http://fireontario.com/test/

Here’s the short code: [show-logos orderby=’none’ category=’0’ activeurl=’new’ style=’boxhighlight’ interface=’grid’ tooltip=’true-description’ limit=’0’]

Thanks for any help.

Hi! Like you say, your page is not loading the necessary files. Most likely it is missing the wp_footer() function in the footer. Read more about it here: http://codecanyon.net/item/logos-showcase-multiuse-responsive-wp-plugin/4322745/faqs/15704 Let me know if the wp_footer() is in place and the problem persists. Greetings, Carlos

Yes, I was missing the wp_footer() function in my theme. Thanks, awesome plug-in and support!

We would like our tooltip to pull from the “description” field instead of the title. How can we make this change? Will it also allow for basic html in the description field? Can we then adjust the width of the tooltip?

Hi! Yes, you can pull the tooltip information from the description field. When building the shortcode or using the widget, there will be an option for the tooltip where you can select the source of the info. The syntax for the shortcode for example is:
tooltip='true-description' 
You can edit the tooltip css in the file styles.css of the plugin. Or you can create new rules by targeting the tooltip, for example:
.lshowcase-logos .ui-tooltip {    
width:200px;
}
And yes, it will render basic html. If you have any trouble implementing this let me know. Greetings, Carlos

Hello,

i have 2 question regarding the Logo Showcase.

1. I have Logo witch i cropped to the same HEIGHT but they still have different widths. How can i make it working, to have same margins between the logos?

2. As i see on our webside – when resizing the Browser the Image Height is not getting resized too. Only the width? Can you have a look on the side please and tell me where there is the problem: http://goo.gl/n0HI14

Thanks.

Hm, i dont get it to work. Can you please have a look on the side: http://goo.gl/n0HI14 As you can see down under resolution of 480px some logos are really getting small (these one who have a large width).

How can i mange this that the logos will have down under this resolution always the same height?

Have a look on this demo here: http://themeforest.net/item/lookz-magento-parallax-template/full_screen_preview/6911371

or here: http://themeforest.net/item/ultimo-fluid-responsive-magento-theme/full_screen_preview/3231798

At the bottom the “Brand Slider” is really working fine. Also in responsive View. The logos have always the same width and height. On small screen then, there is only directly visible two or one logo.

Hi. The default behaviour of my plugin is not to resize, just like in the demos you sent me. Look at my demo page for example: http://cmoreira.net/logos-showcase/responsive-carousel/ In the carousel, when resizing down, the image sizes remain the same, they just the carousel viewport resizes. What’s happening in your site is due to a combination of the styles of my plugin with your theme styles. Try removing the img width/height 100% rules. From my plugin you can take them out on the file styles.css (which we added to solve the previous issue):
.lshowcase-logos .bx-wrapper img {
    -height:100% !important;-
}
And jquery.bxslider.css as I mentioned in the previous comment, which is still there:
.lshowcase-logos .bx-wrapper img {
    -max-width: 100%;-
    display: block;
    margin:0 auto;
}
Remove this rules and see how the carousel behaves. You can send me a message via the contact form on my profile and we can follow up via email. Greetings, Carlos

Always Grayscale does not work in IE or Safari.

Yes, this is correct in the current version ( on IE10+ and Safari for Windows). More information about this limitation here: http://codecanyon.net/item/logos-showcase-multiuse-responsive-wp-plugin/4322745/faqs/15703

Greetings, Carlos

Hi! This plugin does a really good job. Thanx. I purchased it and it starts fine. Now I have a problem: I am using a gantry template (rockettheme/hexerix): Site is: www.wissenstransfertag-mrn.de

If I use a carousel mode the contents of the page do not load up, until I do a cache clean on my browser (on Firefox e.g. Shift-click-the-reload-sign).

The page is loading for about 10 seconds. Then it stops without displaying the page/category view etc.

If I change it to grid-mode everything works fine.

I’m using it as a widget in several sections: Each time the same problem.

I used the Logo-Widget and tried the Text-Widget with the generated [logo]-Script-snippet: Same problem.

Any idea? Would appreciate, if you can help me very fast…

Regards,

Knut

Hi! Thank you for using the plugin. It seems something related to Firefox only, since I tested in Chrome and Safari on a Mac and this doesn’t happen (didn’t test with IE yet). I see your page has a ‘lazy loading’ effect, and there could be some kind of javascript/jQuery conflict with this effect and the carousel. Does your theme offer the possibility to disable this loading effect? You can write me via the contact form on my profile and we can follow up via email also. Greetings, Carlos

Hello Carlos. The plugin is awesome. I have one question though. How can I set a text caption for each image positioned right below the image?

Thanks

Hi! Thank you for using the plugin! Unfortunately in the current version this is not possible. Would the tooltip option work in you case?

You can however make a small code change and see if it works. If you open lshowcase.php and search for this line:
//$html .= "<div class="lshowcase-description">".$desc."</div>";
If you remove the first // of the line, that line will be active and it will show the description field together with the image. It’s not a feature ‘officially’ supported by the plugin, it won’t work well on all layouts, it might need some extra css adjustments. It’s something I’ve been planing to implement in a future version. Sorry for the current plugin limitations. Hope the info helps. Greetings, Carlos

Hello, the slider don´t seem to work on IE 11. Just on the same place and “shewing” / loading but not sliding…. or how to say… :) It´s not online the site so hard to share link. But maybe you know the issue?

Hi! Thank you for using the plugin and I’m sorry for this setback. The slider should work on IE11, so there might be something on your page conflicting with the slider code. This only happens on IE11? Without checking the page it’s a bit tricky to find out what could be the reason. Do you see any javascript errors in the browser console? You can write me a message via the contact form on my profile, and we can follow up via email, so you can send me screenshots for example. Greetings, Carlos

Hello, the slider don´t seem to work on IE 11. Just on the same place and “shewing” / loading but not sliding…. or how to say… :) It´s not online the site so hard to share link. But maybe you know the issue?

Hi! Thank you for using the plugin and I’m sorry for this setback. The slider should work on IE11, so there might be something on your page conflicting with the slider code. This only happens on IE11? Without checking the page it’s a bit tricky to find out what could be the reason. Do you see any javascript errors in the browser console? You can write me a message via the contact form on my profile, and we can follow up via email, so you can send me screenshots for example. Greetings, Carlos

Hi Carlos, Thanks for implementing the nofollow links. I was wondering if its possible to make individual logos nofollow rather than the whole grid. The reason is I would like to have link exchanges without websites which require a dofollow link and still have affiliate advertiser links which are no follow.

Hi! Unfortunately this is not possible at the moment, with the available settings of the plugin. It’s something I plan to implement in the future. But at this time, the best solution would be some custom code. Write me via the contact form on my profile, and I’ll try to give you some tips on the changes you need to make. Greetings, Carlos

Hi,

I am having a problem running your plugin on the same page as layerslider. It is occasionally breaking the first slide and transition on layerslider when logos showcase is set to autoslide. I think if I were able to set a delay on logos showcase so that layerslider could have time to fully load, it might solve the problem. Can you walk me through how I might set a delay in your plugin in the js file? The staging URL: http://davemann17.wpengine.com

Hi! Thank you for using the plugin and I’m sorry for this setback. Can you send me a message via the contact form on my profile? This way I’ll help you via email. Not sure delaying the logos showcase will solve the issue, but we can try. We’ll have to make some changes in the file js/carousel.js. We can try to wrap the code inside a setTimeout(function(){}) function for example. But write me via the contact form and I’ll try to provide more detailed code. Greetings, Carlos

Hi, It appears that come css is resizing the thumnail from 125 to 120px. I have check my css and I can not see any code which is doing this. If you are able to help me pinpoint the issue that wold be appreciated.http://gtmetrix.com/reports/www.thetrendspotter.net/1d6CruIf

Hi! In the sidebar for example, you are using the ‘responsive 2 columns grid’ which will make the images resize to fit the available space and keep the 2 columns. If you want the images to keep the original size you have to use the ‘normal grid’, this way the images will keep the same size, they won’t resize to fit the available space. Could this be the issue? Greetings, Carlos

Hello Carlos,

I have the plugin active as a carousel on a site. On first load of the page tt cycles through the logos extremely fast then starts the cycle as normal. Is there any way to fix it?

http://www.sonrisefestival.com/

Hi! Thank you for using the plugin. Can you try placing the maximum number of slides as 1 instead of 15? So all entries would be 1 (minimum, maximum and number of slides to move). Not sure this could be related, but just to see if it makes any difference. Greetings, Carlos

Looks like that fixed it. Thanks!

Hi i bought your plugin. The UI looks really cool and nice. Unfortunately after installing it, i got a heavy slow down in performance just by having the plugin activated doing nothing.

There is a tool to measure which plugins are slowing down performance the most (plugin to measure called P3 Profiler):

And now, congratulations :) your plugin does slow down the most out of 32, including WooCommerce. In actual numbers your plugin causes 61% of the complete loading time needed for a page. This slows down the page by 2.35 seconds on each load, even when the plugin does nothing at all, just activated in backend.

Is there any known solution to improve that performance not do decrease so heavily?

Hi! Thank you for purchasing the plugin and for the nice words on the UI. The info about the down performance sounds strange to me. I’ve also used P3 Profiler to run performance tests and the logos showcase plugin never displayed such results. Slowing down a page by 2.35sec is really insane, that’s to much, something must be wrong. I’m getting results below 0.004 seconds, so the info doesn’t match up. Could it be some combination of plugins that is causing this particular performance problem? Maybe the plugin is conflictual with one of your other 31 plugins? Could you perform a test in another website, to see if the results are the same? I really can’t replicate such results on the tests I do. Of course I am also interested in making my plugin faster, so I’m interested in finding out why it would display such results to you. Could you send me a message via the contact form on my profile, so I’ll give you my email, so you can share your test log with me, so I can see it? Greetings, Carlos

Hi Carlos,

I have bought two of your plugins (Team Showcase and Logos Showcase). With this plugin (Logos showcase) I am not able to “Set Featured Image” with images that I already uploaded. The message is “No items found”. However, if I upload an image within this window, I can set it as the featured image.

Can you figure out what’s happening here? EDIT: Login info sent by email (thru your profile page).

Hi Carlos, deactivating WPML Media plugin fixed the problem. I’m not convinced I need that plugin for now, so I’m happy. I’ll let WPML know.

This was the DIY solution to fixing WPML Media plugin (see bottom of thread for Nov 13, 2013 post). http://wpml.org/forums/topic/media-library-still-not-working-properly-after-update/

Glad you found the solution! Thank you for sharing the link! Might be useful for other users with the same problem. Thanks!

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey