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
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
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?
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