Ahmed Saed

Results 39 comments of Ahmed Saed

Thanks for the full list @piotrbak I meant that `thb` prefix is used in all elements but for the IDs, in the customer's page, you are right, all dynamic IDs...

@piotrbak @GeekPress May I add the `won't fix` label here? Like @Tabrisrp mentioned, this can't be fixed from the plugin side. So the only option here is to have 3.9.4...

Putting a note here, just in case we will work on this: - If we triggered `DOMContentLoaded` again using the following script, the issue is resvoled ``` window.document.dispatchEvent(new Event("DOMContentLoaded", {...

This change will only show the item in the admin bar menu in the whole admin but we need to show it only in the edit post page. Also, we...

I can see that Cookiebot plugin uses our filter to add those exclusions here: https://github.com/CybotAS/CookiebotWP/blob/master/cookiebot.php#L195-L198 https://github.com/CybotAS/CookiebotWP/blob/master/cookiebot.php#L2224-L2234 I don't think that we need to add it from our side too, I'd...

@Tabrisrp all good now, thanks for checking.

I fixed this by creating my own github action based on this , you can check it out here: https://github.com/marketplace/actions/create-json-url so instead of getting the json from external file in...

@jorgeatorres Thanks for taking care of that. I can work on that if u gave me a hint.

Many thanks @barryhughes (u r the best) > it doesn't live in the vendor directory, but we're actually using a third party library here [(WP Background Processing)](https://github.com/deliciousbrains/wp-background-processing) Yes I know...

@tdmkld You can add this snippet directly to WordPress using any snippets plugin or inside your active theme functions.php or create a dedicated plugin for it. After doing some tests,...