nicmare
Forum Replies Created
-
Forum: Plugins
In reply to: [Open User Map] Disable add-location-overlay at all?!thanks mate. recent update fixed the issue.
good to know – thank you for the update !
Forum: Plugins
In reply to: [Open User Map] Disable add-location-overlay at all?!sorry. but that is not true. the add locations html code is always loaded even if i am logged out (like a random visitor) and “allow visitors to add locations” is disabled! therefore i opened this ticket. Take a closer look:
Forum: Plugins
In reply to: [Open User Map] Disable add-location-overlay at all?!and it seems it loads some assets like dashicons on all pages even if the map block is not used there – can you please optimize the code to only load assets where the map block is really used and the assets are really needed?
Forum: Plugins
In reply to: [Embed Privacy] How to handle Hubspot-Forms?alright – thanks for the in depth explanation. i will see if i can get this work by myself. but this gives me a pretty good starting point.
Forum: Plugins
In reply to: [Open User Map] Pin title on mapare there any plans to add this as a feature please?
think its fixed. i removed it entirely again from plugin in list and installed it again so the proper tables are getting created and now its running normal i think
- This reply was modified 2 months ago by nicmare. Reason: resolved
Thank you for the very fast response. Really appreciate it. I deleted all options containing “koko_” in name including the transients from options table. Errors are gone except one:
came here to report a similar effect. after updating directly to 2.3.3 my site is not longer accessible. infinite loading times. hopefully the processes will shutdown / restart soon. i already disabled koko plugin on ftp level.
cloudflare feedback:
A timeout occurred – Error code 524
What happened?
The origin web server timed out responding to this request.
The likely cause is an overloaded background task, database or application, stressing the resources on the host web server.
- This reply was modified 2 months ago by nicmare.
Forum: Plugins
In reply to: [Pressidium Cookie Consent] Errors reported by wordpressDear @overengineer are you still maintaining this awesome plugin? came here to report the same issues with php8.4
Hotfix for everyone else stumbling upon this. put this in functions.php
add_filter('register_block_type_args', function ($args, $block_type) {
if ($block_type === 'pressidium/cookies') {
$args['api_version'] = 3;
}
return $args;
}, 10, 2);Forum: Plugins
In reply to: [Makeiteasy Slider] Does not support Icon-Block in Slider-Itemah no do not worry please. just wanted to report it. i am grateful when it will be fixed somewhere in the future 🙂
Forum: Plugins
In reply to: [Makeiteasy Slider] Seems not to work at all?!It’s not possible to wrap the slider inside a group through the context menu. instead the whole slider gets transformed to a group and the slider function gets completely lost.
it’s not possible to vertical align the slider items. for instance when building a logo carousel. every item is aligned to top position. would be cool and intuitive if one had the same vertical alignment options like in a stacking group
Forum: Plugins
In reply to: [Makeiteasy Slider] Seems not to work at all?!Hey Lovro,
finally found some time to give it a new try and this one works better! But still many weird things going on here: https://cln.sh/RzXW05Nf
- why are there scrollbars in the editor? especially horizontal. The “add item” button seems to be offset of the editor viewport
- why is navigation “invisible”. has white color for some reason and i can not find the setting to change the color of the arrows.
- why is bullet navigation not clickable?
- why are arrow and bullet navigation not visible in editor?
i really like the clean gutenbergish UI of your plugin and the idea to overwrite the configuration to json-code is amazing but i can not give this to any of my clients because i know they will have the same questions. hopefully the screencast helps you to get the plugin better?
Forum: Plugins
In reply to: [Makeiteasy Slider] Seems not to work at all?!yea json input it completely fine for me but even when pasting some code the badge “invalid json” stays which is bad user experience. if you are interested, i can produce a screencast to show you how i use the plugin and what to expect from it. because i think basically it has a lot of potential