*

alboy

  • ***
  • 39 posts
Premium slider homepage
« on: April 30, 2020, 03:43:52 PM »
Hello !
I want to use a slider in homepage for premium listings , it it shows when you enter in search page results or category page!
Can i use a similar slider in homepage instead block ?

*

MB Themes

Re: Premium slider homepage
« Reply #1 on: April 30, 2020, 06:10:28 PM »
@redi
If you wrap block into same divs with classes and styles as on search page, you can.
Basically:
lvl1 parent (.block)
add class relative and styling:
Code: [Select]
float: left;
    clear: both;
    width: 100%;
    margin: 0;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 8px;
    margin-bottom: 8px;

inside this block enter also:
Code: [Select]
            <div class="nice-scroll-left"></div>
            <div class="nice-scroll-right"></div>

lvl2 parent (.prod-wrap)
Code: [Select]
add class nice-scroll
items (.simple-prod)
Code: [Select]
width: 28%;
    float: none;
    display: inline-block;
    margin-right: 1%;
    margin-left: 0%;
    margin-bottom: 0;

Define height to following elements as they use 100% that may not work here:
Code: [Select]
.nice-scroll-right, .nice-scroll-left
Good luck ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots