30 comments found.
Just wanted to leave a note of thanks for this Logo Plugin. It works great. I am using it on WordPress 5.6 with the DIVI theme and while we did have a technical challenge (need to turn off Minify to get the logo actions to refresh), support was very responsive and helpful in identifying the issue. Result looks great!
You’re welcome, thanks for the great feedback, it is highly appreciated!
Hi, Can I order the logos alphabetically? I have a lot of logos and if i try to move up and down one by one… it would never end. Thank you.
Hi there,
Thank you for your inquiry, our devs team suggested below
Edit sls-wp-xml.php
1. go to near line 24
Before
$query=$wpdb->get_results("SELECT * FROM ".SLS_WP_TABLE." WHERE sls_wp_is_published!=0", ARRAY_A);
After
$query=$wpdb->get_results("SELECT * FROM ".SLS_WP_TABLE." WHERE sls_wp_is_published!=0 ORDER BY sls_wp_logo ASC", ARRAY_A);
2. go to near line 33
Before
// Xml nodes echo '<logo>'; echo '<name>' . slsParseToXML($row['sls_wp_logo']) . '</name>'; echo '<id>' .slsParseToXML($row['sls_pos']).'</id>';
After
$i=0; foreach ($query as $row){ // Xml nodes echo '<logo>'; echo '<name>' . slsParseToXML($row['sls_wp_logo']) . '</name>'; echo '<id>' .$i++.'</id>';
Hi there,
Thank you for your inquiry, you can refer to this knowledge base article on how to publish shortcode using Visual Composer, WP Bakery and similar builders – http://superstorefinder.net/support/knowledgebase/add-shortcode-wp-bakery-builder-visual-composer/
Hi, Is it possible for a logo to have two or three categories? Thanks
Hi there,
Thank you for your inquiry, at the moment, a logo can only have one category in the off-the-shelf plugin. This feature will be added in the future development roadmap.
hello, when will you do that implementation?
It’s kinda disappointed with the service I received,.After purchasing your plugin; I received support randomly. Now, you want to charge extra money just to add a few lines of CSS to your plugin. This will not just benefit me, but the rest of your audience. Also, why do the icons are loading as logo 1, logo 2, and so on instead of using their file name or logo name? Lastly, if you set up a category, the page loads up with the domain.com/category Name. This shouldn’t do that.
Hi there,
Thank you for your inquiry, based on Codecanyon support policy here, the off-the-shelf product features come as it is as per item description and live preview page, customization is not part of the support scope, however can be requested to our devs team via this email if needed. There will be service fee to engage with our devs team as there will be time and effort needed to perform customization of the code. Some code might look like editing a few lines, but in reality it maybe more complex than that to change the entire core UI of the plugin.
Alternatively, you can try to engage third party devs available here.
The logo that you’re referring to is loaded based on ID, this is the way that the plugin is developed, if you wish to call logo name instead, you can customize it if needed, but the off-the-shelf plugin comes as it is.
This plugin is developed the way it is, same with the category, if you’re not happy with it, you can request a refund via http://support.envato.com and we’ll be happy to approve it for you.
I am looking at some technical points and obviously you are trying to avoid my request. It is just CSS code, not backend code. It sounds to me you are not the developer and so you have no idea. I have also asked before I buy your plugin if you could help with this and you said to submit a ticket, you never said about charging extra. This is misleading and tricking customers to buy your product.
Hi there,
We’re unable to find your username in the query section in the comments as well as email support contacting us and there’s no instance that we promised to customize specific items for free.
Based on Codecanyon support policy here, the off-the-shelf plugin comes without modifying the code, if you have special request you can customize the code on your own, through third party freelance site (upwork, etc) or through our devs team if needed.
If you have a feature request, you can post it at our wishlist forum here http://superstorefinder.net/support/forums/forum/features-wishlist/
There’s never an instance where someone ask for a code change and it is done for free. There’s never a misleading statement in the item description area, Codecanyon support policy page and live demo page.
You can request for refund here http://support.envato.com and we’ll approve it for you.
I have multiple accounts here and have purchased hundreds of plugins and you are the first one that wants to charge for something that can be added. Of course I am not going to ask for a major change, this is just CSS code. That’s all. Anyways. I figured it out myself. Yes, I sent you an email last week with a different user name. Look at this http://prntscr.com/o317ea it comes from you and you never stated about paying extra fees, If I would known that then the story would be different and perhaps might not be a big deal here, but your transparency has failed by not letting the customers know before buying your plugin. That’s why I asked before my purchase.
Well noted, that’s great that you’re able to figure out the code. Apologize for not clarifying that customization and special requests will require effort/time thus requiring additional fee as our devs team are currently involved in a high number of customization tickets requested by customers world-wide. Even though, it is stated clearly here that Customization Services is not included in the support scope, we’ll make it clear next time in reply before purchasing to avoid this confusion from happening again. Have a nice day!
I definitely could request for a refund, but I won’t do this time as I intended that I made sure you aware of how you are handling your customer base and make the right decisions. Be up front and try to support them. Again, I am sure if the current developer saw my comment, he will accomplish this on the fly as he had replied some easy CSS workarounds. It’s about taking the time and read carefully any request.
We are escalating this to Envato directly, you cannot force us to do what you want. This is not your product and you do not have the rights to do this. We hope Envato will take further actions against you.
You are taking the wrong way here. All I am saying is that you gave me the runaround and didn’t provide the support needed. Again you already apologized which I accepted. I like transparency. I fixed my issue here. Done. We have the right as a consumer to speak out about a product, same as you, you can say whatever you want. Too bad that you don’t like that. I would be more than happy to talk to them. We have all the communications here logged.
LASTLY, I noticed that each logo has 3 boxes that are sit on top of each other. I have multiple stores locations with the same brand. For example. I may have ford brand in 3 locations and I’d like to display their address inside the logo in 3 columns. Can you do something like this http://prntscr.com/nyx5us ?
Hi there,
This looks like a special requirement, if you wish to have this layout, you can request our devs team to perform customization on the add-on via the contact form here https://codecanyon.net/user/highwarden
Excellent. Thank you for your amazing support. I’ll go ahead and submit a ticket.
Just sent you a reply.
Can you have 7 columns instead of 3? I have about 21 logos and I’d like to display 3 rows and 7 columns.
Hi there,
Thank you for your inquiry, there’s only 3 or 4 column option at admin settings page for different layouts in the off-the-shelf plugin. You can change the CSS to make it show in different column sizes or request our devs team to perform customization via the contact form here https://codecanyon.net/user/highwarden if needed .
Oh K. great. Thank you.
Lastly, can you change the icons shown there? Or do you have to hard code as well? http://prntscr.com/ny7ug5
Hi there,
You can change the icons by editing the image directly at images/sprites/sprite-icons-table.png
I see them, but how can you take advantage of the rest icons? http://prntscr.com/ny81x0
The rest of the icons are for future development, if you want to use it, you can edit the location of that icon to current icon and it will appear at frontend. i.e swap phone icon with i icon, at frontend it will show phone instead of i for information icon.
Ok. I see. Since you are thinking about future development for this amazing product, are we still using sprites? What about Fontawesome instead?
Thanks for your suggestion, we’ve forwarded to our devs team on your feedback, they might include font awesome options as well in the future updates.
Thanks. I am checking the logos and it looks like you are defaulting the logo names to logo 1, logo 2 , logo 3 and so on. Why not use their logo name. This is good for SEO. See image. http://prntscr.com/nyjzqu Also some people have claimed if they have more than 25 logos, they don’t show all of them unless they click on one of the logos and the rest start to appear. Have you encountered that? You might want to do a test to confirm. You only less than 20 logos so it’s hard to test.
Hi there,
Thanks for your feedback, we’ve forwarded your valuable feedback to our devs team.
Hi,
1. Does it support W 5.1 2. Does it comes pagination for logo pages 3. Does it support tags on each individual logo? 4. Which theme is best for this plugin, I want some theme that is clear and simple 5. Can it support 10,000+ logos?
Hi there,
Thank you for your inquiry, let me answer your queries as below
1. Yes, it supports WP 5.1.2
2. The logos plugin has progressive loading feature, which will load logos all in one page, however if you wish to have multiple pages for logos, you can request our devs team to perform customization via the contact form here https://codecanyon.net/user/highwarden
Based on Codecanyon support policy here, the off-the-shelf product features come as it is as per item description and live preview page, customization is not part of the support scope, however can be requested to our devs team via the contact form here if needed.
3. The demo is using Bridge WP theme. Most WP themes are supported.
4. The plugin should be able to support a large number of logos, depending on your database, storage and performance on your server.
My client has a licence of this, before buying another licence, I’m testing Logos Showcase on a new project. Are there situations where the shortcode don’t work in a WP text area in a Custom Post page where it’s supposed to work ?
Look below, your shortcode don’t display, whereas other shortcodes above do display in thoses text fields. Something is not working. Logos Showcase shortcode do not parse on that Custom Post page. But I tested in a normal post and normal page, and it works.
Hi there,
Thank you for your inquiry, it could be conflict with WP theme or other plugin, if you’re facing an issue, kindly provide below details via the contact form here https://codecanyon.net/user/highwarden and we can open a ticket to get our tech team to have a closer look
1) url of logo page
2) link to screenshot / description of the issue
3) temporary WP admin access
4) temporary FTP access
I have another question: If I preselect the Category, can I get rid of the Filters on top (metro style) ? Is there an option to hide the list of category ALL, CATEGORY 1, CATEGORY 2, ETC
I mean, if I preselect the category, I don’t need the user to see the list of categories
Also, does it work If I paste the shortcode in custom post ?
Hi there,
Yes, you can hide the categories for the Metro style using CSS override code below.
sls-category-list{ display: none !important; }
For more info about CSS override, you can refer to this knowledge base article here.
You should be able to post shortcode in custom post.
Can we paste a shortcode with a parameter to display only a specific category ?
LIke this:
[super-logo-showcase category=FoodBeverages region=Worldwide]
Can this be done ?
Hi there,
Yes, you can use the shortcode to show a specific category at a page, more details available at the Quick start page.
[SUPER-LOGO-SHOWCASE CAT=Drinks]
At the same time you can use the url parameter to point to a specific category as, for example as below.
https://superstorefinder.net/products/superlogoshowcasewp/#/region=Worldwide&category=FoodBeveragesWow !! Why isn’t this making hundreds of sales ? This looks good. I’m very tempted. Is this light ? Does it load any unnecessary Google fonts ?
That’s wonderful, yes you can choose Google fonts from admin settings page.
Can I make logos on tags for different pages? Will your plugin work with plugins that write alphabetically? What are the wishes for logo images?
Hi there,
Thank you for your inquiry, yes you can make different logos with different tags on different url pages i.e
https://superstorefinder.net/products/superlogoshowcasewp/#/region=Worldwide&category=EnvatoMarket
https://superstorefinder.net/products/superlogoshowcasewp/#/region=Worldwide&category=FoodBeverages
You can customize the sorting of the logos from admin panel. As for the wishes for logo images, if you can elaborate further, we might able to have a closer look at your query.
Thank! I really like your plugin; I will buy it soon. There is another question about the possibility of separating sorting into two lists by categories. For example, one list – the categories of letters of the Latin alphabet, and the other – the letters of the national alphabet. Hope you can help with this after purchase; It will be interesting to many.
You’re welcome, if you have a special request, you can request our devs team via the contact form here.
Based on Codecanyon support policy here, the off-the-shelf product features come as it is as per item description and live preview page, customization is not part of the support scope, however can be requested to our devs team via the contact form here if needed.
Thank you so much!
and grayscale available?
Hi there,
Thank you for your inquiry, yes you can set the grayscale option from admin settings page, more details available in this knowledge base article here http://superstorefinder.net/support/knowledgebase/logo-grayscale-option/
hello, presale, can i use it without categories?
Hi there,
Yes, you can disable the categories from admin settings page, more details available in this knowledge base article here http://superstorefinder.net/support/knowledgebase/how-do-i-remove-both-category-and-result-box/
Hello friends, i’m having problem with category from Super Logo Showcase…. When i enter to the page this down to logos. But i dont want this effect.
Page with problem using:
[SUPER-LOGO-SHOWCASE CAT=historias]
In this page: http://dts.lacalle.cl/historias-de-exito
Page without problem using: [SUPER-LOGO-SHOWCASE]
http://dts.lacalle.cl/logos/I need use [SUPER-LOGO-SHOWCASE CAT=historias] categories because i will create more categories.
Do you understand?
Please help, Thank you
Best Regards
Hi there,
Thank you for your inquiry, we’re able to view both url above and they seem to load fine. If you’re facing issue, kindly provide below details via the contact form here https://codecanyon.net/user/highwarden so that our tech team will be able to assist you.
1) url of page with issue 2) link to screenshot of issue 3) temporary WP admin 4) temporary FTP access
Hello,
i got a problem with the plugin. It doesn’t show up in the search on the site like the posts. How can i fix that?
Hi there,
Thank you for your inquiry, can you provide below details via the contact form here https://codecanyon.net/user/highwarden and our technical team will be able to assist you
1) url of logo page 2) temporary FTP access 3) temporary WP admin access 4) detailed of the issue / link to screenshot of the issue
When I’m adding a logo it will not let me add assign multiple Categories to my logos. Is this a bug or just not possible? If we can’t assign multiple Categories, what is the point of this? I have multiple sponsors under multiple categories, why would I enter them numerous time to get them in all the categories I need?
Hi there,
Thank you for your inquiry, each logo can only support a single category. We will add multiple categories feature at backend and frontend in the near future.
Amazing Work
Thank you for the great feedback, really appreciate it!
can we choose a default category ?
Hi there,
Thank you for your inquiry, yes this is doable by linking it to a url with parameters, here’s example of url of the demo site to show only Food & Beverages category
http://superstorefinder.net/products/superlogoshowcasewp/#/region=Worldwide&category=FoodBeverages