• Hello.
    I can’t disable Download Button, Info Button and Item Button in Gallery viewing.
    I edit gallery / collection Settings as well as Lightbox settings and uncheck those 3 buttons (just leaving Share and Likes).
    But unfortunately, the buttons still show on and work as clients see the album.

    Any help please ?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • I know it’s been a month but I just started using this plugin and had a similar issue. You probably don’t need the advice anymore, but in case someone else needs it in the future: I just added some stuff to the custom css part of the edit gallery. For each icon to remove add this:

    .pgc-rev-item-menu-button[data-type=”share”]{
    display: none;
    }

    and change “share” out for whatever icon you’re trying to get rid of. Like, info, play, etc. Also, the “comment” icon is mispelled in the code, so to get rid of it use “coments” haha.

    • This reply was modified 5 months, 2 weeks ago by ckrauter.
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.