Django
Forum Replies Created
-
Forum: Plugins
In reply to: [Splide Carousel Block] Splide Carousel Item: custom inserter bugThat is perfect! Thank you!
Forum: Plugins
In reply to: [Splide Carousel Block] Splide Carousel Item: custom inserter bugThe final block variation I ended up with looks like this.
registerBlockVariation("cloudcatch/splide-carousel-item", {
name: "mf/splide-carousel-item",
title: 'Splide Image',
attributes: {
allowedBlocks: ["core/cover"],
className: "mf-splide-carousel-item",
},
innerBlocks: [["core/cover", { className: "mf-cover-image", dimRatio: 0 }, []]],
isActive: ["className"],
});I have one more issue which I can open another in another topic if you prefer.
It has to do with Splide’s default use ofaria-live, ideally there would be a way to disable it per Splide Carousel, using the existing option.Thanks
Forum: Plugins
In reply to: [Splide Carousel Block] Splide Carousel Item: custom inserter bug@dkjensen Just tested the dev version and it worked like a charm!
Forum: Plugins
In reply to: [Splide Carousel Block] Splide Carousel Item: custom inserter bugGreat to hear this is being implemented. And thanks for being open to this change!
Ok, that is understandable, thanks for the reply.
Forum: Plugins
In reply to: [WooCommerce Gateway Affirm] Price as low as 0 = nullAdding that the display bug results in unneeded vertical space with a dash in the middle, visible in the screenshot between the price and the border.
Hi @ryanhungate and @kjvextras,
I appreciate the follow-up!
The primary concern is avoiding any sync from non-production environments. But in practice there are a few considerations.
- Occasionally we will sync our Staging database from Production.
- Being able to run tests for new features on Staging.
To solve for 1. the ideal would be code-based, for example a Constant we could define in
.envor even a hook we could add tomu-plugins, which would prevent sync from mailchimp to staging.For no. 2, perhaps this could be a tag or other flag type in mailchimp that indicates the data is unrelated to production.
These are just suggestions, I’m glad to hear your thoughts on the matter.
Thanks @dontwakeme!
contrary to the issue status, this is clearly unresolved @devmich
Forum: Plugins
In reply to: [ActivityPub] Secure Mode CompatibilityOk, I’ve reopened an issue, and have confirmed the bug.
Forum: Plugins
In reply to: [ActivityPub] Secure Mode CompatibilityI cannot follow the author’s account
Do you mean that you try to follow but the status stays pending?
I can’t see everything else in the outbox
By default Mastodon does not load all the posts in the outbox, it will only load those the instance has already received. The conditions are explained here
Forum: Plugins
In reply to: [ActivityPub] Secure Mode CompatibilityAccording to the docs, in secure mode all requests need to signed, which the plugin currently does.
Is the instance in limited mode (this would have federation according to an allow list)?Can you find the blog profiles doing a search from Mastodon, or is that what you mean by you cannot access it?