donbowman
Forum Replies Created
-
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!
ok thank you, i look forward to it.
Hi Antonio.
Many aspects of wordpress have been working to remove this call. from core to plugins. it is added automatically by the framework if found rows is enabled.
usually the fix is:
$wp_query->query_vars['no_found_rows'] = 1;after some looking at the code, it seems if there is any page on the site with a heatmap setup, then all pages get the scripts enqueued, regardless of the nab_optional_frontend_scripts value. even if the page i am visiting does not have a heatmap or a/b experiment.
Forum: Plugins
In reply to: [The Events Calendar] Block “core/legacy-widget” is already registered.While testing out updates for upcoming wordpress 6.3, and gutenberg 16.3, i have run into this issue, which I assume is related to OP so adding here.
On an empty wordpress install, 6.2.1, with gutenberg 16.3 plugin installed, if The Events Calendar is installed, on ‘new post’, I get this error:
Block "core/legacy-widget" is already registered.(i’ve isolated out all other plugins and code, its this interaction).
Now, the first thing that surprised me… this is a New Post. Not a New Event. Why is The Events Calendar even loading?
Forum: Plugins
In reply to: [The Events Calendar] _EventStartDate gets set to null, and event breaksOn the settigns screen, when i enable the timezone support, the below appears to php error
[04-Aug-2023 00:41:17] WARNING: [pool www] child 130 said into stderr: "NOTICE: PHP message: tribe-canonical-line channel=default level=error source="The start_date should be a valid date." method="TEC\Events\Custom_Tables\V1\Models\Builder::upsert" line=319 model="TEC\Events\Custom_Tables\V1\Models\Event""as for the video of setting it:
Forum: Plugins
In reply to: [The Events Calendar] _EventStartDate gets set to null, and event breaksi do not have those options in my settings for timezone:
In Settings/Display, i have:
“Enable Time Zone Suppor” and a button. “Update Time Zone Data”It says “Click this button to update your database and take advantage of additional time zone capabilities. Please configure WordPress to use the correct time zone before clicking this button!” below it.
Pressing that button says: “Update complete: time zone data has been added to all events in the database.” but does not change the menu items available.
https://theeventscalendar.com/knowledgebase/working-with-time-zones/
shows 2 options, I have neither.
Forum: Plugins
In reply to: [The Events Calendar] _EventStartDate gets set to null, and event breaksI’m not so sure on that.
Is WordPress compatible with PHP 8?
“PHP 8.x has been with us for a while now, so much so that even PHP 8.0 has only security support, and we should mainly use PHP 8.1 and PHP 8.2.”
wordpress.com also uses php 8.2 https://developer.wordpress.com/2022/12/09/php-8-2-is-now-available-on-wordpress-com/
my issue seems to be, something is overwriting these fields, and, something crashes when these fields exist but are empty.
I will keep debugging. I don’t have an option to go backwards on php, but I guess i do have the option to use a different events plugin.
wordpress 6.3 comes out next week, i guess i can start testing with that.
Forum: Plugins
In reply to: [The Events Calendar] _EventStartDate gets set to null, and event breakswe self host
PHP 8.2.7
wp 6.2.1
$ wp plugin list |grep -i event
event-tickets active none 5.6.3
the-events-calendar active none 6.1.3server timezone == site timezone == UTC
we typically set the timezone to UTC as well
we run gutenberg (16.2.1)