0
Welcome Guest! Login
0 items Join Now

SOLVED RokQuickCart mobile add to cart not working

    • Curtis's Avatar
    • Curtis
    • Rocketeer
    • Posts: 78
    • Thanks: 1

    SOLVED RokQuickCart mobile add to cart not working

    Posted 5 years 6 months ago
    • Hello everyone,

      I am usin the kraken template on a new site, I have isntall RokQuickCart onto the site and the computer version works perfectly fine however when I visit the site on my phone and go to the shop section there isn't an add to cart button

      Does anybody know of any fixes to this?

      www.clete.shop
      Thanks in advance
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13481
    • Web Designer/Developer

    Re: SOLVED RokQuickCart mobile add to cart not working

    Posted 5 years 6 months ago
    • Please do not post extensions/template specific questions in the "General Discussion" forum. You should post in the extension forum or template forum as appropriate. Most of these forums are for members who have a current PAID membership. Our priority is always to assist paying members.

      Thank you for your understanding.

      Your subscription appears to have expired. Support does require a current subscription.


      But I can tell you that rokquickcart is an old extension that was not really designed for use in a responsive template. The cart button is actually there but it's off the page to the right (because rokquickcart uses fixed dimensions).

      This will fudge around it but it's not a good extension to be using in a reponsive template.
      // Gantry 5 custom CSS file
      
      // import breakpoints
      @import "dependencies";
      
      // Typical values are the default breakpoints set in Gantry 5
      // but these values are user definable in style settings
      // so that is why the code below uses mixins to get the actual 
      // values from Gantry 5 template.
      
      // commonly used media queries
      
      //  typically min 75rem 
      @include breakpoint(large-desktop-range) {
      
      }
      // typically range 60rem to 74.938rem 
      @include breakpoint(desktop-range) {
      
      }
      
      // typically 48rem to 59.938rem
      @include breakpoint(tablet-range) {
      
      }
      // typically 30rem to 47.938rem
      @include breakpoint(large-mobile-range) {
      
      }
      // typically max 30rem
      @include breakpoint(small-mobile-range) {
      
      }
      
      // Less commonly used media queries
      
      // typically min 60rem
      @include breakpoint(desktop-only) {
      
      }
      // typically min 48rem
      @include breakpoint(no-mobile) {
      
      }
      // typically max 47.938 rem
      @include breakpoint(mobile-only) {
      .simpleCart_shelfItem .cart_product_r {
         margin-left: 0 !important;;
         float: none;
      }
      .simpleCart_shelfItem .cart_product_l {
         float: none;
         max-width: 100%;
      }
      .cart_product_content {
         height: auto !important;
      }
      }
      // typically max 59.938rem
      @include breakpoint(no-desktop) {
      
      }
      
      // Mobile Menu Breakpoint
      @media only all and (max-width: $breakpoints-mobile-menu-breakpoint) { 
      
      }
      
      @import "nucleus/mixins/breakpoints";

      To create a custom CSS compatible with Gantry 5 please read this http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet .

      Remember to recompile CSS from base outline too.


      Regards, Mark.
    • The following users have thanked you: Curtis

    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
    • Curtis's Avatar
    • Curtis
    • Rocketeer
    • Posts: 78
    • Thanks: 1

    Re: SOLVED RokQuickCart mobile add to cart not working

    Posted 5 years 3 months ago
    • Hello,

      Apologies for my slow response to this. I understand my membership has run out and so I would like to very much thank you for helping me out. This code has saved me twice now and so I just want to say thank you much your a life saver, you deserve a beer haha :).

      Once again thank you so much :)

Time to create page: 0.048 seconds