My Photo Gallery dissapeared

Discussion in 'BlackBird WordPress Theme' started by louanncovi, Jun 24, 2013.

  1. louanncovi

    louanncovi Member

    Joined:
    Jun 12, 2013
    Messages:
    116
    Likes Received:
    1
    Location:
    Sun City West, AZ USA
    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
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    We have checked your website and it seems that you have solved your issue by yourself.
     
  3. louanncovi

    louanncovi Member

    Joined:
    Jun 12, 2013
    Messages:
    116
    Likes Received:
    1
    Location:
    Sun City West, AZ USA
    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?
     
  4. louanncovi

    louanncovi Member

    Joined:
    Jun 12, 2013
    Messages:
    116
    Likes Received:
    1
    Location:
    Sun City West, AZ USA
    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?
     
  5. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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.
     
  6. louanncovi

    louanncovi Member

    Joined:
    Jun 12, 2013
    Messages:
    116
    Likes Received:
    1
    Location:
    Sun City West, AZ USA
    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!
     
  7. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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.
     
  8. louanncovi

    louanncovi Member

    Joined:
    Jun 12, 2013
    Messages:
    116
    Likes Received:
    1
    Location:
    Sun City West, AZ USA
    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.
     
  9. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    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.
     

Share This Page