-
AuthorPosts
-
March 24, 2021 at 12:33 pm #1290084
Hallo!
(english version below)
Wie schon viele vor mir hier im Forum kann ich es auch nicht nachvollziehen, warum in der Bild Galerie, unter Option: “Bildbeschreibungstext Lightbox” bei Auswahl: “kein Text” dennoch in der Ausgabe weiterhin der Titel erscheint. Ich habe hier auf Anhieb 10 Threats gefunden wo andere User dieselbe, sehr naheliegende Frage haben.
Hier gefundene CSS Codes:
.mfp-title {
display: none !important;
}
.mfp-counter {
display: none !important;
}
div .mfp-title { display: none !important;}Habe ich erfolglos getestet.
Das ist für mich nicht Premium Niveau eines Themes, wenn für banale und selbstverständliche Funktionen Stunden für Recherche und Anfragen aufgebracht werden müssen. Bevor ich noch weitere Stunden mit der Einrichtung einer Bildergalerie verbringe: Gibt es eine sichere Lösung, den Text unter einem Bild in der Bildgalerie abzuschalten?
Danke!
===
Hi!Like many before me here in the forum, I can’t understand why in the image gallery, under option: “Image description text lightbox” when selecting: “no text”, the title still appears in the output. I immediately found 10 threats where other users have the same, very obvious question.
CSS codes found here:
.mfp-title {
display: none! important;
}
.mfp-counter {
display: none! important;
}
div .mfp-title {display: none! important;}I have tested unsuccessfully.
For me, this is not the premium level of a topic if hours for research and inquiries have to be spent for banal and self-evident functions. Before I spend more hours setting up a picture gallery, is there a safe solution to turn off the text under an image in the picture gallery?
Thank you!March 26, 2021 at 1:30 pm #1290556keine Antwort … ?!
March 28, 2021 at 11:41 pm #1290984Hi,
Sorry for the very late reply and thanks for your patience. I can not recreate a situation where the css posted doesn’t work, can you link to a test page where the css doesn’t work for you so I can see?Best regards,
MikeMarch 29, 2021 at 10:48 am #1291057thanks.
look to private contentMarch 29, 2021 at 11:25 am #1291068Hi,
Thank you for the login, the css does correctly work, you had not added it to your Quick CSS, I did this for you..mfp-title { display: none !important; } .mfp-counter { display: none !important; }
You may need to clear your browser cache for it to show in your browser.
Best regards,
MikeMarch 29, 2021 at 11:47 am #1291072Hallo Mike,
Danke. Das Problem mit dem code ist, dass nicht nur die ungewünschten Bildunterschriften in den Bildgalerien abgeschaltet werden, sondern auch die gewünschten unter den Portfolio Bildern. Ich bin der Auffassung, hier müsste das enfold theme mal nachgebessert werden um individuelle und vor allem funktionierende Einstellungen zu gewährleisten.
Trotzdem vielen Dank für deinen Support!Hi Mike,
Thank you. The problem is that not only the unwanted captions in the image galleries are switched off, but also the desired ones under the portfolio images. I am of the opinion that the enfold theme should be improved here in order to guarantee individual and, above all, functioning settings.
Nevertheless, thank you very much for your support!solf
April 2, 2021 at 2:48 am #1291923Hi,
Thank you for the update.
We could prepend the page id to the css or selector above so that the changes only applies to a particular page.
.page-id-2531 .mfp-title { display: none !important; }
Sadly, there is no available option for this specific case, so the use of css as recommended above is required.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.