Forum Replies Created
-
AuthorPosts
-
sgaleMember
Sure thing… can you give me an email address so I can send you the private details you’ll also need. Username/password for example. Thanks for your willingness to check it out.
sgaleMemberThanks for the reply. Here’s my problem, using either the Ultimate WP or Video Lightbox version. You’re right, the wp_lightbox_prettyPhoto[iframes] or the wp-video-lightbox[iframes] in a post, will bring up all videos in the post and let me prev/next through each one in the lightbox display. Exact behavior I need….
However, the posts I’m trying to get working, are using another [short code] (fwiw facetwp is the plugin) that displays the video href/links using the correct rel=”wp-video-lightbox[iframes]” syntax you provide. (It works great, outside the shortcode) But the lightbox doesn’t work if the facetwp shortcode php template renders my hrefs and rel instead.
I believe it has something to do with the javascript load order, or the way this other shortcode executes *after* whatever your code does on each post display.
Is there a way to execute your code LAST, or enqeue the javascript again to pickup these hrefs and the related rel code? Maybe put your javascript in the facetwp folder, and have a function of yours called again, to reinitialize the rel links after this plugin renders my href links?
FWIW, if I use your shotcode [wp_lightbox_mp4_video link=attachment_url …] works fine in my same php template that renders it. Using the REL method, doesn’t. And your shortcode is limited to only displaying a single video in a lightbox at a time. So I’m stuck.
Any ideas you can give me here, would be greatly appreciated.
-
AuthorPosts