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.

Hello,

I have an issue with grayscale setting for the logo. I read the past comments and downloaded the updated style.css to fix the issue with Firefox browser. However, there’s still issue with Safari browser. The logo slider would show a black background.

The Safari browser version that I’m using is 5.1.7 and my OS is Windows 7 64-bit.

Please take a look at my site and let me know your thought:

http://www.smoothieceuticals.com/scwp

Thank you,

Ryan

Hi Ryan! Thank you for using the plugin. The grayscale works fine with Safari version for Mac. But indeed the windows version has some limitations.

Safari 5.1.7 for Windows was already released more 2 years ago, but is the last version safari released for windows. They dropped support for the browser for this OS there will be no updates, so it’s an outdated and unsupported browser that doesn’t support the grayscale filters (only through javascript use). I don’t believe there are many people using this browser. At this moment I don’t have a fix for this, sorry for this limitation.

Greetings, Carlos

Is there a transparent setting please ? The website here: http://www.soldiersofglos.com has my logos at the bottom but you will notice the background is slightly different to the web page background. How do I make the logos background transparent please ?

Many thanks for the help and the great plug in !

Stephen

Hi Stephen! Thank you for using the plugin. When you copy/pasted the shortcode, it also copied the wrapping div, with the white background. The best is to edit your page in the ‘Text’ tab, so you see directly the code, and remove the div id=”shortcode” from the div wrapping the [show-logos] shortcode. See if it solves the issue. Greetings, Carlos

Carlos – as ever you were right ! Many thanks and all solved. Best wishes

Pre sales question – My goal is to filter the logos by category and put the shortcode for each category on separate tabs on a single page of my site. Do you have any examples of your tool working successfully with multiple shortcodes on tabs? I have another logo tool, and it is not displaying properly on the tabs. I’m using Easy Responsive Tabs from http://wordpress.org/plugins/easy-responsive-tabs/

Hi! Thank you for your interest! I’ve created a quick example using the plugin you mentioned:

http://cmoreira.net/logos-showcase/specific-requested-examples/

I can confirm that the slider/carousel layouts might have issues working well inside tabs, but the grid layouts shouldn’t have a problem. The carousel layouts use jquery to calculate size and animations and if the slider is hidden in a tab there might be issues calculating the correct sizes. But the grid layouts should work well, since they only use css to display.

If you have any other question or require another example let me know. Greetings, Carlos

Hi was trying to use:

<?php echo build_lshowcase(‘rand’,’partners’,’inactive’,’hgrayscale’,’hcarousel’,’true’,’4’); ?>

but getting error:

Fatal error: Call to undefined function build_lshowcase() in

I believe I updated the plugin recently too. Any thoughts?

Hi! Could be that the php function doesn’t have all the arguments needed, altough I believe the error would be different in this case. The latest version of the plugin has a couple more parameters for the php function so you would need to regenerate the shortcode/php function. If you updated recently make sure also that your cache is empty, in case the browser is loading the old javascript generator files (it could happen). A valid php function for the latest version would be:
<?php echo build_lshowcase('rand','partners','inactive','normal','hcarousel','false','false','0','','0'); ?>
Try regenerating the php function after emptying the cache or try this php function above to see if it works.

Greetings, Carlos

thx, the error is gone but no logos displayed now either. cleared cache too and didn’t see a console conflicts? the php above is in a page template should that matter?

Could it be that the category ‘partners’ doesn’t exist? Try using the same php function but set it to display all logos:
<?php echo build_lshowcase('rand','0','inactive','normal','hcarousel','false','false','0','','0'); ?>
It could also be that there is a javascript error preventing the carousel from starting. Can you check if there’s any javascript error on the page?

If you send me the link to your page it could help me to see what could be wrong also.

Greetings, Carlos

Hi cmoreira,

Why is it im seeing a black background on your plugin when viewing it on safari?

Check this link: http://sevenseas-marine.com/

Go to the bottom and see the AUTHORIZED AGENT SECTION.

On chrome and firefox, there is no black background there! How come is that?

Please help me to fix this asap….

Hi! Thank you for using the plugin. Just opened the page on Safari (v.7.04 on a Mac) and I don’t see any background colour there. Are you experiencing this issue on a particular version of Safari? Can you send me a screenshot so I could see what could be happening? Greetings, Carlos

Hello,

I have 3 questions.

1. Will this plugin work with TruMag theme? I ask because FilpWall cause issues. 2. Do you have the logo’s grey when you hover over they turn into full color but I do not want the name of the logo to popup, just want the logo to turn full color 3. Can I have multiple columns and rows, or are we limited to 3?

Thanks

Hi! Thank you for purchasing the plugin! Glad to know everything works as expected :) Greetings, Carlos

GREAT Job Carlos on both this plugin and the Team plug both are more than I expected…

Keep up the Great work…

Need to check your portfolio and see what other plugins you have :)

Thank you for the positive feedback!

Dear sirs, THank you for developing such an amazing tool. It’s been working great till someone, somewhere, tried to use it with ie 9.

http://waverleytraining.org/snippets/test-page-for-show-logos-plugin/ is a sample page I set up. As you can see, it looks great in later browsers. However in ie9, it looks like this : http://prntscr.com/3z8xzs

OK, I should have tested it (even though I hate old browsers) bit I now need to see if I can get it to work. Have you any idea what the problem might be that are causing that ‘number run’ down the left hand side below the logos?

Keep well and thank you. Prem

Hi Prem Couldn’t see the link you sent me because it displays a ‘Under Construction’ page. But from the screenshot I can see IE is not rendering the circle pager css and is displaying the numbers. It could be a css conflict with your theme styles, but can’t say for sure without debugging the code. Do you have the same issue when you visit this page http://cmoreira.net/logos-showcase/responsive-carousel/ ? One possible solution that comes to mind would be to use this extra css to hide the numbers:
.lshowcase-logos .bx-wrapper .bx-pager {
    font-size:0px;
}
Does it help? Greetings, Carlos

Hi I followed all steps in plugin tutorial, but I cant make the carrousel logos…please you can help me… thanks in advance.

website : surfnorthernchile.com

Could you place the shortcode for a carousel in a test page and share a link with me so I can check what could be happening?

Ok the short code:

[show-logos orderby=’none’ category=’partners’ activeurl=’inactive’ style=’boxhighlight’ interface=’grid3’ tooltip=’false’ description=’false’ limit=’2’ ]

php code: <?php echo build_lshowcase(‘none’,’0’,’inactive’,’boxhighlight’,’grid2’,’false’,’false’,’2’,’’,’0’); ?>

Thanks in advance

I can see you are using a grid layout and not the carousel layout, as you said you wanted. In the shortcode generator you should choose ‘Horizontal Carousel’ in the layout option. An example of a shortcode with custom carousel options would be:
[show-logos orderby='none' category='partners' activeurl='inactive' style='normal' interface='hcarousel' tooltip='false' description='false' limit='0' carousel='true,4000,false,false,500,10,true,false,true,1,3,1']
Try using this in a text widget to see if it works as expected. If it doesn’t could you place it in a page and share a link to it? Greetings, Carlos

Its poissible to create 2 different carrousel with different logos each on the same Wordpress Site? I can’t see a way to do it yet. thanks for your support

Hi! You can do this by grouping the logos in different categories, then generate a shortcode for each of the categories you have. If ou have trouble making this let me know. Greetings, Carlos

how can i make to some links nofollow??

Hi, thank you for using the plugin. The plugin only allows you to have all the links in the same shortcode follow or nofollow. There is currently no option to mix both states in the same shortcode. I’m sorry for this limitation. But with a small code change this is possible to achieve. Write me a message via the contact form on my profile and I’ll send you the instructions. Greetings, Carlos

Hi I just purchased this plugin, however I can’t find it in the Dashboard. I see there has been a comment about changing the number in menu_position. My number was 53, and I changed it to 17 and nothing worked. I then tried several numbers. With this said how many numbers must I try (its the range from 1 – 100 ; cause that will take forever )

Please assist, thank you.

‘menu_icon’ => plugins_url( ‘images/icon16.png’, FILE) , //’menu_position’ => 17

Hi Carlos – Could you please send me a blank email. Having problems with the email not going through. Thank you anschke@yahoo.com

Sent you an email just now. Greetings, Carlos

Sent you an email just now. Greetings, Carlos

Hi,

My tooltips are displayed without a background.

http://redphoenix.co.in/cv/

(check footer)

which code should i edit to make the bg for tooltips visible

Thanks :-)

Hi. Adding this css to your page should work:
.ui-tooltip {
color: #FFFFFF !important;
background: #666666 !important;
padding:10px !important;
}

Did you purchase the plugin with another account? The best in this situation is always to comment with the account you made the purchase with.

Greetings, Carlos

Oh, alrite, shall contact the theme developers before.

Thanks for the tip for the tool tip :-D

Hi There!

Is it possible to have two rows of logos on each slide?

Hi! Thank you for using the plugin. Unfortunately not, this is not possible in the current version of the plugin. What you could do is generate 2 shortcode with the same settings, to create this effect, although I understand this is not a perfect solution. I’m sorry for this limitation. If you have any other question let me know. Greetings, Carlos

Hi, I had an old version of this plugin installed (1.2.9) and it worked really well. The main thing I liked about it was the grey scale (and colour on hover) feature. I’ve updated the plugin to (1.4.1), but even when I select grey scale, they are still in colour? They look ‘faded’, but certainly not grey – take a look on the home-page here -

www.bizrisk.co.uk

Any thoughts?

Hi Carlos

It works in Chrome but not in IE 11 or Firefox – please see here -

Firefox and IE – http://i57.tinypic.com/2u7n0h5.png Chrome – http://i59.tinypic.com/zuh094.png

What do you think?

You’re right. Seems something is off on firefox. Try replacing the styles.css file of the plugin with this one: http://cmoreira.net/logos-showcase/wp-content/plugins/logos-showcase/styles.css

This should work well on firefox. With IE it’s a different story. I’ve written some info about this in my FAQ: http://codecanyon.net/item/logos-showcase-multiuse-responsive-wp-plugin/4322745/faqs/15703

See if the new css file makes it work on Firefox. Greetings, Carlos

It worked – thanks very much Carlos – great plugin :)

Hi Carlos,

Was wondering if there is a way I can tweak the carousel to make it smoothly and continuously scroll at a defined slow speed. If not, this would be a great addition to your superb plugin and something we’d really like to use if possible.

Also I can’t get the list feature to work. Graphically it shoots off to the right. Is this module working as intended in the current version (probably is)? If so, I’m not quite sure how to fix this.

Cheers!

Hi! You should be able to control the carousel speed in the settings of the plugin or when using the custom carousel settings in the shortcode generator. There’s a ‘speed’ parameter that should control the speed of the continuous scroll. If it doesn’t have any effect there could be some kind of conflict with some other element on the page. Not sure what you mean with the ‘list feature’. Can you maybe provide me a link to your page where you have the shortcode so I can see what could be happening? You can send it to me via the contact form on my profile if you prefer. Greetings, Carlos

I think you misunderstood me. I want to have a continuous, 1 speed scrolling banner where it doesn’t slide, pause, slide, pause etc. No matter what I put into the current settings it’s not possible to do what I described.

When building a shortcode, using the carousel layout and choosing custom settings, in the Autoscroll option if you choose ‘Yes – Non stop’ it should give you a continuous scroll like you describe. Does this not happen? Or in the settings page, you can set the default to autoscroll:yes-autoscroll non stop. Here’s an example of a shortcode with such settings:
[show-logos orderby='none' category='0' activeurl='inactive' style='normal' interface='hcarousel' tooltip='false' limit='0' carousel='ticker,2200,false,false,50000,20,true,false,true,1,6,1']
Check if it works as you expect. If it does not, there might be an issue somewhere. Greetings, Carlos

Is it possible to filter via two categories simultaneously? Say year and event sponsor level?

Hi! Thank you for your interest. In the current version of the plugin it’s possible to filter by multiple categories, but the way it works is ‘entries that belong to category X OR Y’ and you probably need the filter to be ‘AND’ correct? This is not available in the current version. If you have any other question let me know. Greetings, Carlos

What setting do I use for the responsive carousel in the shortcode generator? I don’t see it and the slider doesn’t seem to be responsive on the page? -http://Crazy88Auto.net

Hi, the responsive carousel seems to be working as expected on your page from what I see. The carousel viewport width gets smaller as the page gets smaller. And the images stay the same size. Maybe you are expecting a different behaviour? Or are you experiencing an issue with a particular browser? Greetings, Carlos

Hi,

I bought this plugin a while ago (let’s say 6 months ago). I need to update an older version (1.2.2) of this plugin as it’s not fully compatible with latest WP version 3.9.. However, I’m not able to download it from my download section as it’s not there, it just disappeared in some reason. Can you please provide me some help how to solve this out or provide me an update for this version.

Thank you in advance

Hi! Strange issue. Do you maybe have another account that you made the purchase from? I really can’t help much without having some proof of purchase, specially the purchase code. Do you maybe have the purchase emails from when you initially bought it? Greetings, Carlos

Just a heads up, the showcase generator is ignoring the value for description when generating the php code. Therefore causing the limit not to work.

Code before: <?php echo build_lshowcase(‘rand’,’clients’,’inactive’,’normal’,’grid4’,’false’,’8’,’’,’0’); ?>

Code after I fixed it manually: <?php echo build_lshowcase(‘rand’,’clients’,’inactive’,’normal’,’grid4’,’false’,’false’,’8’,’’,’0’); ?>

I actually re-downloaded the version today and problem still persists. I sent this message after I updated to 1.4.1.

Thank you for checking. It could be that your browser cached the previous version of the generator javascript file. But either way for sure this is going to be fixed in the next update also. Thank you for pointing it out. Cheers, Carlos

No problem Carlos, thanks for the useful plugin :)

Pre-sales question: I see that this plugin is based on bx-slider. The Kiwi Carousel plugin, also based on bx-slider, does not work with the Minimum premium theme (bought by me on Themeforest).

Does your plugin work with that theme (which has a built in slider based on bx-slider as well)?

Thank you.

Hi! Thank you for your interest. It depends how well the code is written. The logos showcase can be used with other products using the bx-slider, but it depends if the other products don’t target all bxslider elements in their code. Write me a message via the contact form on my profile and we can try to test it in advance to see if it works well. Even if it doesn’t, there’s probably a solution to make it work. Greetings, Carlos

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