Viewing 10 replies - 1 through 10 (of 10 total)
  • Yes I second that, margin doesn’t work anymore.

    Here is a temporary solution:
    -download the previous version 1.6.1 https://github.com/wp-plugins/kiwi-logo-carousel/archive/1.6.1.zip
    -install it manually on the admin panel
    -disable the 1.7.0 version
    -enable this version
    This should get rid of the margin thing until a newer version is available. after that you can disable and remove the 1.6.1 version and update to a fixed version, when available.
    And the carousels and logo settings remain the same even after manually downgrading, so this shouldn’t be an issue.

    hope this helps

    I’ve just started using this plugin, and am wrestling with the margin/padding between my logos – I just need them spaced out a bit.

    Rather than re-editing my images to include a white border, is it worthwhile for me to downgrade to 1.6.1 ?

    (Great plugin btw, and I’m 90% there, but just getting frustrated by this !)

    Yes it’s definitely worth downgrading to 1.6.1 until the fix arrives. The margins work there. I have it set to 20px and it works (not in 1.7.0 though)

    Awesome, thanks so much, Cankar ??

    I followed your instructions and my logos are nicely spaced now.

    (I had previously spent an hour with Firefox/Firebug, playing with all the margin/padding parameters, but couldn’t work it out.)

    I’m glad I helped ??

    There is actually a really simple fix for this, simply open “kiwi_logo_carousel.php”
    Somewhere on row 179 you’ll find

    unset($parameters['klco_style']);
    
    unset($parameters['klco_orderby']);
    
    unset($parameters['klco_clickablelogos']);
    
    unset($parameters['klco_alignment']);
    
    unset($parameters['klco_height']);
    
    unset($parameters['slideMargin']);

    remove all those rows and voila your slider will work perfectly or just the last one for margins

    unset($parameters['slideMargin']);

    Good luck

    Thanks, ibreezer. I remove only this row: unset($parameters[‘slideMargin’]);
    It works for me.

    I too have had issues with 1.7.0. The logos were overlapping and not scaling to fit in the allocated dimentions.
    I have just downgraded to 1.6.1 an all is good again.
    Please let us know when a fix has been issued so I can upgrade to the latest version again.
    Many thanks

    i belive wordpress will notify you about a new version (1.7.1 probably) as it is released.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Version 1.7.0 doesn't have marigin functionallity’ is closed to new replies.