John Huebner
Forum Replies Created
-
diagnostic report sent
Okay, I have been testing this on a dev multisite before I implement it on a live site.
What I have found is that while it says not allowed for the sub site admins in the user list that it in fact required, but does not indicate that it is required.
When logging in as the site admin and looking at the profile page at the bottom is says that it needs to set up 2fa by a specific date.
The admins do not receive emails when I try to notify them from the settings page in the main site and they receive no other warnings that they need to do so.
This is where my concern lies in requiring 2fa but no one being aware of it unless I personally send them all an email with instructions.Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] FacetWP LabelsI got it figured out. Issue was that the AJAX response for the other plugin was a nested JSON object and what needed to be translated was not. So I needed to flatten the response, add keys for gtranslate to indicate what needed translation and then intercept the response and un-flatten the object before FacetWP updated the page.
I have tested this with all caching disabled and after clearing all caches with the same result. A link to the page will not help because I have the elementor setting set to external files at the moment due to this issue. The active color that is wanted is and Orange and if I use internal embedding it is a lavender color, which is not acceptable. If you need to see this then I’ll have to find a way to clone the site and reproduce the error somewhere else.
Forum: Plugins
In reply to: [WooCommerce] Allow Direct Access to downloads for admins and editorsI had a feeling that would be the case.
The reason I need this is that my client wants to include image files as downloadable products and would not consider uploading the images in .zip files. When an image is a downloadable product and uploaded to the woocommerce_uploads folder, these images appear as blanks in the media library and when selecting files for downloadable products.
For others that might be interested, the only viable solution I can see for this is to set a cookie when the user logs in if they should be able to access the woocommerce_uploads folder and then replace the contents of the .htaccess file to add a redirect if the cookie is not set correctly.
RewriteEngine On
RewriteCond %{HTTP_COOKIE} !^.*COOKIE_NAME=COOKIE_VALUE.*$
RewriteRule .* - [L,R=404]Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Oh my lordA note about the removal of .zip backups.
Tar or Tar GZip are incapable of backing up all files for plugins due to long file names — Elmentor is a specific one that comes to mind. Without .zip backups of files become completely unusable and crash the site when restored due to missing files.- This reply was modified 1 year, 3 months ago by John Huebner.
- This reply was modified 1 year, 3 months ago by John Huebner.
Forum: Plugins
In reply to: [WP Super Cache] add to $cache_rejected_uri from pluginI’m good for now, other things came up and this is on a back burner.
I just did a quick test again using a private window or even using a different browser. My simple test was just for login condition on an elementor container element. I could see the content both logged into and out of the site. I have no idea if it is a conflict with another plugin or just his plugin no working and I don’t have time to figure this out.
But this is moot. I am moving on as I realized that I can do what needs to be done on this site with the built in elementor display conditions and will not be using this plugin for this feature.
Forum: Plugins
In reply to: [WP Super Cache] Do not cach with sepecid GET parameterI’m good, I have not implemented yet but I think I’ll be able to figure something out. At first I was expecting a setting specific to URL query values but as it’s done be blocking parts of the full requested URL that includes the query string I can understand what I need to do.
Forum: Plugins
In reply to: [WP Super Cache] Do not cach with sepecid GET parameterIn my case I have a client that has a single sign on through a third party. The process is that clicking on the login link takes you off site to the sign on and then returns to the site with a single sign on token. This uses the query parameter of “sso”. There may also be other values before or after the sso token. Would it be sufficient to block “sso=”
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Not indexing all productsI finally figured it out, client had the products marked as hidden in a way that was not immediately apparent.
Forum: Plugins
In reply to: [Ultimate Addons for Elementor] Update from version 1.6.28 to 1.6.29Same issue, fatal error on line 32 of /header-footer-elementor/header-footer-elementor.php file
require_once HFE_DIR . ‘vendor/autoload.php’;
file does not existForum: Plugins
In reply to: [Enhanced Media Library] Fatal Error – Too Few ArgumentsGlad to help, not sure at this point what site this was on but I had disabled the other plugin that was applying the filter because the other plugin was not being used. I’m pretty sure I posted something on that plugin as well but never heard back on their end.
Thanks, disabling the feature corrected the issue. That’s good enough for this site.
The = here should be a -, that’s what I get for typing it out because I couldn’t figure out how to copy from the browser debugger
wp-admin-bar=wpcode-loaded-on-this-page