engagecommerce
Forum Replies Created
-
Forum: Plugins
In reply to: [SecuPress Free — WordPress Security] Blank page on Users & Login ModuleTurns out this was caused by an error in the date.timezone field in the php config.
Both problems solved
Forum: Plugins
In reply to: [Code Snippets] Whoa! What the hell happened there?@pubdirltd You can’t export your snippets because the import-export file is missing, thats whats causing the first original 500 error, its trying to call a file that doesn’t exist so commenting it out is a solution for that.
You’ll have to wait for shea to release the fix or roll back to the previous version if you need to export your snippets right now
Forum: Plugins
In reply to: [Code Snippets] Whoa! What the hell happened there?@pubdirltd Glad I could help
Forum: Plugins
In reply to: [Code Snippets] Whoa! What the hell happened there?Open this file in notepad or whatever editor you use
/code-snippets/php/class-code-snippets.php
Go to line 60 and comment it out
/*require_once $includes_path . ‘/import-export.php’;*/
Then just re-upload that file and your site will be sorted. Same thing happened to our network dev environment this morning.
We’re having the same problem with the same type of setup.
Running wordpress multi-site in sub-domain mode with domain mapping.
When you try to access mapped domains the page editor just sits on the loading screen with the animated “E” logo.
My console shows errors for:
Uncaught DOMException: Blocked a frame with origin “https://mydomains.com” from accessing a cross-origin frame.
My headers are already set to SAMEORIGIN
Are you using mapped domains or multi-site by any chance ?
This doesn’t fix what my original ticket was opened for.
It hasn’t addressed the cross origin in mapped domains on multi site which is what I originally stated
Just tested 1.6.1 also, no change. Still seeing cross origin errors in the console
Yes customizer works fine for me, no console errors.
But Elementor just sits on the E logo loading page. Console shoes cross origin errors.
I’m using domain mapping, Generate Press theme and multi site
v1.5 worked fine.
Are any of you using domain mapping ?
Yes correct it happens in Edit mode.
I can confirm my problem is the same as what WPDevHQ has linked to in his post above.
Forum: Plugins
In reply to: [Elementor Website Builder - More Than Just a Page Builder] Image Box CSS BugAny update on this ?
Its a real pain having to apply a custom css style to every single element with a link whenever I use Image Box or the Title widget
All you guys need to do is add “a” to the end of the style class so it applys the widget set text colour when a link is entered.
.elementor-widget-heading .elementor-heading-title a {}
.elementor-element.elementor-element-69txroe .elementor-image-box-content .elementor-image-box-title a {}
Forum: Plugins
In reply to: [User Switching] Switching Back problemHi John,
Thanks for the reply.
OK, so I’m in the network dashboard, I go to the user list and choose my user to switch to, I select the “Switch to” for that use and it switches me to their account with their permissions, everything works OK.
I now have an alert bar with my username and a link to “Switch Back” at the top of the page. If I click this it reloads the page and in the alert bar I now have
“Switched to username (client_username). Switch back to Network Admin (network_admin_username).”
But I was already switched to client_username and I clicked the link to switch back to network_admin but it looks like its just a loop.
So I logout, and on the login page where it states you are now logged out I also have the option still to “switch back to network_admin_username”.
I’m wondering is it a nonce problem or a domain mapping problem (or maybe both)
That’s great, thank you !
Forum: Plugins
In reply to: [Pixabay Images] Error Invalid Request on Network SitesWe have found the source of the problem but we don’t know how to fix it.
Its being caused by an invalid nonce in the pixabay part of the nonce.
This happens on any network activated installation. Activate the plugin site by site and its fine. Network activate and he problem occurs.
Anyone have any ideas ??