On the store homepage (https://www.ojasshop.in/) I have a testimonials section. I need these to be on an auto-loop in a carousel format.
Does anyone know how to do this?
Many thanks for your help in advance.
On the store homepage (https://www.ojasshop.in/) I have a testimonials section. I need these to be on an auto-loop in a carousel format.
Does anyone know how to do this?
Many thanks for your help in advance.
Hi @rahulbhati ,
Are you using any app or dynamic code for testimonial section ?
check the option in theme customization. otherwise you have to do code customization.
I’m not using any app.
Here is my code for testimonial :
{% case section.settings.colors %}
{% when ‘white’ %}
{%- assign color_scheme = ‘homepage-sections-wrapper–white’ -%}
{% when ‘light’ %}
{%- assign color_scheme = ‘homepage-sections-wrapper–light’ -%}
{% when ‘accent’ %}
{%- assign color_scheme = ‘homepage-sections-wrapper–accent’ -%}
{% when ‘dark’ %}
{%- assign color_scheme = ‘homepage-sections-wrapper–dark’ -%}
{% endcase %}
{% if section.settings.title != blank %}
{% for block in section.blocks %}
{%- assign testimonial_has_link = false -%}
{% if block.settings.link != blank %}
{%- assign testimonial_has_link = true -%}
{% endif %}
{% if testimonial_has_link %}
{% endif %}
{% if block.settings.image != blank %}
{% if block.settings.stars > 0 %}
{% if block.settings.testimonial_text != blank %}
{% if block.settings.customer_name != blank %}
{{ block.settings.customer_name | escape }}
{% endif %}
{% if testimonial_has_link %}
{% endif %}
{% schema %}
{
“name”: {
“en”: “Testimonials”,
“de”: “Erfahrungsberichte”,
“es”: “Testimonios”,
“fr”: “Témoignages”,
“pt-PT”: “Testemunhos”
},
“class”: “homepage-section–testimonials-wrapper”,
“settings”: [
{
“type”: “select”,
“id”: “colors”,
“label”: {
“en”: “Color scheme”,
“de”: “Farbschema”,
“es”: “Esquema de colores”,
“fr”: “Palette de couleurs”,
“pt-PT”: “Esquema de cores”
},
“default”: “white”,
“options”: [
{
“value”: “white”,
“label”: {
“en”: “Minimal”,
“fr”: “Minimal”,
“de”: “Minimal”,
“es”: “Mínimo”,
“pt-PT”: “Mínimo”
}
},
{
“value”: “light”,
“label”: {
“en”: “Light”,
“de”: “Licht”,
“es”: “Luz”,
“fr”: “Clair”,
“pt-PT”: “Claro”
}
},
{
“value”: “accent”,
“label”: {
“en”: “Feature”,
“de”: “Eigenschaft”,
“es”: “Destacado”,
“fr”: “Caractéristique”,
“pt-PT”: “Funcionalidade”
}
},
{
“value”: “dark”,
“label”: {
“en”: “Dark”,
“de”: “Dunkel”,
“es”: “Oscuro”,
“fr”: “Foncé”,
“pt-PT”: “Escuro”
}
}
]
},
{
“type”: “checkbox”,
“id”: “circle_images”,
“label”: {
“en”: “Circular images”,
“de”: “Kreisförmige Bilder”,
“es”: “Imágenes redondas”,
“fr”: “Images circulaires”,
“pt-PT”: “Imagens circulares”
},
“default”: true
},
{
“type”: “text”,
“id”: “title”,
“label”: {
“en”: “Heading”,
“de”: “Überschrift”,
“es”: “Encabezado”,
“fr”: “Rubrique”,
“pt-PT”: “Título”
},
“default”: {
“en”: “Testimonials”,
“de”: “Erfahrungsberichte”,
“es”: “Testimonios”,
“fr”: “Témoignages”,
“pt-PT”: “Testemunhos”
}
}
],
“max_blocks”: 30,
“blocks”: [
{
“type”: “text”,
“name”: {
“en”: “Testimonial”,
“de”: “Erfahrungsbericht”,
“es”: “Testimonio”,
“fr”: “Témoignage”,
“pt-PT”: “Testemunho”
},
“settings”: [
{
“type”: “image_picker”,
“id”: “image”,
“label”: {
“en”: “Image”,
“de”: “Bild”,
“es”: “Imagen”,
“fr”: “Image”,
“pt-PT”: “Imagem”
},
“info”: {
“en”: “400px x 400px recommended”,
“de”: “400 px x 400 px empfohlen”,
“es”: “Recomendado: 400px x 400px”,
“fr”: “400 x 400 px recommandé”,
“pt-PT”: “400px x 400px (recomendado)”
}
},
{
“type”: “richtext”,
“id”: “testimonial_text”,
“label”: {
“en”: “Text”,
“de”: “Text”,
“es”: “Texto”,
“fr”: “Texte”,
“pt-PT”: “Texto”
}
},
{
“type”: “text”,
“id”: “customer_name”,
“label”: {
“en”: “Customer name”,
“de”: “Kundenname”,
“es”: “Nombre del cliente”,
“fr”: “Nom du client”,
“pt-PT”: “Nome do cliente”
},
“info”: {
“en”: “Optional”,
“de”: “Optional”,
“es”: “Opcional”,
“fr”: “Facultatif”,
“pt-PT”: “Opcional”
}
},
{
“type”: “url”,
“id”: “link”,
“label”: {
“en”: “Link”,
“de”: “Link”,
“es”: “Enlace”,
“fr”: “Lien”,
“pt-PT”: “Ligação”
},
“info”: {
“en”: “Optional”,
“de”: “Optional”,
“es”: “Opcional”,
“fr”: “Facultatif”,
“pt-PT”: “Opcional”
}
},
{
“type”: “range”,
“id”: “stars”,
“min”: 0,
“max”: 5,
“step”: 1,
“label”: {
“en”: “Review stars”,
“de”: “Bewertungssterne”,
“es”: “Estrellas de evaluación”,
“fr”: “Étoiles d’évaluation”,
“pt-PT”: “Estrelas de avaliação”
},
“default”: 0
}
]
}
],
“presets”: [
{
“name”: {
“en”: “Testimonials”,
“de”: “Erfahrungsberichte”,
“es”: “Testimonios”,
“fr”: “Témoignages”,
“pt-PT”: “Testemunhos”
},
“category”: {
“en”: “Text”,
“de”: “Text”,
“es”: “Texto”,
“fr”: “Texte”,
“pt-PT”: “Texto”
},
“blocks”: [
{
“type”: “text”,
“settings”: {
“testimonial_text”: “
"Show off incredible feedback from your customers"
”,