msummers Posted October 30, 2015 Share Posted October 30, 2015 I am a new ProcessWire user and have inherited a site originally built in PW2.3.0. Thanks to tons of help from the people on the Getting Started forum, my site is now up and running in 2.6.1. The site's pages contain a slider and I'd like to identify where it came from - can you help, please? You can see the site at http://baringer2-3.gws-sandbox.com. Some of the pages only have a single image in the slider, while others have mutiple images. I'm hoping that this is not a custom-built one, and while I feel that I have the chops to wade through it, I'd really rather not! As you will see from the link above, the site is only in a partially completed state and I'd like to get it done quickly. Thanks for any ideas you might have! Link to comment Share on other sites More sharing options...
adrian Posted October 30, 2015 Share Posted October 30, 2015 A quick look at your source code shows that it is Royal Slider: http://dimsemenov.com/plugins/royal-slider/ 2 Link to comment Share on other sites More sharing options...
cstevensjr Posted October 30, 2015 Share Posted October 30, 2015 2 Link to comment Share on other sites More sharing options...
msummers Posted October 30, 2015 Author Share Posted October 30, 2015 A quick look at your source code shows that it is Royal Slider: http://dimsemenov.com/plugins/royal-slider/ rslider2.png Thanks, guys! That is just the ticket. But, will that give me the Slider tab in my page/admin options? Any links to how to implement something like that in PW? Link to comment Share on other sites More sharing options...
msummers Posted October 30, 2015 Author Share Posted October 30, 2015 Oh, I see - it's the jQuery Wire tabs module? Link to comment Share on other sites More sharing options...
Macrura Posted October 30, 2015 Share Posted October 30, 2015 But, will that give me the Slider tab in my page/admin options? Any links to how to implement something like that in PW? unless your developer implemented an interface (some way to manipulate the slide images and settings), you'd need to adjust that in the code. Or come up with your own information design for controlling it. looking at your code, it appears that the images are served from PW assets, so look on your homepage and see if there is a repeater or page table for the slides. 1 Link to comment Share on other sites More sharing options...
msummers Posted October 31, 2015 Author Share Posted October 31, 2015 Thanks for the hint, Macura. I'm more concerned with how I might reproduce this slider functionality in another 'from scratch' site. Link to comment Share on other sites More sharing options...
Macrura Posted October 31, 2015 Share Posted October 31, 2015 you can use the new slider module that was recently released, it has a whole admin interface. other than that you would use PW fields to hold the various options and settings for each slide; this will be totally dependent on which slider you are using, as well as how often you think the site managers will be needing to change stuff; Here are some ways it has been accomplished on my end: 1.) Using Profields Table to hold settings for each slide; custom module populates default settings (rows) and then the values are adjustable in the 2nd col of the table 2.) Using textarea to hold the code for each slide (or Ace Extended inputfield); slide code can be edited directly; 3.) Same as #2, but allowing for use of placeholders, like Slide image, link, button text, so that that the editors can use regular fields for some of the slide settings - such as selecting an internal page to link the silde to 4.) YAML field - captions, animation settings, etc 5.) Pagetable and PW fields to hold all custom settings, Slider inputfield for some numerical settings 2 Link to comment Share on other sites More sharing options...
adrian Posted November 2, 2015 Share Posted November 2, 2015 I actually really like ImageExtra (http://modules.processwire.com/modules/image-extra/) for Slider details - you can easily specify all sorts of "subfields" to contain info for each image in the slider. 2 Link to comment Share on other sites More sharing options...
msummers Posted November 2, 2015 Author Share Posted November 2, 2015 you can use the new slider module that was recently released, it has a whole admin interface. other than that you would use PW fields to hold the various options and settings for each slide; this will be totally dependent on which slider you are using, as well as how often you think the site managers will be needing to change stuff; Here are some ways it has been accomplished on my end:...snip... I actually really like ImageExtra (http://modules.processwire.com/modules/image-extra/) for Slider details - you can easily specify all sorts of "subfields" to contain info for each image in the slider. Thanks guys - this gives me alot to go on... 1 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