kruddock
Forum Replies Created
-
Forum: Plugins
In reply to: [Media Library Folders] PRO version pre-sales questionHello, I’m having a bit of a problem after the failed move. I now have a folder which is showing under media library folders, but it does not show under WINscp (ftp) If I click on one of the images in the folder the image display, but if I try to move all the image out of the folder MLF is saying that the image does not exist.
Please help.
Forum: Plugins
In reply to: [Media Library Folders] PRO version pre-sales questionWhile I was waiting to hear back on my pre-sales question, I tried moving images from one folder to another folder. The process was running very slowly, but it did manage to move 2700 files before it stopped processing. Is there a better way of performing a move operation on folders that have 5000 files? I am restoring from back-up at the moment as I don’t trust operations that fail like this.
Forum: Plugins
In reply to: [User Role Editor] Undefined property: URE_User_View::$multisite in debug.logThank you Vladimar for going a little extra to help us understand things when they do not work.
The whole idea behind setting up a staging site is so that you can experiment with new plugins and their settings before you try and go live. It is apparent that wp-staging is overriding some of your plugin URE settings on our staging site.
I noticed this when I log into our staging site with a role of sales manager (for us this is a tweaked version of shop manager role). The staging plugin must be overriding the URE plugin as I am able to see most of the admin dashboard. On the production site the URE plugin is working fine and I do not see most of the admin dashboard.
I’ve sent an email to wp-staging technical support with this thread as a reference.
Forum: Plugins
In reply to: [User Role Editor] Undefined property: URE_User_View::$multisite in debug.logI tried fixing on my own, adding this line under other variable declarations in function display()
$multisite = $this->lib->get('multisite'); //kbr 070621
I will use your fix and remove my own.
I think I managed to track down why my shop_manager was getting logged-out/redirected back to the login page. I was working in our staging site, the staging site is created by a plugin called wp-staging. I discovered that I needed the General->manage_options capability checked ON in our staging site, otherwise the logout/redirection occurs.
On our live production site, this General->manage_options is checked OFF and everything works as normal… no forced logout/redirection occurs. Any Ideas why this needs to be checked on our staging site?
BTW, Thanks for the code fix.
Forum: Plugins
In reply to: [User Role Editor] restrict permissions to woocommerceHello Vladimir,
I think this is a common question for most of us using User Role Editor and WooCommerce.
We want to be able to allow access to WooCommerce Orders, but not the other WooCommerce sub-menus: I don’t want our shop manager/store manager having access to settings or status, or extensions submenus.
Is this possible to do with the free version of the plugin, or do people need to buy the PRO version of URE to be able to do this?
Forum: Plugins
In reply to: [Product Filter by WBW] Not receiving SupportThank you for your reply, I did find Natalie’s response from May 21st and will be in touch with her.
Hello,
I don’t think a link would have helped as you would not have access to viewing the form that is emailed.
I’ve created a work-around for the manager that requested the change. I am now placing the person’s name in the email notification subject which has sufficed.
If you want to view the problem, to what I was referring to, please create your own form and place label and field on the same line. Submit the form to your own email address and you will see that the label and field are not on the same line when viewing the form in your email.
Thanks,
kruddockForum: Fixing WordPress
In reply to: Buttons no longer centeredI agree with Alex… I tried the same thing adding justify-content: center.
You need justify-content if using display: flex
text-align if using display: block;- This reply was modified 3 years, 10 months ago by kruddock.
Forum: Plugins
In reply to: [WooCommerce] Product Data Tabs – some tabs keeping data hiddenHello, I found the problem which turned out to be another plugin that disables XML-RPC API and it was updated a week ago. Hope this information helps someone.
https://www.ads-software.com/support/topic/hides-data-in-woocommerce-product-tabs/
Hello Gregory,
I removed my whitelisted i/p address and tried logging in using my custom-login.php from an incognito window and got the familiar “We’re sorry, you are not allowed to proceed” message which I would expect. But why am I getting this message after I re-add my whitelisted i/p address back in place? I am unable to log in from a custom url.
Suggestions?
Do we need to physically create a new login file?
ie . create custom-login.php from a copy of wp-login.phpHow’s the article update coming along?
Forum: Plugins
In reply to: [WPS Hide Login] There has been a critical error on this website.Hello,
Are you saying that your plugin does not generate this file? I thought that was it’s purpose? Do I need to re-create this file from the wordpress core? It’s been awhile so I’m not sure on the steps.
Thanks.
Forum: Plugins
In reply to: [WPS Hide Login] There has been a critical error on this website.Hello,
After enabling debug, my debug.log file contains this:
[22-Mar-2021 19:35:16 UTC] PHP Fatal error: Cannot redeclare retrieve_password() (previously declared in /chroot/home/ourwebsite/html/ourrenamedlogin.php:336) in /chroot/home/ourwebsite/html/wp-includes/user.php on line 2834
What are your thoughts?
Apparently, other plugins are suffering the same fate after WordPress upgrade to 5.7 https://www.ads-software.com/support/topic/cannot-redeclare-retrieve_password/
- This reply was modified 4 years ago by kruddock.
Forum: Plugins
In reply to: [User Role Editor] WooCommerce – Prevent product editingI have this working now. I’m not entirely sure what I did to fix it as I deleted the role and re-created it with the same settings and it seems to have worked.
Hello yehudah,
Thank you for the quick response. Having looked for a solution prior to posting
I did just that and disabled the plugins that had wp_mail declared to no avail.Why is POST smtp showing a CORE wordpress file – pluggable.php as being the source of the problem? At least, that is how I’m interpreting the error message.
Are you saying there is still code out there that is overriding function wp_mail()?
Thanks.
Forum: Plugins
In reply to: [WP Cerber Security, Anti-spam & Malware Scan] WooCommerce rest-apiHello Gregory,
I have a few woocommerce sites. Are you saying there is no consistency in their namespaces? The sites I have do show “wc/v1”, “wc/v2″,”wc/v3” for WOO REST APIs.
I’ve disabled REST API in the hardening section and then added wc/v3 as an allowable namespace, but I am unable to access.. Any ideas?Our namespaces according to /wp-json/
“namespaces”: [
“oembed/1.0”,
“2fa/v1”,
“contact-form-7/v1”,
“yoast/v1”,
“mc4wp/v1”,
“wc/store”,
“wc-analytics”,
“wc-admin”,
“testwp”,
“elementor/v1”,
“wc/v1”,
“wc/v2”,
“wc/v3”,
“wccom-site/v1”,
“wp/v2”
],