Announcement

Collapse
No announcement yet.

Vertical Carousel(s) in Suivant ReadyTheme

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Vertical Carousel(s) in Suivant ReadyTheme

    So I've been able to get the CornerstoneUX carousel to slide vertically by adding
    Code:
    vertical: true,
    to the function (in this case the Related Products Carousel). Doing this has opened up another set of issues which now look like they could be fixed with tweaks to the stylesheet. The first issue is with the previous and next arrows, they are now both at the top pointing left and right. They need to be pointing up and at the top and pointing down at the bottom.

    Something else I've noticed is I think the height that the price (text below the thumbnail) might not be included in the javascript's calculation for slider - the first and last image in the slider are cutoff.

    I'm going to keep hacking away at this but I was just wondering if anyone else has done this and might want to share.
    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

    #2
    Wow - nobody else is trying to use these carousels vertically? Sigh....
    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

    Comment


      #3
      Hi Leslie,

      The vertical option isn't used very often. You are correct that a lot of CSS updating will be needed to make the default item in Suivant respond the way you want it to. Instead of moving the buttons around, I might recommend changing them from left/right arrows to just up/down arrows. I would also remove the variables set in the script except for vertical and appendArrows.
      Matt Zimmermann

      Miva Web Developer
      Alchemy Web Development
      https://www.alchemywebdev.com
      Site Development - Maintenance - Consultation

      Miva Certified Developer
      Miva Professional Developer

      https://www.dev4web.net | Twitter

      Comment


        #4
        Originally posted by Matt Zimmermann View Post
        Hi Leslie,

        The vertical option isn't used very often. You are correct that a lot of CSS updating will be needed to make the default item in Suivant respond the way you want it to. Instead of moving the buttons around, I might recommend changing them from left/right arrows to just up/down arrows. I would also remove the variables set in the script except for vertical and appendArrows.
        Well that's why I asked if anyone had any examples. I wouldn't even know where to start on removing stuff or where to change them to up/down arrows (the icon used maybe?).
        Leslie Kirk
        Miva Certified Developer
        Miva Merchant Specialist since 1997
        Previously of Webs Your Way
        (aka Leslie Nord leslienord)

        Email me: [email protected]
        www.lesliekirk.com

        Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

        Comment


          #5
          So what is the correct CSS for the up and down arrows? Obviously this is not it

          Code:
          .related-products .slick-next:before {
                          content: "\62";
                      }
                      .related-products .slick-prev:before {
                          content: "\61";
                      }
          61 seems to be the Home icon and 62 looks to be what's used for the account icon

          Leslie Kirk
          Miva Certified Developer
          Miva Merchant Specialist since 1997
          Previously of Webs Your Way
          (aka Leslie Nord leslienord)

          Email me: [email protected]
          www.lesliekirk.com

          Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

          Comment


            #6
            Hi Leslie,

            I believe you would use 21 for up and 22 for down.
            Matt Zimmermann

            Miva Web Developer
            Alchemy Web Development
            https://www.alchemywebdev.com
            Site Development - Maintenance - Consultation

            Miva Certified Developer
            Miva Professional Developer

            https://www.dev4web.net | Twitter

            Comment


              #7
              Originally posted by Matt Zimmermann View Post
              Hi Leslie,

              I believe you would use 21 for up and 22 for down.
              LOL - that gets me an exclamation point and a double quote
              Leslie Kirk
              Miva Certified Developer
              Miva Merchant Specialist since 1997
              Previously of Webs Your Way
              (aka Leslie Nord leslienord)

              Email me: [email protected]
              www.lesliekirk.com

              Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

              Comment


                #8
                Oops...in the declairation right above those classes, change the font-family to ElegantIcons.
                Code:
                .related-products .slick-next:before,
                .related-products .slick-prev:before {
                    font-family: 'ElegantIcons';
                    font-size: 1.50rem;
                }
                Matt Zimmermann

                Miva Web Developer
                Alchemy Web Development
                https://www.alchemywebdev.com
                Site Development - Maintenance - Consultation

                Miva Certified Developer
                Miva Professional Developer

                https://www.dev4web.net | Twitter

                Comment


                  #9
                  It already is, but in the wrong file - that's got me heading in the right direction now :) Thanks!
                  Last edited by lesliekirk; 07-19-16, 10:41 AM.
                  Leslie Kirk
                  Miva Certified Developer
                  Miva Merchant Specialist since 1997
                  Previously of Webs Your Way
                  (aka Leslie Nord leslienord)

                  Email me: [email protected]
                  www.lesliekirk.com

                  Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

                  Comment

                  Working...
                  X