The site I'm working on is: http://www.dc3band.com/photo-gallery/ Where did all the photos in my photo gallery go? I used NextGEN Gallery and it was operating all last week. I just checked the plugins and saw that it was not activated. I activated it, but nothing changed. I'm creating this site for a band in Illinois and I need to understand when all the photos and the gallery just disappeared! I checked the library and the photo files are still all there. Thanks, LouAnn
http://www.dc3band.com/photo-gallery/ I didn't do anything, but reactivate the NEXTGEN plugin. I'll watch that page. Is there a way to make the video in the sidebar appear as a mini graphic of the video (instead of only the link?
http://www.dc3band.com/photo-gallery/ I didn't do anything, but reactivate the NEXTGEN plugin. I'll watch that page. Is there a way to make the video in the sidebar appear as a mini graphic of the video (instead of only the link?
Hello, Go to Appearance > Widget Drag text widgets and put the embed code of the YouTube video and drop it in the Primary widget area. You have to adjust the width and height of the video which you can adjust in the embed code of the video.
The video I'm referring to is the one that I have added to the Sidebar of the Photo Gallery page (not the Video Page- where it is fine). The code is: <p><a href="> How do I edit the size, if I'm pulling it from YouTube? Thanks!
Hello, Go to Appearance > Widget Drag text widgets and add the code given below and drop it in the Primary widget area. Code: <iframe width="300" height="315" src="http://www.youtube.com/embed/GgUSOsRWZNM" frameborder="0" allowfullscreen></iframe> This will solve your issue.
This works fine, but I was wondering if there is a way for a graphic of the video to appear on the sidebar of the page "PhotoGallery", which is where the code is pasted.
Hello, Please paste embed code given below in the text widget. There is no need of adding "target=_blank" in it. Code: <iframe width="300" height="315" src="http://www.youtube.com/embed/GgUSOsRWZNM" frameborder="0" allowfullscreen></iframe> Just paste it as it is.