Slider labels left and right

SR89

New Member
Sorry to bother you again with the Slider element :)

Is it possible to position the Slider labels left and right next to the Slider? So that the Slider sits in between. Right now, it is positioned underneath and that isn't ideal for every purpose.

Regards,
SR
 
Slider has the new JLayout feature: you can override the Fabrik layout (copy ...plugins\fabrik_element\slider\layouts into your template's html folder and adapt)
 
Thanks, I've just had a look into it. I've read this: http://www.bramstein.com/projects/jlayout/

Therefore I should do something like this:

Code:
var horizontalLayout = jLayout.flexGrid({
    rows: 1,
    items: [myComponent1, myComponent2, myComponent3]
});

But I can't find a "layouts" folder in the path you specified, neither do I know what to put in for "myComponent1, etc." from the Code example. Maybe someone can go into detail and help me out?

Regards,
SR
 
Oh no, this link is referring to a Javascript library,
Fabrik's JLayout is Joomla Layout;)

I assume you don't have a recent GitHub update because you don't see the folder.
You have to update from GitHub (always backup before) to get the feature.

Then copy the folder and adapt fabrik-element-slider-form.php
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top