Kauaicreative

Results 20 comments of Kauaicreative

Hi @TeemuSuoranta I've been wondering if you have had any ideas since WP 5.9 related to full site editing. It seems like a lot has changed. Also what do you...

Good ideas! And learning about the wp_cache_get() and set functions right now.

This is a known Chrome issue. Any luck with other browsers?

Worth noting, I find that the source maps will show up in Chrome after manually refreshing the browser.

@mugu-fatman I was able to fix this by modifying the Marker.svelte component. Change line 34 `if (icon) marker.setIcon(icon);`

@lgersman I like you modification! Looking forward to accessing the src. Here is another implementation in order to access tailwinds classes, https://wordpress.org/plugins/website-builder/ ![image](https://user-images.githubusercontent.com/127033/169678722-37d85288-0651-42cb-a0b0-b5d162695fb4.png)

I see that using `adapter( { fallback: 'index.html' })` get's me most the way there - 2 js file and 1 css file. But the file names change after each...

@benblazak , thanks for the idea but I don't think it will work in this case. I have several svelte apps which I am dynamically inserting into wordpress content via...

Wondering if I should be looking at component packaging instead https://github.com/sveltejs/kit/issues/518 https://github.com/sveltejs/kit/pull/1499