Araviel Posted May 11, 2014 Share Posted May 11, 2014 (edited) Hi there ! I'm trying to modify layout (html and css) of the imageslider in ps 1.6.0.6 and something is weird I've that in my .tpl <input id="select-img-3" name="radio-set-1" type="radio" class="cr-selector-img-3" /> <label for="select-img-3" class="cr-label-img-3">3</label> and when i actualise home google inspect give me that <div class="radio" id="uniform-select-img-1" style="display: none;"><span class="checked"><input id="select-img-1" name="radio-set-1" type="radio" class="cr-selector-img-1" checked=""></span></div> <label for="select-img-1" class="cr-label-img-1">1</label> so i guess input type is modified by something (smarty ?) but i tried {litteral} {/litteral} without success it seems that something add 1 div and 1 span inside it how can i add pure html and css without any third exotic things modify my code please ? thanks in advance i'm out of ideas Edited May 12, 2014 by Araviel (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 12, 2014 Share Posted May 12, 2014 what slider you use? i bet that slider js script changing a little <div> and other elements there. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now