igb 4 mesi fa
parent
commit
a5d024b90b

+ 1 - 20
resources/views/liquid_src/1/TechVista/pages_detail.liquid

@@ -16,21 +16,14 @@
 <!-- MAIN WRAPPER -->
 <div class="body-wrap shop-default shop-cards shop-tech">
     <div id="st-container" class="st-container">
-
-
-
         <div class="st-pusher">
             <div class="st-content">
                 <div class="st-content-inner">
                     <!-- HEADER -->
                     {% include '_header.liquid' %}
                     <!-- END: HEADER -->
-
                     <section class="slice sct-color-1">
                         <div class="container">
-
-
-
                             <section class="slice-sm sct-color-1">
                                 <div class="container container-xs">
                                     <div class="block block-post">
@@ -41,23 +34,11 @@
 
                                             {{page.content | raw }}
 
-                                            {% comment %}<div class="tagcloud tagcloud--style-1 clearfix">{% endcomment %}
-                                                {% comment %}<a href="#"><span>Rooms</span></a>{% endcomment %}
-                                                {% comment %}<a href="#"><span>Simple</span></a>{% endcomment %}
-                                                {% comment %}<a href="#"><span>Decorated</span></a>{% endcomment %}
-                                                {% comment %}<a href="#"><span>Wood</span></a>{% endcomment %}
-                                            {% comment %}</div>{% endcomment %}
                                         </div>
-
-
-
                                     <!-- Comment form -->
-
                                 </div>
-                        </div>
+                             </div>
                     </section>
-
-
                         </div>
                     </section>
 

+ 0 - 2
resources/views/liquid_src/1/TechVista/products_categories.liquid

@@ -56,8 +56,6 @@
                                                             <div class="swiper-wrapper">
                                                                 <div class="swiper-slide">
                                                                     <a  href="/products/{{ item.id }}" target="_blank" >
-
-
                                                                     {% if item.images and item.images[0].image_url %}
                                                                         <img src="{{ site.image_base_url }}{{ item.images[0].image_url | append: '?x-oss-process=image/resize,m_lfit,h_200' }}"
                                                                              class="img-fluid img-center img-primary default-image-thumbnail-small">

+ 3 - 30
resources/views/liquid_src/1/TechVista/products_detail.liquid

@@ -8,19 +8,13 @@
 <meta name="description" content="{{ product.seo_description }}">
 <meta name="keywords" content="{{product.seo_keywords}}">
 <title>{{product.seo_title}}</title>
-
-
 {% include '_header_css.liquid' %}
 </head>
 <body>
 
-
 <!-- MAIN WRAPPER -->
 <div class="body-wrap shop-default shop-cards shop-tech">
     <div id="st-container" class="st-container">
-
-
-
         <div class="st-pusher">
             <div class="st-content">
                 <div class="st-content-inner">
@@ -42,7 +36,7 @@
                                                     {% for item in product.images %}
                                                         <div class="swiper-slide">
                                                             <a href="{{ site.image_base_url }}{{ item.image_url }}?x-oss-process=image/resize,w_500,m_lfit" data-desoslide-index="{{ forloop.index0 }}">
-                                                                <img src="{{ site.image_base_url }}{{ item.image_url }}?x-oss-process=image/resize,h_100,m_lfit" alt="{{ product.title }}">
+                                                                <img src="{{ site.image_base_url }}{{ item.image_url }}?x-oss-process=image/resize,m_pad,w_160,h_100" alt="{{ product.title }}">
                                                             </a>
                                                         </div>
                                                     {% endfor %}
@@ -59,14 +53,11 @@
                                         <div class="product-description-wrapper px-1">
                                             <!-- Product title -->
                                             <h2 class="product-title">
-                                                {{product.title }}
+                                                {{product.title | strip_html }}
                                             </h2>
-
                                             <hr>
-
                                             <div class="row align-items-center">
 
-
                                             </div>
 
                                             <!-- Product description -->
@@ -75,13 +66,10 @@
                                                     Description:
                                                 </h3>
                                                 <p>
-                                                    {{product.content }}
+                                                    {{product.content | raw }}
                                                 </p>
                                             </div>
-
                                             <hr>
-
-
                                             <table class="table table-specs">
 
                                                 {% for item in product.parameters %}
@@ -109,24 +97,9 @@
                                                         <div class="d-table product-quantity width-100 mt-3">
 
                                                             <div class="d-table-cell">
-                                                                <!-- Add to cart button -->
-                                                                {% comment %}<button type="button" class="btn btn-styled btn-block btn-base-1 btn-icon-left">{% endcomment %}
-                                                                    {% comment %}<i class="icon ion-android-cart"></i> Get a quote{% endcomment %}
-                                                                {% comment %}</button>{% endcomment %}
-{% comment %}{% endcomment %}
-                                                                {% comment %}<a data-fancybox data-type="iframe" data-src="/contact" href="javascript:;">{% endcomment %}
-                                                                    {% comment %}Webpage{% endcomment %}
-                                                                {% comment %}</a>{% endcomment %}
-
-
-
-                                                                <!-- The button that will retrieve the content from the hidden div -->
                                                                 <a data-fancybox data-src="#fancybox_hidden_content" class="btn btn-base-1 btn-icon-left" href="javascript:;">
                                                                     <i class="icon ion-android-add"></i>     Get a quote
                                                                 </a>
-
-
-
                                                             </div>
                                                         </div>
                                                     </form>