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
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
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
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