Ad.hoc Posted October 5, 2012 Share Posted October 5, 2012 (edited) Hello, I want to modify "Image slider for your homepage" module, so that instead of numeration (1, 2, 3, 4, etc.) it would show the slide title, which can be entered from the admin page. I tried looking for the code in php and tpl files, but it seems it's hardcoded in jquery.bxSlider.min.js. I found the spot, where it generates the number: for(var i=1;i<=pagerQty;i++){pagerString+='<a href="" class="pager-link pager-'+i+'">'+i+'</a>';} But I can't seem to make it display the slide title instead. Anybody have an idea? Using 1.5.1, by the way. Thanks! Edited October 5, 2012 by Ad.hoc (see edit history) Link to comment Share on other sites More sharing options...
Kumarr31 Posted October 9, 2012 Share Posted October 9, 2012 Did you come up with a solution for this? I am actually trying to remove the pagination numbers form the homepage slider, do you know how to do this? Link to comment Share on other sites More sharing options...
innocuous Posted November 15, 2012 Share Posted November 15, 2012 To remove search for "<a href="" class="pager-link pager-'+i+'">'+i+'</a>" and remote the +i+ just before the </a> Link to comment Share on other sites More sharing options...
masonse Posted April 30, 2013 Share Posted April 30, 2013 I am using version 1.5.4.0 and have my own theme but I went to theme/themefolder/js/Modules/homeslider/js/homeslider.js and on line 39 where it says "pager: true," I changed it to "pager: false," and it removed the numbers from the slideshow. Link to comment Share on other sites More sharing options...
JANDSCLOTHINGCO Posted August 2, 2013 Share Posted August 2, 2013 I was looking for the same thing. I accompished it without much coding, but had to make two images files. One for the overall pager background with the text on it and one for the active pager overlay to distinguish the active slide. You can see it in action at my site www.jandsclothingco.com I am using 1.5.4.1 but it should be the same for different versions since it is not much coding. Link to comment Share on other sites More sharing options...
Jiten rash (away) Posted August 3, 2013 Share Posted August 3, 2013 get lof camera slideshow Link to comment Share on other sites More sharing options...
vekia Posted August 3, 2013 Share Posted August 3, 2013 @JANDSCLOTHINGCO it looks very nice, i just wondering how to append simple html + css code insted the picture (especially for different language versions) Link to comment Share on other sites More sharing options...
metamorpher Posted August 20, 2013 Share Posted August 20, 2013 Can somebody share the solution for displaying the Titles instead of numbers in Homeslider please? Thank you very much. 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