Udhauli Offer 20% off any add-ons or themes - J8DM73U0
Udhauli Offer 20% off any add-ons or themes - J8DM73U0

Category: Cornerstone

  • how to fix bigcommerce cornerstone mobile new, related products carousel not showing correctly?

    Replace below code with templates/components/products/carousel.html     <section class="productCarousel" data-list-name="{{list}}"> {{#each products}} <div class="productCarousel-slide"> {{> components/products/card settings=../settings theme_settings=../theme_settings customer=../customer event="list" position=(add @index 1)}} </div> {{/each}} </section> <script src="https://code.jquery.com/jquery-2.2.4.js" integrity="sha256-iT6Q9iMJYuQiMWNd9lDyBUStIq/8PuOW33aOqmvFpqI=" crossorigin="anonymous"></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.js"></script> <!– Add the slick-theme.css if you want default styling –> <script type="text/javascript"> $(‘.productCarousel’).slick({ dots: true, infinite: false, speed: 300, slidesToShow: 4, slidesToScroll:…

  • Add section to bigcommerce cornerstone stencil theme

    I need to add a section between the main image (carrusel) and products section. This will be a still image with instructions on how to contact us. I know a little bit of html and css, is just I cannot find where to add this, thank you Alberto Villarreal    QUICK VIDEO GUIDE – https://support.bigcommerce.com/s/question/0D71B000005dcsi/add-section-to-cornerstone-theme?s1oid=00D30000001FDCG&s1nid=0DB13000000Gmw5&emkind=chatterCommentNotification&s1uid=0051B00000Cdq7l&emtm=1553828950506&fromEmail=1&s1ext=0

  • How do I change the background color on one specific page ? bigcommerce cornerstone stencil theme

    https://support.bigcommerce.com/s/question/0D71B000005dbLi/how-do-i-change-the-background-color-on-one-specific-page?s1oid=00D30000001FDCG&s1nid=0DB13000000Gmw5&emkind=chatterCommentNotification&s1uid=0051B00000Cdq7l&emtm=1553744557734&fromEmail=1&s1ext=0     here is guide edit theme files – https://support.bigcommerce.com/s/article/Stencil-Themes#edit open templates/layout/base.html find <body> replace with <body class=”{{ page.title }}{{category.name}}{{product.title}}”> debug your page to fine new body CSS of that page. code new CSS with that body name.

  • add afterpay icon bigcommerce cornerstone stencil theme

    open /templates/components/common/payment-icons.html then replace with below code <span data-mce-type=”bookmark” style=”display: inline-block; width: 0px; overflow: hidden; line-height: 0;” class=”mce_SELRES_start”></span> {{#with theme_settings}} {{#or show_accept_amex show_accept_discover show_accept_mastercard show_accept_paypal show_accept_visa}} <div class=”footer-payment-icons”> {{#if show_accept_amex}} <svg class=”footer-payment-icon”><use xlink:href=”#icon-logo-american-express”></use></svg> {{/if}} {{#if show_accept_discover}} <svg class=”footer-payment-icon”><use xlink:href=”#icon-logo-discover”></use></svg> {{/if}} {{#if show_accept_mastercard}} <svg class=”footer-payment-icon”><use xlink:href=”#icon-logo-mastercard”></use></svg> {{/if}} {{#if show_accept_paypal}} <svg class=”footer-payment-icon”><use xlink:href=”#icon-logo-paypal”></use></svg> {{/if}} {{#if show_accept_visa}} <svg class=”footer-payment-icon”><use…

  • Aspect Ratio for Bigcommerce Cornerstone HeroCarousel?

    Our shop recently migrated to Cornerstone from another theme. The aspect ratio for our previous carousels is causing display issues with the Cornerstone Hero Carousel. Specifically, the image is expanding to cover the full width of the screen, which causes the carousel graphic to be cut off at the top and bottom. What aspect ratio…

  • how to remove navigation menu from top and keep on footer – bigcommerce stencil theme

    Bigcommerce forum forum most repeating question Quick video guide to remove navigation menu from top and keep on footer. New menu on the footer Basically I took away the brands menu on the footer as I dont need it but I would like to place a new menu there called Legal, with some pages within that…

  • how to add phone number to header of bigcommerce stencil cornerstone

    How to add phone number to header of bigcommerce stencil cornerstone? https://forum.bigcommerce.com/s/question/0D51B00004haDJj/add-phone-number-to-header-of-site?s1oid=00D30000001FDCG&OpenCommentForEdit=1&s1nid=0DB13000000Gmw5&emkind=chatterPostNotification&s1uid=0051B00000Cdq7l&emtm=1538160705122&fromEmail=1&s1ext=0 Add phone number to header of site Hi everybody. I am trying to add my phone number to the header of my site above gift certificates\sign in. Quick video Guide    

  • How to edit bigcommerce Cornerstone Light footer.

    I am using and would like to remove (or comment out) the Categories in my footer. https://forum.bigcommerce.com/s/question/0D51B00004cHr0R/hii-am-using-cornerstone-light-and-would-like-to-remove-or-comment-out-the-categories-in-my-footer?t=1535340918581 Where do I find footer.html to modify bigcommerce Cornerstone Light footer? templates/components/common/footer.html