How can I add a slider to the logo section using Debut theme?

I have a number of logos on the logo section and want to add a slider so they automatically slide across at the bottom of my homepage. Can someone help? I am using Debut theme. Need the information to be in the for of ‘coding for dummies’ because I am not an expert on this.

Yes we will help it.

You want to add a brand logo slider right??

Yes, I have brand logos added but want slider.

Yes, I can do it for you.

Can you tell me the process to get this done.Thanks.

Create a section with brand-logo.liquid


{% schema %}
{
  "name": "Brand Logo",
  "settings": [
  {
    "type": "header",
    "content": "Section Padding"
  },
  {
    "type" : "paragraph",
    "content" : "Desktop / Laptop / tablet"
  },
  {
    "type": "range",
    "id": "brand_padding_top",
    "label": "Section Padding Top",
    "min": 0,
    "max": 100,
    "step": 1,
    "unit": "px",
    "default": 60
  },
  {
    "type": "range",
    "id": "brand_padding_bottom",
    "label": "Section Padding bottom",
    "min": 0,
    "max": 100,
    "step": 1,
    "unit": "px",
    "default": 60
  },
  {
    "type" : "paragraph",
    "content" : "Mobile"
  },
  {
    "type": "range",
    "id": "brand_padding_top_xs",
    "label": "Section Padding Top",
    "min": 0,
    "max": 100,
    "step": 1,
    "unit": "px",
    "default": 40
  },
  {
    "type": "range",
    "id": "brand_padding_bottom_xs",
    "label": "Section Padding bottom",
    "min": 0,
    "max": 100,
    "step": 1,
    "unit": "px",
    "default": 40
  },
  {
    "type" : "header",
    "content" : "Background Color"
  },
  {
    "type" : "checkbox",
    "id" : "brand_check",
    "label" : "With Backgorund",
    "default" : true
  },
  {
    "type" : "color",
    "id" : "brand_bgcolor",
    "label" : "Background Color",
    "default" : "#fff"
  }
],
  "blocks":[
  {
    "type": "single_brand",
    "name": "Single Brand Logo",
    "settings": [
    {
      "type": "image_picker",
      "id": "brand_image",
      "label": "Brand Image",
      "info": "Recommended Size: 170 x 82px"
    }
    ]
  }
  ],
  "presets":[
  {
    "name": "Brand Logo",
    "category": "brand logo"
  }
  ]
}
{% endschema %}

In the theme.liquid file

{{ ‘owl.carousel.min.css’ | asset_url | stylesheet_tag }}
{{ ‘owl.theme.default.min.css’ | asset_url | stylesheet_tag }}

Download the Files below links and add to your asset.

https://owlcarousel2.github.io/OwlCarousel2/demos/demos.html

I have added this to the section, however the brand logo feature appears but the logos are added underneath each other rather than horizontal and doesn’t give me the option to introduce a slider?

Share URL?

I will check it

resetonline.co.uk p/w weulah. Also the logos have a greyness, I need them
to appear in their natural colours and still have the link to the
brands when clicked on the icons that are displayed. See my featured logo
list, same thing but in slider format.

The same things…

I have added this to the section, however the brand logo feature appears but the logos are added underneath each other rather than horizontal and doesn’t give me the option to introduce a slider?

1 Like

Can you please clarify more this steps? i am lost here :

In the theme.liquid file

{{ ‘owl.carousel.min.css’ | asset_url | stylesheet_tag }}
{{ ‘owl.theme.default.min.css’ | asset_url | stylesheet_tag }}

Download the Files below links and add to your asset.

https://owlcarousel2.github.io/OwlCarousel2/demos/demos.html

Where to add this code?

Download css and js file and add it in the assets folder.

Then it will work it without any problem.

Thanks

the logos have a greyness, I need them to appear in their natural colors and Auto rotate slide without pause but must run continuously by presenting the list of logos?

You can now check this one: Brand Logo Slider Section

Responsive,infinite scrolling, no limit to the number of images,controll the number of pictures displayed.

Hi @Sat1 ,

Kindly refer to the below video how you can create new section to add logo with autoplay. Since the code is custom written hence applicable for all the themes.

You need to download the code and follow the steps how to integrate into the theme and you are done.

Let me know if have questions.