Hello,
Thanks for using our theme.
For correct slider work you need upload images in same size.
Content in 3 columns add via shortcodes
[info_box_area columns_count=”3″]
[info_box title=”Simple design” type_column=”alpha”]Content for first column[/info_box]
[info_box]Content for second column [/info_box]
[info_box type_column=”omega”]Content for the third column[/info_box]
[/info_box_area]
More information about shortcodes here:
http://themes.fruitfulcode.com/fruitful/shortcodes/
I see you edited first message and don’t make any changes on your website.
In our theme we use 2 sliders script
http://flexslider.woothemes.com/
http://demo.dev7studios.com/nivo-slider/
They don’t support captions or text inside slides
We plan to add new functionality in theme in the future, maybe text in slider will be next update.
Hi.
Is it possible to use images with transparency in the slider? (Doesnt work for me. There is allways white background.)
Sliders by default have white background. You can try to add custom css in theme options or remove via css files.
Nivo slider
.theme-default .nivoSlider {
position: relative;
background: #fff url(loading.gif) no-repeat 50% 50%;
margin-bottom: 10px;
}
/wp-content/themes/fruitful/js/nivo_slider/skins/default/default.css
Flex slider
.flexslider {
margin: 0 0 60px;
background: #fff;
position: relative;
zoom: 1;
}
/wp-content/themes/fruitful/js/flex_slider/slider.css
how to make the slider click able?
nummerzwei,
Please make sure if you use latest theme version. Currently 1.1
- Go to theme options > Slider
- Add new slides
- Insert url in needed field.
Thanks. I have found it ๐
how i put the shortcodes ?
example:
[fruitful_slider] / [description] Hello, world! This is fruitful free wordpress responsive theme [/description]
http://themes.fruitfulcode.com/fruitful/shortcodes/
ndaai,
You need insert shortcodes in content area
where is in content area ? Can you give examples ? Thanks
thank you so much, by the way its respons very fast i like it. ๐
but the “HOME” page does not exist, that there are only a “SAMPLE PAGE”, thank you for your quick response
How would you go about changing the size of the slider.
dscisme73, Theme donโt have options for this. We have Flex slider and Nivo, what type of slider you selected in options?