Still looking for a responsive slider plugin

Permalink
Getting by with FlexSlider, but wondered if anyone had a better solution, better title and description styling and internal destination selection. Or is it a custom job? If so where does C5 keep the images?

 
xb385 replied on at Permalink Reply
xb385
sounds like you need a pretty specific slider, sounds custom
EDIT: Did you check this lot already?https://www.concrete5.org/marketplace/addons/?sort=popularity&ca...
tonyswaby replied on at Permalink Reply
Bought the lot, each does bits of what I need none do everything, which is

Full responsive
Full style control of the title and description
and inner page link selection via dropdown


Simplz (or not)
Steevb replied on at Permalink Reply
Steevb
I presume you're using 5.6?

Which is your favourite?

You could always make a template to suit your requirements.
tonyswaby replied on at Permalink Reply
Yeah 5.6, (life's too short for 5.7)

FlexSlider comes close

Template, how?


If I could fathom where C5 keeps the images and connect them to the titles I'd write it into the template.
Steevb replied on at Permalink Reply
Steevb
I have a plugin that never made it to the mp, but it is in a theme I sell.

http://anchor.55webdesign.co.uk/...
tonyswaby replied on at Permalink Reply
This is what we've got so far...

http://www.granadaglazing.com

It's using FlexSlider
xb385 replied on at Permalink Reply
xb385
well if you can code a bit then you can try to make the adjustments you need on your own..

go to ftp, download the block/package
change the name of the package in the folders and controllers
change the db file to add two text fields

<field name="title" type="X"></field>
<field name="subtitle" type="X"></field>


add said fields in the edit
<?php echo $form->text('title', $title, array('style' => 'width: 100%;')); ?>
<?php echo $form->text('subtitle', $title, array('style' => 'width: 100%;')); ?>

and view.php
<?php echo $title; ?>
<?php echo $subtitle; ?>

do your styling in the css
install the package and admire your work
tonyswaby replied on at Permalink Reply
Cheers man I'll give it a go.:)
Steevb replied on at Permalink Reply
Steevb
Sorry, Away until the 10th September 2015
Steevb replied on at Permalink Reply
Steevb
Sorry, Away until the 10th September 2015
Steevb replied on at Permalink Reply
Steevb
Sorry, Away until the 10th September 2015
Steevb replied on at Permalink Reply
Steevb
Sorry, Away until the 10th September 2015