webathlet
Forum Replies Created
-
Forum: Plugins
In reply to: [Modules Kit - Beaver Builder Modules] pricing-table.php already existsHello @techeshta,
any chance this could be fixed in next time?
The logs are getting flodded with warning messages.
It would be good to have a clean compatibility with future BB versions.
I would dislike to do without your great plugin.Kind regards
For everyone who has a smiliar issue.
After I took a look in the database table, I found out that the field “event_id” is the parent reference field of each recurring event for the field “recurrence_id“.
Getting quickly this recurrence_id for using it in a shortcode is to have a look in the link to view all recurring events that can be found on a recurring event post template page in the box above. In this link it is possible to find the “recurrence_id” equaly named as url parameter. It is not the field “post_id” or the parameter value of ?post=
Forum: Plugins
In reply to: [Custom Block Builder - Lazy Blocks] Unable to save php code in block editorSo, it seems that all fields data that are saved in postmeta can’t get updated if an partial entry dataset exits.
For example. If a image field entry value is flushed and re assigned in Editor then the new image value isn’t savend in this data entry.
If I delete this data entry in the postmeta and re assign an image in the Editor it will be saved this time.
Forum: Plugins
In reply to: [Custom Block Builder - Lazy Blocks] Unable to save php code in block editorHi,
same here with WP 5.9.3 by using Gutenberg on PHP 7.4 with Lazy Block 2.5.3
Updated new data with images and multiple selection field (radio inputs …) can’t get saved and can’t get deleted. This counts to placed elements in inspector or content.
I recognized by switching to Code Editor in Gutenberg, that all fields with images and multiple options won’t have a data entry in the dataset.
For example. A workaround for urgent updates was to add another temporary image field and overwrite the existing image variable with it in the template.
In the WP debug log appears a log entry like
`PHP Notice: Trying to access array offset on value of type null in /wp-content/plugins/lazy-blocks/classes/class-blocks.php(1238) : eval()’d code on line 19I hope this information helps with debugging.
Kind regards
webathlet