Home Forums WordPress Themes – Premium Encounters Gallery Images “Cross Galleries”

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #14386
    Ed Hansen
    Member

    I’m using the WP Gallery. I have two galleries setup. When you click on an image in one of my galleries, you see an enlarged image and at the bottom, there are two buttons “Previous Photo” and “Next Photo”. When I click “Next Photo” I can go beyond the images on my page and I start seeing Images from the Media Library that are not in my Gallery. How can I turn off the “Previous” and “Next Buttons”?

    #18700
    Sushil Adhikari
    Moderator

    Technically it shouldn’t be cross loading other galleries…might be an issue with the WP gallery function. However, to turn off the navigation buttons for it, you would need to do a new css to display: none; on the container those buttons are in. You did not say what theme this is for, also, if this is for a specific theme, it should be posted in the corresponding forum category.

    What theme are you using?

    #18701
    Ed Hansen
    Member

    Encounters – sorry, I thought I posted it there.

    Where should I look for the css to eliminate the buttons?

    Thanks.

    #18702
    Sushil Adhikari
    Moderator

    The custom css you would add is this:

    nav#image-navigation {display: none;}
    #14387
    Ed Hansen
    Member

    Thanks a lot.
    Worked like a charm.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.