Alt. Homepage Ken Burns Slider settings

  • Posted in : Photographer
  • MWILCOMES
    Participant

    Hi
    I need to access settingos of slider in alt. homepage.
    i dont want them to zoom in and change transition
    thanks

    Mehmet S.
    Keymaster

    Hi, it is functions and you can find it in the functions.php file as:

    add_shortcode( 'ken_slider_wrap', 'ken_slider_wrap' );
    

    Thanks

    Mehmet S.
    Keymaster

    Settings added to theme options > homepage > ken slider. And the shortcode has as parameter:

    [ken_slider_wrap speed="" animation=""]
    	[ken_slide image=""]
    	[ken_slide image=""]
    	[ken_slide image=""]
    [/ken_slider_wrap]
     
     
    speed="" ... 5000 (millisecond)
     
    animation="" ... kenburns, fade, horizontal, false
     
    image="" ... An image url. Upload your image to your Media Library, then copy its url and use in this parameter.
     
     
    Example 1:
     
    [ken_slider_wrap]
    [ken_slide image="http://themes.pixelwars.org/photographer/wp-content/uploads/2015/01/011.jpg"]
    [ken_slide image="http://themes.pixelwars.org/photographer/wp-content/uploads/2015/01/023.jpg"]
    [ken_slide image="http://themes.pixelwars.org/photographer/wp-content/uploads/2015/01/032.jpg"]
    [/ken_slider_wrap]
     
     
    Example 2:
     
    [ken_slider_wrap speed="5000" animation="kenburns"]
    [ken_slide image="http://themes.pixelwars.org/photographer/wp-content/uploads/2015/01/011.jpg"]
    [ken_slide image="http://themes.pixelwars.org/photographer/wp-content/uploads/2015/01/023.jpg"]
    [ken_slide image="http://themes.pixelwars.org/photographer/wp-content/uploads/2015/01/032.jpg"]
    [/ken_slider_wrap]
    
Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register