Pārlūkot izejas kodu

feat: template update

igb 4 mēneši atpakaļ
vecāks
revīzija
676a2833c5

+ 2 - 2
resources/views/liquid_src/1/TechVista/__product_list_1.liquid

@@ -23,11 +23,11 @@
             <div class="block-body text-center">
                 <h3 class="heading heading-5 strong-600 text-capitalize title-over-flow" >
                     <a  href="/products/{{ item.id }}" target="_blank"  title=" {{ item.title | strip_html  }}">
-                        {{ item.title | decode_html_entities | strip_html  }}
+                        {{ item.title |decode_html_entities| strip_html  }}
                     </a>
                 </h3>
                 <p class="product-description title-over-flow">
-                    {{ item.content | decode_html_entities | strip_html | default: "No description " }}
+                    {{ item.content | decode_html_entities| strip_html | default: "No description " }}
                 </p>
                 <div class="product-buttons mt-4">
                     <a href="/products/{{ item.id }}" class="btn  btn-gray-dark btn-circle px-4" target="_blank">

+ 28 - 2
resources/views/liquid_src/1/TechVista/collection_list.liquid

@@ -22,12 +22,38 @@
                     <!-- HEADER -->
                     {% include '_header.liquid' %}
                     <!-- END: HEADER -->
-
+                    <!-- BREADCRUMB -->
+                    <section class="slice sct-color-1">
+                        <div class="container">
+                            <div class="page-title">
+                                <div class="row align-items-center">
+                                    <div class="d-flex justify-content-end col-lg-12 col-12">
+                                        {% for  breadcrumb in breadcrumbs %}
+                                            <h2 class="heading heading-6 text-capitalize strong-500 mb-0">
+                                                <a href="{{ breadcrumb.url }}" class="link text-underline--none">
+                                                    &nbsp;
+                                                    {% if forloop.index == 1 %}
+                                                        <!-- 第一个 breadcrumb 使用 ion-ios-home 图标 -->
+                                                        <i class="ion-ios-home"></i>
+                                                    {% else %}
+                                                        <!-- 其它 breadcrumb 使用 ion-ios-arrow-forward 图标 -->
+                                                        <i class="ion-ios-arrow-forward"></i>
+                                                    {% endif %}
+                                                    {{ breadcrumb.name }}
+                                                </a>
+                                            </h2>
+                                        {% endfor %}
+                                    </div>
+                                </div>
+                            </div>
+                        </div>
+                    </section>
+                    <!-- END: BREADCRUMB -->
                     <section class="slice sct-color-1">
                         <div class="container">
                             <div class="row align-items-center">
                                 <div class="col-12" >
-                                    <h3 class="heading heading-6 strong-600 text-uppercase mb-0 text-center">{{ tag.name }}</h3>
+                                    <h3 class="heading heading-3 strong-600 text-uppercase mb-0 text-center">{{ tag.name }}</h3>
                                 </div>
 
                             </div>

+ 28 - 5
resources/views/liquid_src/1/TechVista/contact_create.liquid

@@ -22,7 +22,33 @@
                     <!-- HEADER -->
                     {% include '_header.liquid' %}
                     <!-- END: HEADER -->
-
+                    <!-- BREADCRUMB -->
+                    <section class="slice sct-color-1">
+                        <div class="container">
+                            <div class="page-title">
+                                <div class="row align-items-center">
+                                    <div class="d-flex justify-content-end col-lg-12 col-12">
+                                        {% for  breadcrumb in breadcrumbs %}
+                                            <h2 class="heading heading-6 text-capitalize strong-500 mb-0">
+                                                <a href="{{ breadcrumb.url }}" class="link text-underline--none">
+                                                    &nbsp;
+                                                    {% if forloop.index == 1 %}
+                                                        <!-- 第一个 breadcrumb 使用 ion-ios-home 图标 -->
+                                                        <i class="ion-ios-home"></i>
+                                                    {% else %}
+                                                        <!-- 其它 breadcrumb 使用 ion-ios-arrow-forward 图标 -->
+                                                        <i class="ion-ios-arrow-forward"></i>
+                                                    {% endif %}
+                                                    {{ breadcrumb.name }}
+                                                </a>
+                                            </h2>
+                                        {% endfor %}
+                                    </div>
+                                </div>
+                            </div>
+                        </div>
+                    </section>
+                    <!-- END: BREADCRUMB -->
                     <section class="slice">
                         <div class="container">
                             <div class="text-center">
@@ -32,10 +58,7 @@
                                 <p>
                                     Please call us or complete the form below and we'll get to you shortly.
                                 </p>
-                                <a href="" class="btn btn-styled btn-xl btn-base-1 btn-icon-left mt-4">
-                                    <i class="fa fa-mobile"></i>Contact : {{ site.dist.contact_number }}
-                                </a>
-                                <span class="clearfix"></span>
+
                                 <a href="" class="btn btn-styled btn-xl btn-base-1 btn-icon-left mt-4">
                                     <i class="fa fa-mobile"></i>Hotline: {{ site.dist.service_hotline }}
                                 </a>

+ 54 - 0
resources/views/liquid_src/1/TechVista/pages_detail.liquid

@@ -22,6 +22,33 @@
                     <!-- HEADER -->
                     {% include '_header.liquid' %}
                     <!-- END: HEADER -->
+                    <!-- BREADCRUMB -->
+                    <section class="slice sct-color-1">
+                        <div class="container">
+                            <div class="page-title">
+                                <div class="row align-items-center">
+                                    <div class="d-flex justify-content-end col-lg-12 col-12">
+                                        {% for  breadcrumb in breadcrumbs %}
+                                            <h2 class="heading heading-6 text-capitalize strong-500 mb-0">
+                                                <a href="{{ breadcrumb.url }}" class="link text-underline--none">
+                                                    &nbsp;
+                                                    {% if forloop.index == 1 %}
+                                                        <!-- 第一个 breadcrumb 使用 ion-ios-home 图标 -->
+                                                        <i class="ion-ios-home"></i>
+                                                    {% else %}
+                                                        <!-- 其它 breadcrumb 使用 ion-ios-arrow-forward 图标 -->
+                                                        <i class="ion-ios-arrow-forward"></i>
+                                                    {% endif %}
+                                                    {{ breadcrumb.name }}
+                                                </a>
+                                            </h2>
+                                        {% endfor %}
+                                    </div>
+                                </div>
+                            </div>
+                        </div>
+                    </section>
+                    <!-- END: BREADCRUMB -->
                     <section class="slice sct-color-1">
                         <div class="container">
                             <section class="slice-sm sct-color-1">
@@ -39,6 +66,33 @@
                                 </div>
                              </div>
                     </section>
+                            <div class="pt-5">
+                                <nav aria-label="Product pagination">
+                                    <ul class="pagination pagination--style-2 justify-content-center">
+                                        <!-- Previous Page Link -->
+                                        {% if paginator.previous_page %}
+                                            <li class="page-item">
+                                                <a class="page-link" href="{{ paginator.previous_page_url }}" tabindex="-1">Previous</a>
+                                            </li>
+                                        {% else %}
+                                            <li class="page-item disabled">
+                                                <a class="page-link" href="#" tabindex="-1">Previous</a>
+                                            </li>
+                                        {% endif %}
+
+                                        <!-- Next Page Link -->
+                                        {% if paginator.next_page %}
+                                            <li class="page-item">
+                                                <a class="page-link" href="{{ paginator.next_page_url }}">Next</a>
+                                            </li>
+                                        {% else %}
+                                            <li class="page-item disabled">
+                                                <a class="page-link" href="#">Next</a>
+                                            </li>
+                                        {% endif %}
+                                    </ul>
+                                </nav>
+                            </div>
                         </div>
                     </section>
 

+ 27 - 1
resources/views/liquid_src/1/TechVista/products_categories.liquid

@@ -24,7 +24,33 @@
                     <!-- HEADER -->
                     {% include '_header.liquid' %}
                     <!-- END: HEADER -->
-
+                    <!-- BREADCRUMB -->
+                    <section class="slice sct-color-1">
+                        <div class="container">
+                            <div class="page-title">
+                                <div class="row align-items-center">
+                                    <div class="d-flex justify-content-end col-lg-12 col-12">
+                                        {% for  breadcrumb in breadcrumbs %}
+                                            <h2 class="heading heading-6 text-capitalize strong-500 mb-0">
+                                                <a href="{{ breadcrumb.url }}" class="link text-underline--none">
+                                                    &nbsp;
+                                                    {% if forloop.index == 1 %}
+                                                        <!-- 第一个 breadcrumb 使用 ion-ios-home 图标 -->
+                                                        <i class="ion-ios-home"></i>
+                                                    {% else %}
+                                                        <!-- 其它 breadcrumb 使用 ion-ios-arrow-forward 图标 -->
+                                                        <i class="ion-ios-arrow-forward"></i>
+                                                    {% endif %}
+                                                    {{ breadcrumb.name }}
+                                                </a>
+                                            </h2>
+                                        {% endfor %}
+                                    </div>
+                                </div>
+                            </div>
+                        </div>
+                    </section>
+                    <!-- END: BREADCRUMB -->
                     <section class="slice sct-color-2">
                         <div class="container">
                             <h4 class="heading heading-xs text-uppercase strong-600 mb-0 text-center">

+ 27 - 1
resources/views/liquid_src/1/TechVista/products_detail.liquid

@@ -21,7 +21,33 @@
                     <!-- HEADER -->
                     {% include '_header.liquid' %}
                     <!-- END: HEADER -->
-
+                    <!-- BREADCRUMB -->
+                    <section class="slice sct-color-1">
+                        <div class="container">
+                            <div class="page-title">
+                                <div class="row align-items-center">
+                                    <div class="d-flex justify-content-end col-lg-12 col-12">
+                                        {% for  breadcrumb in breadcrumbs %}
+                                            <h2 class="heading heading-6 text-capitalize strong-500 mb-0">
+                                                <a href="{{ breadcrumb.url }}" class="link text-underline--none">
+                                                    &nbsp;
+                                                    {% if forloop.index == 1 %}
+                                                        <!-- 第一个 breadcrumb 使用 ion-ios-home 图标 -->
+                                                        <i class="ion-ios-home"></i>
+                                                    {% else %}
+                                                        <!-- 其它 breadcrumb 使用 ion-ios-arrow-forward 图标 -->
+                                                        <i class="ion-ios-arrow-forward"></i>
+                                                    {% endif %}
+                                                    {{ breadcrumb.name }}
+                                                </a>
+                                            </h2>
+                                        {% endfor %}
+                                    </div>
+                                </div>
+                            </div>
+                        </div>
+                    </section>
+                    <!-- END: BREADCRUMB -->
                     <section class="slice sct-color-1">
                         <div class="container">
                             <!-- Product gallery and Description -->

+ 1 - 1
resources/views/liquid_src/1/TechVista/version.liquid

@@ -1 +1 @@
-<!-- update date 2024-11-27 16:10 -->
+<!-- update date 2024-12-02 14:45 -->