GetSimple Support Forum

Full Version: Flex Slider Plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys,

this time I need to implement a slider for my client. Autoslide, arrow left, arrow right. That simple.
There is one favourite slider I used to implement in other sites, Flex made by mufffin (moved to WooThemes).

Check out the slider http://www.woothemes.com/flexslider/

The system is simple. I need a site, where my client can klick "add slide", choose the image to display and insert a link for the slide and submits it. For every new submit the plugin needs to generate

<li>
<a href="link">
<img src="example.jpg" />
</a>
</li>

and insert it in my full code for this slider. I have no idea about php. It is very hard to generate this plugin? Are there any coders willing to work with me? If its crashes the normal work amount there is a good donation for this work of course, but I would like to see this plugin to be free for all get-simplers.

Greetings
soy Wrote:Hi guys,

this time I need to implement a slider for my client. Autoslide, arrow left, arrow right. That simple.
There is one favourite slider I used to implement in other sites, Flex made by mufffin (moved to WooThemes).

Check out the slider http://www.woothemes.com/flexslider/

The system is simple. I need a site, where my client can klick "add slide", choose the image to display and insert a link for the slide and submits it. For every new submit the plugin needs to generate

<li>
<a href="link">
<img src="example.jpg" />
</a>
</li>

and insert it in my full code for this slider. I have no idea about php. It is very hard to generate this plugin? Are there any coders willing to work with me? If its crashes the normal work amount there is a good donation for this work of course, but I would like to see this plugin to be free for all get-simplers.

Greetings

The I18N Gallery already includes the cycle slider with all your requirements (and even works - without the autosliding - without javascript).

If you rather want to use flexslider, it's not hard to add another slider to the plugin, see here (New Gallery Types).
Thanks, thats really an great plugin and very functional. What I do not like is that its kind of "overloaded" for this project. I like to keep Get-Simple as simple as it is and only the necessery functions visible for my clients. Flexslider is full responsive, has touch support and very easy to handle. If there is any way to make this as light version of an slider for get simple I would love to do or to see this!
soy Wrote:Thanks, thats really an great plugin and very functional. What I do not like is that its kind of "overloaded" for this project. I like to keep Get-Simple as simple as it is and only the necessery functions visible for my clients.

I don't understand what you mean with overloaded.
Select images, provide title/descriptions, select type of gallery, finished...
You could probably hide unnecessary input fields with the custom admin css plugin.
Ok, hiding some input fields is a good solution. Anyway, I do love the flex-slider and its responsive and touch-support functions.
I will see how it works with I18N Gallery!

Thanks for your fast responses mvlcek and your great effort/contributions!