Lightbox not working in my blog

  • Posted in : Bloggy WP
  • laziem
    Participant

    Hi, i tried create images & videos lightbox, but not working in my blog.

    I used this code:
    ___________________________________________________________________________________________________________________
    Images
    [lightbox_image first_image=”yes” title=”Images” url=”http://www.laziem.com/wp-content/uploads/2013/11/header-logo.jpg”]

    YouTube
    [lightbox_video title=”YouTube” url=”http://www.youtube.com/watch?v=KZ5_2BzgHkg”]
    ___________________________________________________________________________________________________________________

    Page demo -> http://www.laziem.com/test/

    Nothing shows up, only shows the titles.

    Thank you

    Mehmet S.
    Keymaster

    [lightbox_image] and [lightbox_video] shortcodes are for portfolio items.

    Use [inline_lightbox_image] and [inline_lightbox_video] shortcodes in posts and pages.

    Example 1: ( an image in lightbox )

    [inline_lightbox_wrap type="image" thumbnail="put-your-thumbnail-image-url-here"]
    	[inline_lightbox_image first_image="yes" gallery="01" url="put-your-image-url-here"]
    [/inline_lightbox_wrap]
    

    … and with your image:

    [inline_lightbox_wrap type="image" thumbnail="http://www.laziem.com/wp-content/uploads/2013/11/header-logo.jpg"]
    	[inline_lightbox_image first_image="yes" gallery="01" url="http://www.laziem.com/wp-content/uploads/2013/11/header-logo.jpg"]
    [/inline_lightbox_wrap]
    

    Example 2: ( a video in lightbox )

    Important: Don’t use watch url for YouTube videos.

    – This is a watch url: http://www.youtube.com/watch?v=KZ5_2BzgHkg

    – This is an embed url: //www.youtube.com/embed/KZ5_2BzgHkg?rel=0

    [inline_lightbox_wrap type="video" thumbnail="http://www.laziem.com/wp-content/uploads/2013/11/header-logo.jpg"]
    	[inline_lightbox_video gallery="02" url="//www.youtube.com/embed/KZ5_2BzgHkg?rel=0"]
    [/inline_lightbox_wrap]
    
    laziem
    Participant

    OMG, thank you!

    Mehmet S.
    Keymaster

    You are welcome.

Viewing 4 posts - 1 through 4 (of 4 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