Slide shortcode doesnt add image

wimkasius
6 Posts
wimkasius posted this 16 December 2016

[slider css="" wide_slides="yes|no" wide_carousel="yes|no" interval="3000"]
[slide css="" image="http:// | id" link="" linktarget=""]any slide content here[/slide]
[/slider]

This shortcode example doesnt work.

[slider css="" wide_slides="yes|no" wide_carousel="yes|no" interval="3000"] [slide css="" image="http:// | id" link="" linktarget=""]any slide content here[/slide] [/slider] This shortcode example doesnt work.
Vote to pay developers attention to this features or issue.
2 Comments
Order By: Standard | Newest
wimkasius
6 Posts
wimkasius posted this 16 December 2016

when using the example shortcode:
[slider css="" wide_slides="yes|no" wide_carousel="yes|no" interval="3000"]
[slide css="" image="http:// | id" link="" linktarget=""]any slide content here[/slide]
[/slider]

Adjusted to the example below this text, wouldnt show any image. It only shows the text "any slide content here"
[slider css="width:240px" wide_slides="no" wide_carousel="yes" interval="3000"]
[slide image="http://thelinktomyimage.com/image.jpg"]any slide content here[/slide]
[/slider]

when using the example shortcode: [slider css="" wide_slides="yes|no" wide_carousel="yes|no" interval="3000"] [slide css="" image="http:// | id" link="" linktarget=""]any slide content here[/slide] [/slider] Adjusted to the example below this text, wouldnt show any image. It only shows the text "any slide content here" [slider css="width:240px" wide_slides="no" wide_carousel="yes" interval="3000"] [slide image="http://thelinktomyimage.com/image.jpg"]any slide content here[/slide] [/slider]
Support Team
Support Team posted this 20 December 2016

Hi,

If you're working with CMS you can add Slider to the CMS content area (green area) and configure it in the way you need. Themler will generate shortcode which you can further use in the desired place.

Example of Slider shortcode(first slide with background image and second slide with Image control):

[slider interval=3000 pause_on_hover=true navigator_wrap=true ride_on_start=true animation="left" show_navigator=true show_indicators=false slides_wide=true css="width:100%;height:280px;" indicators_css="text-align:center;vertical-align:bottom;"]

[slide css="background-image:url(http://path_to_image.jpeg);background-repeat:repeat;background-attachment:scroll;background-position:center center;"][/slide]

[slide ][image image="http://path_to_image.jpeg" css="position:absolute;top:20.714%;left:30.948%;right:auto;bottom:auto;width:183px;height:141px;display:block;"][/image][/slide]

[/slider]

Thank you,
Themler Team

Hi, If you're working with CMS you can add Slider to the CMS content area (green area) and configure it in the way you need. Themler will generate shortcode which you can further use in the desired place. Example of Slider shortcode(first slide with background image and second slide with Image control): <pre> [slider interval=3000 pause_on_hover=true navigator_wrap=true ride_on_start=true animation="left" show_navigator=true show_indicators=false slides_wide=true css="width:100%;height:280px;" indicators_css="text-align:center;vertical-align:bottom;"] [slide css="background-image:url(http://path_to_image.jpeg);background-repeat:repeat;background-attachment:scroll;background-position:center center;"][/slide] [slide ][image image="http://path_to_image.jpeg" css="position:absolute;top:20.714%;left:30.948%;right:auto;bottom:auto;width:183px;height:141px;display:block;"][/image][/slide] [/slider] </pre> Thank you, Themler Team
You must log in or register to leave comments