yesbut
Forum Replies Created
-
Forum: Plugins
In reply to: [Display Eventbrite Events] Dynamic Properties deprecatedI found the real culprit in the mismatch between your updated plugin and some custom templates I’d created to match my client’s design. I’d built them in line with this page: https://fullworksplugins.com/docs/display-eventbrite-events-in-wordpress/developer/creating-a-custom-layout-template-for-the-plugin/
The fix was to replace some /parts/ files with those in your current version and amend the customized loop file.Sorry for wasting your time – I’m writing this to remind myself when there’s future updates to check the custom template first.
Forum: Developing with WordPress
In reply to: Deactivating block controlsThanks @btaliabano, that’s the solution @ja4st3r suggested. As I understand it means for each individual block you create a js filter & function to remove the block
supports
settings. It still feels like a long way round – you’d have to track what settings are used on each block, what they’re currently called (__experimentalBorder
likely won’t always be called that), and turn them off. If that is correct is it just an alternative method to the json, and neither will prevent new settings inlining styles?Forum: Plugins
In reply to: [Modula Image Gallery] Modula block fails on selecting a galleryHi Beatrice,
I’ve switched theme and tried default TwentyTwenty and TwentyTwentyOne, stripped out the plugins and tried the healthcheck: the only issues it has are standard for the Flywheel environment I have the site on, and nothing appeared in the troubleshooting.
But I think you nailed it with the last comment: I can trigger the Modula gallery select on the main pages & posts, but it fails on a custom post type. Are you aware of a parameter I’ve missed or an arg that needs adding to register_post_type?However despite that, something is still off on the main pages/posts – the ‘Search for a Gallery’ select only displays five galleries in the drop down and doesn’t trigger a scroll initially. I can only access the full list (triggering the scrollbar) by adding a letter to the search box and then deleting it. Then, when a gallery is selected it loads in as a shallow strip with an inline style of height:8px.
Obviously I can live with these secondary issues (as it still looks great on the front end!) but it feels like it could be a related js initialising issue.Thanks for your help,
Sam (YesBut)