Hi,
Iām trying to make a gallery work on my page.
Despite the fact Iāve read tons of forum topics about this same subject, still Iām not able to make it workā¦
Idealistic Iāll be using the Wordpress āDe-light on page slideā (not sure if it is a default Wordpress-gallery type)
which results in this Wordpress code
[gallery slidetitles="no" slidenumbers="below" transitionspeed="700" slidesize="DeLight 1000px" slideloop="yes" link="none" gallerytype="delight_slide" ids="14775,14710,14705"]
When I upload this now, there are no images shown. Iāve tried with wrapping
<figure class="wp-block-gallery"></figure>
around the code, no luck.
If I use the standard Wordpress native gallery, it works, but itās literally a gallery instead of slides.
then Iāve tried following this topic
Without the react-lightbox-component, since that is way to detailed to use but with simple-react-lightbox module. Still no luck.
Is there anyone who can help me further? I would really prefer the first option where the de-light gallery type is usableā¦
I did made a git repo, I followed the beginnerās tutorial, so you are able to find my code in packages ā my -first-theme
Iām using this first-theme site to simply test some features but Iām planning to build my actual website in a āfreshā repo. Repo
Huge thanks if anyone can help me on this