Lightbox not working in my blog Posted in : Bloggy WP laziemParticipant 2 December 2013 at 01:25 #10442 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”%5D YouTube [lightbox_video title=”YouTube” url=”http://www.youtube.com/watch?v=KZ5_2BzgHkg”%5D ___________________________________________________________________________________________________________________ Page demo -> http://www.laziem.com/test/ Nothing shows up, only shows the titles. Thank you Mehmet S.Keymaster 2 December 2013 at 05:14 #10455 [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] laziemParticipant 4 December 2013 at 11:32 #10499 OMG, thank you! Mehmet S.Keymaster 4 December 2013 at 14:24 #10502 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 Bloggy WP - Responsive Minimalist WordPress Themeby pixelwars Login and Registration Log in · Register