Zyles
Zyles
This is also a problem with the plugin: https://sv.wordpress.org/plugins/wp-add-custom-css/ Probably because the URL it generates is: `` I assume the parser is looking for .css files? I think it would...
Autoptmize didn't do anything. It does not seem to combine dynamic CSS. Is it technically possible to convert the dynamic CSS into inline CSS on a per page basis? This...
I tried a lot of the cache tools and none of them converts the dynamic CSS into inline, only the .css files. The only solution I see is converting it...
I can't be the only one who is missing this? 5 times during the last month I needed this feature alone. The ability to add a CMS block to a...
M2 should provide proper custom currency support where you can define amount of decimals, separator etc. It is dumb that this does not exist in core. Because it causes stupid...
I don't think you understood this request. **An attribute with a textbox** should be searchable, because it can have hundreds of items. I literally screenshotted attribute set as an example...
Please re-open.
We need this setup: ``` Org - Team 1 - -- User 1 - -- User 2 - Team 2 - -- User 1 (same as in Team 1) -...
Read policy works correctly: ``` create policy "Can only read group rows" on "public"."cities" to authenticated using ( user_is_group_member(group_id) ); ```
Hmm okay. I was hoping for a better automated solution. If you forget to pass the group_id for example in code. Just like the user_id is autopopulated with auth.uid()