Yourstyledesign
Forum Replies Created
-
Forum: Plugins
In reply to: [Logo Carousel] grey effect in IE 10That’s a compability issue with Internet Explorer.
It does work in IE8, but not in other versions of the browser.I am planning on fixing this, but I don’t know if it is possible in Internet Explorer.
Forum: Plugins
In reply to: [Logo Carousel] Update to 1.6.1 crashes display@kalanit
I am working on a fix for this problem.
Since I don’t have a fix available at the moment, you can download version 1.5.1. This version should work fine.
You can find it here.Forum: Plugins
In reply to: [Logo Carousel] Plugins doesn't working with 3.9I am sorry for all the problems this 1.6.1 update caused. And I am trying hard to fix all problems.
People who are having problems with version 1.6.1 could download version 1.5.1 from here. All other versions are also available for download.@atiqbd4ever
I tested Kiwi Logo Carousel 1.6.1 with all default WordPress themes since WordPress version 3.4, some common used plugins and with some themes who people are using here on this support forum.
I found no errors, and the errors I found are explained in the FAQ or in other topics in this support forum.
I am sorry, this plugin doesn’t work for you. But I can’t test my plugin with every theme and plugin available on WordPress. I hope you can understand that.@wordsilk
I think I fixed your problem. I will release a fix soon. But I need time to test this solution.
If you want to fix your site now, you can modify your themes css on line 610:#featured_products img { border: 1px solid #808080; margin: -1px; }
I tested it with firebug, and that worked. You can also use the old version while waiting on a fix.
Forum: Plugins
In reply to: [Logo Carousel] Plugins doesn't working with 3.9In the source of your website, on line 322. There is a
<code></code>
wrap around the Kiwi Logo Carousel. Is breaks the plugin.
Did you add it yourself or is this added by a plugin?Forum: Plugins
In reply to: [Logo Carousel] Plugins doesn't working with 3.9Could you give me a list of plugins?
It looks like something is conflicting with the plugin. But I didn’t find the source of the problem yet. Maybe a list of plugins could help me with this.
And are you using a custom theme or a third-party theme?Forum: Plugins
In reply to: [Logo Carousel] Plugins doesn't working with 3.9I tested it with WordPress 3.9 and it works for me.
I think a plugin or theme is conflicting with the plugin.
Please try it again with the default theme and no plugin’s enabled.Forum: Plugins
In reply to: [Logo Carousel] JavaScript error on IE8The parameter “new” is not in the plugin by default.
This extra parameter is most likely the error here.Did you make any changes in the plugins code?
If you didn’t, try to save the settings for the carousel again. This will refresh the parameters in the database.Forum: Plugins
In reply to: [Logo Carousel] Update to 1.6.1 crashes displayWhat exactly is not working ?
Did you update some other plugins too ?Forum: Plugins
In reply to: [Logo Carousel] space between logosKiwi Logo Carousel 1.6.0 introduces a new height option.
This option is set to 150 pixels by default. You can set this manually to 100 or maybe lower to reduce the space between te logos.Forum: Plugins
In reply to: [Logo Carousel] v1.6.0 URLs not savingVersion 1.6.1 will be released today. This update will fix this problem.
Thank you for reporting.Forum: Plugins
In reply to: [Logo Carousel] Any chance for URL attachement?Version 1.6.1 will be released today. This update will fix this problem.
Thank you for reporting.Forum: Plugins
In reply to: [Logo Carousel] url not working?Version 1.6.1 will be released today. This update will fix this problem.
Thank you for reporting.Forum: Plugins
In reply to: [Logo Carousel] url not working?I will investigate this problem
Forum: Plugins
In reply to: [Logo Carousel] v1.6.0 URLs not savingI will investigate this problem
Forum: Plugins
In reply to: [Logo Carousel] jquery is not definedThe scripts off Kiwi Logo Carousel are loaded in the footer. When jQuery is also loaded in the footer by your theme. It is possible that the Plugin’s javascript is loaded before the theme’s jQuery.
This results in a not working plugin. Moving the code that loads the scripts can solve this problem.