ryanmccauley211
Forum Replies Created
-
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Lightbox appears at bottom of screenI did get it fixed, it was so long ago though I’m not 100% sure how. I think I added this code into prettyPhoto.css.
html { overflow-y: scroll; height: 101%; }
If it doesn’t work let me know. I can send you the source code I’m using which is working for me.
Thanks! That almost worked, I had to go back one more directory but it worked so now I know where it is searching from ??
I did manage to get it working I’m just trying to understand why it won’t work by just saying:
<img id=”about” src=”/images/about.jpg” alt=”about”>
Why can’t wordpress find it without using php?
Forum: Fixing WordPress
In reply to: Embedded youtube video with lightboxI tried Wp lightbox and I loved the plugin but it only showed the name of the YouTube video after I clicked the thumbnail. I need it to show the name of the YouTube video as it sits on the website before its selected. Thanks!
Forum: Plugins
In reply to: [WP Video Lightbox] Limiting the link to only the thumbnail box?I don’t have one yet I don’t think? I’m just setting it up locally.
Forum: Plugins
In reply to: [WP Video Lightbox] Limiting the link to only the thumbnail box?Forum: Plugins
In reply to: [WP Video Lightbox] Limiting the link to only the thumbnail box?<a href=”[url=https://postimage.org/][img]https://s33.postimg.org/z81r6axdr/Screen_Shot_2016_05_24_at_11_09_14.png[/img][/url]
https://postimg.org/image/8a7u4kcqj/”>If you look between these videos the white space dividing them how do I remove this. If I click in the white space at the side of the video it selects the video but I want it limited to only the thumbnail.
Thanks!
Forum: Plugins
In reply to: [WP Video Lightbox] Use lightbox shortcode outside wordpress post?Thanks!
Forum: Plugins
In reply to: [WP Video Lightbox] Use lightbox shortcode outside wordpress post?I got it working, sorry I should have said php file. I used this:
<?php echo do_shortcode('[video_lightbox_youtube video_id="cITNwEkCsdQ" width="640" height="480" alt="alt text for the image" auto_thumb="1"] ');?>
Forum: Plugins
In reply to: How to use lightbox shortcode in html file?Yes that worked thank you !! ??
Forum: Plugins
In reply to: [WP Video Lightbox] Use lightbox shortcode outside wordpress post?I tried that and it doesn’t seem to work. I want to insert all the code in my html file and send it to a post from there rather than type the lightbox shortcode into wordpress if that makes sense?
Forum: Fixing WordPress
In reply to: What does this line of code do?That makes sense after reading that link thank you ! ??