xtrememogul
Forum Replies Created
-
Forum: Plugins
In reply to: [Force Login] REST API userHi there, I am having the same problem. I keep getting this error “Error occurred: Message = {“code”:”rest_unauthorized”,”message”:”Only authenticated users can access the REST API.”,”data”:{“status”:401}} | Status = 401″ when trying to send an incoming webhook.
I have proved your plugin to be the culprit since once I deactivate it, webhook works. This is bc your plugin blocks rest api calls without authentication. I have already tried adding the code you shared at the end of this thread https://ww.wp.xz.cn/support/topic/bypassing-only-specific-rest-endpoint/ as such:
function my_forcelogin_bypass_rest_api( $result ) { // Skip if request is authenticated if (!empty($result)) { return $result; } if ($_SERVER['xtremeplatform.com'] == '/wp-json/uap/v2/uap-16589-16590') { return true; } return $result; } add_filter( 'rest_authentication_errors', 'my_forcelogin_bypass_rest_api', 20 );This however is not working and same 401 error remains. Please let me know how to properly add this exception AND how to add more than 1 exception URLs. Thank you.
Forum: Reviews
In reply to: [Quick and Easy FAQs] Problem with the toggle modeI had the same problem and the suggested code worked for me. I also realized the ” were not the issue but that the ” tags are not properly shown on the description. (opening and closing tags). Developer should correct this on the description, better yet this is something that needs to be on the plugin setup or FAQ pages NOT on the WP plugin description. After that being said I do think @ghalia24 should update this review accordingly.
Forum: Reviews
In reply to: [woo user redirect] It just works!!Update: I’ve been using this on my site successfully, however after creating 6 additional roles to achieve this it is not looking pretty on the “Users” page. It would be great if you can add the option to do this based on a specific user also. Thanks!
Forum: Plugins
In reply to: [WP Mautic Form Integrator] add new – blank, no optionsI was having the same problem. The issue was that when copying the callback url it added extra spaces at the end. Once you delete these and try again (after pressing F5) it should login and verify. Then when you go back to the “add new” you should see the option to map out mautic forms with your form plugin.
Hi Paul. After further research I was able to confirm what Michael said. It was a Javascript caching issue with Cloudflare, as you can see I just figured it out. Thanks
Hi Paul. You were right indeed this was a plugin redirect issue. I found the culprit so I will ask the plugin developer. Thanks a lot.
Hi Paul, the link is xtremewebsites[dot]com . Let me know if you find something, if not I will ask the the theme developer. Thanks
@michael. I am using Cloudflare and I don’t see a way to add a phrase.
Forum: Reviews
In reply to: [Admin Tweaks] Awesome All-in-1 Plugin!3. I also forgot the ability to change/hide the admin footer text:
“Thank you for creating with WordPress. Version …” as shown here:
https://ww.wp.xz.cn/support/topic/removingcustomizing-dashboard-footerForum: Plugins
In reply to: [Advanced Editor Tools] Cannot hide/disable 3rd party pugin buttonsYou mean develop a small plugin that does this? Not a solution I was hoping for, I think I will stick to asking our developer to do this with every project needed. However I do recommend adding a simply hide/show option on the “TinyMCE” settings; it would be much easier. Thanks
Forum: Plugins
In reply to: [Advanced Editor Tools] Cannot hide/disable 3rd party pugin buttonsI don’t understand, please be more specific.
Thanks Paul. I was expecting that email to the admin email, not my user email. So I just changed my user email and now I got the link. Thanks
Forum: Plugins
In reply to: [Login Logo] Problems with MultisiteHi Jason;
No I haven’t tried without the brackets.
Anyway don’t worry. I got a plugin called “theme my login” which creates a login page and uses the branding of any theme. Thanks though
I totally agree with you Hugh.
This plugin has great potential but I feel is not yet ready for primetime.
However I do see them gaining momemtum if they at least make the 2 improvements you mentioned.
1.Add a way to customize notices when they are sent when someone is assigned a task. Minimally add a link to task the email.
2.Add a short code so that a set of tasks or milestones can be displayed publicly.
Allowing the system to be seen on the frontend is a must! and it is also something very simple to do with a shortcode. I hope developer listens to this honest feedback.