2gen
2gen
+1 this would be perfect for sending a single asset to a team-mate
Got a fix for this. Add the following function: ``` function escapeRegExp(str) { return str.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&"); } ``` Find the regex that is doing the string replace, I used the...
Disabling "modernizer" from the plugin list will remove this bug.
We are experiencing a similar issue. Did you ever find a solution? Part of me wonders if its because we have so many categories but it could also just be...
This PR fails when you pass a variable to the @field directive. Take the following use-case: ``` @foreach($postids as $id) {{ $id }}'s Title: @field('title', $id) @endforeach ``` It should...
The fix listed above (the mu-plugin) didn't work for us. I don't think it worked because s2member-o.php is dying because it can't load wordpress core. If it can't load wp...
> We are having the same problem. Were you able to find a solution to this? Deleting and resyncing unfortunately didn't solve it. Yeah I found that deleting the drafts...
I suspect the php settings you should be looking at are memory limit and max execution time. If that is the cause you could try reducing the amount of products...
~Any update on this? We're quite a few versions behind now.~ https://github.com/PascaleBeier/blade-lucide-icons is up-to-date, suggested to use that package over this one.