Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #573702

    Hi,

    Our client insists on having a constant speed for the partners logo section where the logos should be displayed in rotation (from right to left) but they should never stop moving and in a loop: the 1st logo shows up again after the last logo. Similar to a carousel effect.

    Is there a way of doing this using Enfold’s current resources? Or through another plugin perhaps?

    Thank you

    #573826

    Hey sitesme!

    How many columns are you displaying in your partners/logo slider? I am not sure if i understood clearly, your client wants to have images slide without stopping one after another? Or just to loop them?

    Regards,
    Yigit

    #573829

    Hi again Yigit,

    What my client wants is to loop and to have a continuous carousel effect. Please check the last example at this page, the ticker: http://getkiwi.org/plugins/logo-carousel/

    Thank you

    #573853

    Hi!

    Unfortunately it would not be easily possible. But it seems like you already found the right plugin for yourself? :)

    Cheers!
    Yigit

    #573875

    Hi,

    I did find it randomly after a few tries (and after posting this) but I would much prefer to use the native enfold theme rather than external plugins.

    Nevertheless, this plugin does exactly what we need but… for some reason the width of the slideshow is limited and not taking the whole width space from the website. Can you please check the page in private and let me know if there is a CSS code that can fix this?

    • This reply was modified 8 years, 6 months ago by sitesme.
    #573885

    Hey!

    Please add following code to Quick CSS

    .bx-wrapper {
        max-width: 100%!important;
    }

    Cheers!
    Yigit

    #573890

    That is it Yigit! :) Thank you.

    Now… is there a way to add the code in all pages in the footer section? I am not using the footer for anything at the moment (just the socket). A 100% footer with just these logos. The code is as simple as:

    [logo-carousel id=default]

    Many thanks.

    • This reply was modified 8 years, 6 months ago by sitesme.
    #573895

    Hi!

    Please go to Enfold theme options > Footer and choose to display 1 column and then choose to display Footer widgets as well as socket and go to Appearance > Widgets and add your shortcode in to your widget area using Text widget and it should work fine. If not, let us know :)

    Best regards,
    Yigit

    #573900

    Unfortunately it didn’t work. Pls check the page in pvt. It only shows the first logo static, nothing else. The same slideshow is showing above working fine with the same code pasted directly on the page.

    #573910

    Hey!

    Please add following code to Quick CSS as well

    #footer .widget li {
        clear: none!important;
    }

    Cheers!
    Yigit

    #573921

    It worked perfectly well :)

    Thank you once again Yigit!

    #573925

    Hey!

    You are welcome :)
    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Partner logos constant speed (carouse style)’ is closed to new replies.