mostly single updates

This commit is contained in:
2019-07-11 03:40:11 +02:00
parent d1dbc518e3
commit 99e2082e42
13 changed files with 497 additions and 188 deletions

View File

@@ -728,6 +728,15 @@
if (isSingle) {
/* ----------------------------- images, gallery ---------------------------- */
//hide caption on desktop
if (!isMobile) {
$('.wp-block-gallery, .wp-block-image').children('figcaption').hide()
}
/* -------------------------------- Lightbox -------------------------------- */