Jenwe
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] Customiser bug with v4.01 & Child ThemeCame here to report the same bug for my site. Definitely all options for the customizer enabled, but severall sections are missing – just exactly like in the screenshots monowebdesign showed. Before the update there was no problem and the only thing my child theme changes is a file for tribe events.
No problem with the width though.Forum: Plugins
In reply to: [Block Gallery - Photo Gallery Gutenberg Blocks] Link settings issueI found a workaround on github as long as it’s not fixed in core:
https://github.com/WordPress/gutenberg/issues/13851#issuecomment-472477759
When you change the query string to:
var galleryLinks = document.querySelectorAll(".blockgallery--item > figure > a, .blocks-gallery-item > figure > a");it also works for block gallery. I put it in my theme footer file, just below
<?php wp_footer(); ?>.Hi Ben,
thanks for the quick reply!I didn’t know about both things and the breadcrumb navigation really helps. And the margin setting is also interesting; I think I prefer this, at least it seems I select the correct block more easily.
Thanks a lot!
Jenny