Tag: 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:…
-
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