• Resolved cyberol

    (@cyberol)


    Hi,
    Most of my pictures have several tags, but I would like to separate these tags into 2 different galleries.
    Is there a way I can hide some tags in a gallery?

    For example, in this test gallery, I would like to hide the Portrait-tag and Landscape-tag:
    http://cybercisco.photo/gmedia-page/#GmediaGallery_38-categories-18

    I’ve searched lots of forums for a solution, found some CSS code, added the ID of the tag and pasted that in Advanced Settings\Custom CSS, but it didn’t work.

    thanks for your help

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Serhii Pasyuk

    (@pasyuk)

    Yes, you can copy the id of the tag element on the page (via WebDeveloper Tools of your browser) and make it display none with Custom CSS of your gallery. Here is an example of hiding Portrait-tag and Landscape-tag tags:

    li#GmediaGallery_38_tag_35,
    li#GmediaGallery_38_tag_36 {
        display: none;
    }
    Thread Starter cyberol

    (@cyberol)

    Perfect!

    Thanks a lot

    Thread Starter cyberol

    (@cyberol)

    Hi,
    Few more question about these tags.

    1. Is there a way for a specific gallery to have a ‘None’ tag? (Where no picture is showing when the gallery is opened)

    2. And/or is it possible to have the gallery to default open to another tag than ‘All’ ?

    3. Is it possible to have ‘tags cloud’ enabled but hide ‘All’ (other than entering a space in ‘Tag ALL – name’)

    4. Finally, is it possible to change the order of the tags? (other than alphabetically)

    http://cybercisco.photo/gmedia-page/#GmediaGallery_26-categories-30

    Thanks a lot,
    Olivier

    Plugin Author Serhii Pasyuk

    (@pasyuk)

    Unfortunately, in the module you use for your gallery that is not possible.

    If I understand you right then you need to use AlbumsGrid module and in query builder select just Tags that you want to show and gallery will look like on the demo (at the very bottom: Tag Cloud): https://codeasily.com/portfolio/gmedia-gallery-modules/albumsgrid/

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Hide certain tags in galleries’ is closed to new replies.