Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • sakari Friend
    #206174

    Hello friends,

    I would like to add this Slideshow Pagination as the “Hotel” template in the “Decor” template.

    Can someone help me there?

    Thanks in advance 🙂

    Sakari


    1. nav-2
    2. nav-1
    Ninja Lead Moderator
    #569858

    My solution below will help you out

    Open templates/ja_decor/css/custom.css file (create new if it does not exist) and add new rule

    .ja-ss-thumbs .ja-ss-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    }

    .ja-ss-thumbs .ja-ss-thumb img {
    background: transparent;
    display: none;
    }

    .ja-ss-thumbs .ja-ss-thumb.active {
    border-color: #0b96f3 ;
    background: #fff ;
    }

    Ninja Lead Moderator
    #734940

    My solution below will help you out

    Open templates/ja_decor/css/custom.css file (create new if it does not exist) and add new rule

    .ja-ss-thumbs .ja-ss-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    }

    .ja-ss-thumbs .ja-ss-thumb img {
    background: transparent;
    display: none;
    }

    .ja-ss-thumbs .ja-ss-thumb.active {
    border-color: #0b96f3 ;
    background: #fff ;
    }

    sakari Friend
    #570003

    Thank you, just as I wanted it! 🙂

    sakari Friend
    #735075

    Thank you, just as I wanted it! 🙂

    sakari Friend
    #570185

    I’ve been looking forward to early! 🙁

    I have more stuff and thus all have been changed with this code!

    But I want to change only a slideshow!
    All others should stay normal!

    Is that even possible and if so how? 🙂

    sakari Friend
    #735257

    I’ve been looking forward to early! 🙁

    I have more stuff and thus all have been changed with this code!

    But I want to change only a slideshow!
    All others should stay normal!

    Is that even possible and if so how? 🙂

    Ninja Lead Moderator
    #570264

    That code below only work with slideshow module


    #t3-slideshow .ja-ss-thumbs .ja-ss-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    }

    #t3-slideshow .ja-ss-thumbs .ja-ss-thumb img {
    background: transparent;
    display: none;
    }

    #t3-slideshow .ja-ss-thumbs .ja-ss-thumb.active {
    border-color: #0b96f3 ;
    background: #fff ;
    }

    Ninja Lead Moderator
    #735330

    That code below only work with slideshow module


    #t3-slideshow .ja-ss-thumbs .ja-ss-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    }

    #t3-slideshow .ja-ss-thumbs .ja-ss-thumb img {
    background: transparent;
    display: none;
    }

    #t3-slideshow .ja-ss-thumbs .ja-ss-thumb.active {
    border-color: #0b96f3 ;
    background: #fff ;
    }

    sakari Friend
    #570360

    Perfect !!

    Thank you! 🙂

Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum