azzuwayed
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Docs] Missing capabilityI just realized something, these permissions are controlled using a built-in feature by adding group admins and mods. Even the Docs menu in the admin area is not needed and should be managed by the super admin only.
Forum: Plugins
In reply to: [BuddyPress Docs] Missing capabilityIf I may jump in, I’m here for the same issue and I will try to explain it.
We are trying to fine tune the capabilities for who can publish/edit documents using another plugin called “Menu Editor Pro“. Currently, you almost need to give admin capabilities to enable Docs for any role (visible as OP describes it). I am not an expert in this area, I think the plugin needs its own capabilities for more narrow control.
Check out these examples for other plugins:
https://i.ibb.co/bmhJyXJ/Screenshot-2024-04-25-135914.png
https://i.ibb.co/cknjgp3/Screenshot-2024-04-25-135800.png
https://i.ibb.co/xYMymwB/Screenshot-2024-04-25-135850.pngHowever, for Docs plugin:
https://i.ibb.co/YXymk89/Screenshot-2024-04-25-135937.pngI hope this helps clarify the issue, or rather just a missing feature.
Thanks,
- This reply was modified 7 months ago by azzuwayed. Reason: Fixed image links
Forum: Plugins
In reply to: [Debug Log Manager] Ignore Words with [Square Brackets]Thanks @qriouslad
Today I found an error from Cloudflare plugin which didn’t show up too because [some- words] contained spaces and dashes.
[22-Oct-2023 22:47:02 UTC] [Cloudflare] ERROR: [CLIENT API] Array ( [type] => request [path] => https://api.cloudflare.com/client/v4/zones/xxx/pagerules?status=active [timeout] => 30 [method] => GET [headers] => Array ( [Content-Type] => application/json [User-Agent] => wordpress/6.3.2; cloudflare-wordpress-plugin/4.12.2 [Authorization] => REDACTED ) )
I have updated the regular expression accordingly to address this:
$log = preg_replace("/\[([a-zA-Z\s\-]+)\]/", "$1", $log);
The result:
Cloudflare ERROR: CLIENT API Array ( type => request path => https://api.cloudflare.com/client/v4/zones/xxx/pagerules?status=active timeout => 30 method => GET headers => Array ( Content-Type => application/json User-Agent => wordpress/6.3.2; cloudflare-wordpress-plugin/4.12.2 Authorization => REDACTED ) )
Forum: Plugins
In reply to: [Flexible Elementor Panel] Feature idea: Widget List ManagementHello @webmatpro
No, I want to customize the elementor UI, font size, colors, and hiding bloat…etc.
I don’t know how to load my custom CSS inside the builder, so I’m using your plugin CSS file ??
Forum: Plugins
In reply to: [Flexible Elementor Panel] Feature idea: Widget List ManagementI vote for these ideas!
Also:
1- A place to add custom CSS.
As a workaround, I added my custom CSS in this file: flexible-elementor-panel-editor.css
and disabled auto update for the plugin, so they don’t get deleted.2- Make it compatible with multisite.
Currently, if it’s enabled on any site, then it’s enabled on the whole network.My purpose is to simplify the UI for clients as much as possible, also white labeling the plugin.
Hi there,
I don’t mind paying for premium services.
What happened is I have downloaded every migration plugin on the wordpress repo to test their “free” versions. Your plugin cannot be tested at all; because it has only one “paid” feature.
From glance at the description, you would think it’s free and bashing premium plugins but it’s the complete opposite, sneaky marketing.Forum: Plugins
In reply to: [Use Any Font | Custom Font Uploader] RTL issue with WP 4.8Please fix the issue. Thank you.
I was having the same problem but with the themes.php link. Every time I click on it, I get redirected to wp-admin/tools.php?page=redux-about.
If you are Googling around like me and ended up here, I have found the solution. Clear your browser cache.
BR,
Abdullah- This reply was modified 8 years, 2 months ago by azzuwayed.