• I have installed the plugin and created a slider, but I am hitting a roadblock when I go to actually get a slider onto a page. I want to use a page, not a post.

    Can anyone walk me through these instructions?:

    To display a slider, you can either use a shortcode within posts/pages, or a PHP function. You will also need the ID of the specific slider you wish to display, which you can find in the Premium Slider tab in the admin control panel.

    Via shortcodes, use the following, replacing $id with the ID of the specific slider you wish to display:
    [premiumslider id="$id"]

    Alternatively, you place a specific slider in your template files via this PHP function, again replacing $id with the ID of the specific slider you want to show:
    1 <?php if (function_exists('premium_slider')){ premium_slider($id); }; ?>

    Thanks!

    https://www.ads-software.com/extend/plugins/easing-slider/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author MatthewRuddy

    (@matthewruddy)

    Well it’s pretty simple. Just use the shortcode on your page, and it should work correctly. Assuming you are using the Premium Slider, not the Easing Slider? If so, you should avoid posting topics about the Premium Slider here. Instead please email me at [email protected]

    Matthew

    Hi Matthew, just used your easing slider on my site. just want to ask you how to add text on the images? thank you..

    LOL You have to buy the Premium version for this basic feature. Rather than Matthew making a plugins that is full featured and only allow one album or gallery, he released a handicapped version.

    If you look around you can find plenty of sliders that work as advertised plus will give you a text overlay to name or comment on the image.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Easing Slider] Inserting the premium slider into a page’ is closed to new replies.