donbowman
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] High CLS in navigation block on mobilethis might be related:
so although that might help, the performance is really quite poor here.
me typing in a paragraph can’t possible change css somewhere, and having some javascript fire and then recalculate other blocks for every keystroke, i’m not sure why its need.
OK, to reproduce:
- https://playground.wordpress.net/?plugin=blocks-css&plugin=ultimate-addons-for-gutenberg&php=8.3&wp=6.4&storage=none&php-extension-bundle=kitchen-sink
- Edit Site
- Create synced pattern ‘form’
- Add a ‘form’ block from uagb, accept default
- Create a page
- create a paragraph w/ a few words
- insert the ‘form’ synced pattern
- in console, run ‘monitorEvents(window);’
- type a key in the paragraph from #6
You will observe a constant stream of ‘Updated Block: uagb/forms’ messages in console, one for each keystroke.
Also, the system will be exceptionally slow.
update: this is an interaction w/ blocks-css, it happens when both are loaded.
update: this is an interaction w/ blocks-css. I am not certain which is at fault.
Forum: Fixing WordPress
In reply to: selecting text BugForum: Plugins
In reply to: [The Events Calendar] wordpress 6.4 query loop and the events calenarthe past events don’t show up at all in the query loop. its not a sorting issue, they are just not there at all. 0 items are returned.
Forum: Plugins
In reply to: [The Events Calendar] wordpress 6.4 query loop and the events calenari am trying to extract *only* events. I want to make an array of cards of the past events.
the event type does not show up in the query loop. Are you suggesting it will show up intermingled with my posts? it doest not.
My current events page:
https://www.agilicus.com/events/
This specific event: https://www.agilicus.com/event/2023-11-23-punching-above-their-weight-municipal-cybersecurity-success-stories-from-across-canada/
that event does not show up as a ‘post’ in the query loop.
the database, i see:
ID: 2671925
post_date: 2023-11-09 18:07:00
post_type: tribe_events
post_status: publishwhen i look in my query loop for posts (not events), and sort newest to oldest, its not there. Same for post type page, and post type events is empty.
So no, i do not think it is returned by any invocaation of the Query Loop in wp 6.4 block.
- This reply was modified 1 year, 4 months ago by donbowman.
Forum: Plugins
In reply to: [The Events Calendar] wordpress 6.4 query loop and the events calenari am trying to achieve a cards-based interface that shows all prvious events, similar to how i do blog posts etc.
for example, my product guide page
https://www.agilicus.com/product-guide
i want to have all past events show up like this, a simple featured image, description, and its a link. this is done using query loop.
so your test reproduced in that ‘past events don’t show up’. So how can i see the past events with the query loop.
Forum: Plugins
In reply to: [The Events Calendar] “core/legacy-widget” is already registered.Thank you, this resolved the issue.
i’ve been working with your support.
but my statement stands, this is very hard to use, and quite buggy.
each set of bugs is “to be solved in next version”, and then, suddenly, some more come to light.
- invalid html
- constructor failures in javascript code for svg parsing
- class layout shift affects my core web vitals
- backend editing issues that don’t look the same in front end
- backend editing issues that make you uncertain if you’ve saved config
- super complex, no sane defaults, use of containers means its a bit of a crap shoot if a given web page will render well on mobile
- constant ‘convert to html or attempt to fix invalid block’
- things not working in the template/part editor on the site editing
- some backend editing is not done in the block editor, but on the side-panel, for content. this is super complex to use and very non usable
- different colour picker means its hard to know i’m using my theme colours, have to enter RGB values instead.
some of the larger ones have been solved (e.g. using a background on a container caused a crash)
i’m on 6.3 w/ twentytwentythree theme now, i thought this would help.
i’m getting to a stable spot by:
- reducing my use of the plus blocks to bits that work
- understanding the limitations
- fixes from your team
i need to spend more time on other parts of my business, so i’ve been putting some of these issues on the back burner and hoping that other users finding issues will help you harden the product.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] trouble with full/wide paddingyes upgrading the plugin (and then setting explicitly the left/right margin on all blocks unfortunately) solved.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] trouble with full/wide paddingto follow up my own post.
this was a bug in the plus blocks for gutenberg, and, was fixed in 3.1.2 of the same today.
Forum: Plugins
In reply to: [The Events Calendar] _EventStartDate gets set to null, and event breakswe have come to the conclusion its just buggy.
so we try to be very careful and only create an rsvp as the last item we save on a page, and never save it again.
i wish it were more reliable.
the ‘fix’ when we need it is so delete the event and recreate from scratch, its a bit painful.
thank you!