Slider Mod

Discussion in 'Traffica WordPress Theme' started by spoonboy90, Jan 25, 2014.

  1. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    I've managed to modify the slider quite a bit from the original but one thing i'd really like is the 'radio button' pagination like the colorway slider. Would their be an easy way to add that to the Traffica slider? or could you point me to somewhere in the colorway code that could help me perhaps port it over?

    Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    It is not possible to merge feature of one theme with another theme, unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.


    Thanks & Regards
    Gourav Shrivastava
     
  3. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    It appears that the Traffica theme uses Flexslider from woocommerce? the demo on their site seems to have pagination buttons, have these been disabled/hidden/removed somehow?
     
  4. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    Not to worry, i've solved it.

    For anyone else interested you need to edit the custom.js file setting controlNav: true
    then edit the css or add some custom

    Code:
    .flex-control-nav {
        width: 100%;
        position: absolute;
        bottom: 55px;
        text-align: center;
        [COLOR=#ff0000][B]display: inline;[/B][/COLOR]
    }
    Change display from none to inline, you can edit the rest to suit your needs
     

Share This Page