kheops28
Forum Replies Created
-
OK. Thank you for your quick answer.
https://www.bergerjl.ch/oeuvres/
New information. I did my tests local without success. Before answering to you I tried in production, and here div[data-id$=”pgc_0″] { display: none;} works (I don’t understand why but, no matter). The new situation is : the All tag is hidden, but the page still displays all the pictures instead of displaying only the pictures linked to the tag Artiste. This is aim of this modification. I would like that when the page is loaded, the pictures displayed are those under the tag Artiste.Hi,
Thank you very much for your quick answer. Unfortunately it doens’t work.
The gallery has 8 tags. The first one is All than Artiste, Dessins and so on.
If I put div[data-id$=”pgc_0″] { display: none;} Nothing happens.
If I put div[data-id$=”artiste”] { display: none;}, which is the second tag, it works, the tag Artiste disappears. Oddly it works with all tags except pgc_0 !
By the way, your plugin is a great one. Simple and easy to use. Thanks.