Viewing 15 replies - 1 through 15 (of 18 total)
  • I have the exact same problem than you.
    If anyone could help, that would be very appreciated.

    Thanks

    Maeve, you were saying in older posts that we make it responsive by changing manually the width in %, into the css.
    No matter what I do in #logo-slider, there is no change on the screen. I don’t get it.

    Thank you for your help and cool plugin.
    Ben

    Plugin Author Maeve Lander

    (@enigmaweb)

    Hey guys, please post links to your site so I can see what you’re referring to.

    Thanks,
    Maeve

    Thread Starter smdstudios

    (@smdstudios)

    Here is my site.

    http://mm.tahoecreativesolutions.com/

    Hi Maeve,

    here is mine: http://sitetest.leacv.com/

    Thanks a lot for your help and best practices.
    Benjamin

    Hi,
    Is there any updates on this post? I am also trying to make the logo slider responsive. I have tried to add a width of 100% in the settings, however it would only accept a fixed width. Any guidance would be great!
    Thanks!
    Jen

    So, I read in a past post that some successfully modified the logo-slider.php file. Although this is not ideal since I can’t update the plugin, it did work.

    In the logo-slider.php page: line-682
    change width: <?php echo $wp_logo_slider_settings[‘slider_width’]; ?>px;
    to width:100%.

    The one bad thing about this solution is that it stacks the logos on top of each other instead of reducing the number that appear at 1 time in the slider window.

    Thread Starter smdstudios

    (@smdstudios)

    I tried the same and not change…I might just have to switch to another solutions.

    I confirm, it stacks the logos on top of each other instead of reducing the number that appear at 1 time in the slider window. Any way to fix that tiny problem? A big thank you to the one who’ll find an idea 🙂

    Ben

    PeterGV

    (@petergv)

    Same issue, sorry to say. When adjusting the browser widths SOME widths work, others do not. This is in Chrome.

    In IE 11, I don’t see any logos AT ALL. This seems to be a big problem.

    We have a test site up where you can see this (at least for a while):
    http://69.195.124.164/~osrcom/our-clients/

    Hope we can get some help…

    Plugin Author Maeve Lander

    (@enigmaweb)

    Hey guys, the current version of Logo Slider is meant to be fully responsive. I think the posts you’re reading about adding code to make it resposnive are old posts from before the latest release. Please don’t do that, it’s not how it works now.

    I’ve tested the plugin a lot and the responsive layout works totally fine for me. In order to help you I need to see examples of the plugin NOT working for you. Then I can check your code and try to work out what’s going on. Thanks

    Plugin Author Maeve Lander

    (@enigmaweb)

    @petergv
    I checked yours and can see the problem is that you have a fixed px width forced in the stylesheet like this:

    #logo-slider-wraper {
    width: 725px !important;
    }

    I’m guessing this is probably left over from before the plugin was responsive? Anyway, if you remove that I think it will fix your problem.

    If you need to have a width less than 100% you can specifiy it like that in your css but make sure its a % not a fixed width

    Other ppl with this problem… check your own stylesheet for similar problem. A lot of you may have put in a fixed width there back before the plugin was responsive

    Plugin Author Maeve Lander

    (@enigmaweb)

    @smdstudios
    I checked yours at http://mm.tahoecreativesolutions.com/ and it looks like it is working fine for me

    Plugin Author Maeve Lander

    (@enigmaweb)

    @shadow461
    Please ensure you are running the latest version of the plugin (you wrote that you added a width in settings but latest version does not have a field for that so I think you are running an old version). Then remove your custom code, and post a link if it’s still not working for you and I can try to help you further.

    Thanks

    digibuze

    (@digibuze)

    Hi Maeve,

    I would grandly appreciate your help.
    Here’s my website: http://sitetest.leacv.com/

    Thank you for your support
    Ben

Viewing 15 replies - 1 through 15 (of 18 total)

The topic ‘Slider not responsive’ is closed to new replies.