need a full width image slider

Permalink
Hi im wondering if there is a full width image slider plugin in the concrete5 community that is non responsive

johnkidd
 
GreyhorseDesign replied on at Permalink Reply
GreyhorseDesign
I guess there are a number of add-ons available in the marketplace that meet the requirements you need. You could also create a template for the slideshow block that comes with a concrete5 installation to customize the exact look and feel of this block.

Introduction on custom templates to be found here:

http://www.concrete5.org/documentation/general-topics/custom-templa...

You can learn making custom templates by checking out:

http://www.concrete5.org/documentation/... under 4 - Custom Templates and Navigations
GreyhorseDesign replied on at Permalink Best Answer Reply
GreyhorseDesign
Now for your particular needs I guess you could just edit some style properties of the current slideshow block. You could create a view.css file to adjust some styling properties of the slideshow elements. Naming of these elements can be viewed by using something like Chrome Web Developers Tools

To use this put this file inside /blocks/slideshow/templates/myTemplate
You should create the new folders yourself.
(Change myTemplate with any name you'd like.)

When you have created a slideshow block on a page somewhere, click on it and select 'custom theme'. From there you can select the 'myTemplate' template.

Of course it's also possible to adjust the elements in a css file you've already put in place but using templates is easier when it comes to switching styles on/off