majordesigns
Forum Replies Created
-
Forum: Plugins
In reply to: [Donations via PayPal] This organization can’t accept donations right now.@zztype – were you able to find a solution about this? My client is running into the same thing. Also reading some articles saying the PayPal account needs to be a “business account” and not a personal PayPal account.
Thanks a bunch!
Forum: Plugins
In reply to: [WooCommerce Square] Error connecting to SquareDidn’t see anyone start a new thread however I ran into this same issue – a sudden disconnect from Production that was working the day prior. I did exactly what @lpjjonine recommended but before that, I had to disconnect the WooCommerce app from Square in the My Applications section (https://squareup.com/dashboard/apps/my-applications).
After disconnecting I was able to re-connect but then ran into the “Something went wrong when connecting to Square!” error. Replaced “https%253A%252F%252F” in the URL with “https://”, refreshed and connection worked.
Thanks a bunch!
Thanks a bunch Marco. Much appreciated!
That makes sense then cause I have the following in our header.php to ensure no pages are accessed unless the user is logged in…
if (!is_user_logged_in()) { wp_redirect( '/wp-login.php/');}
The plugin is set to
internet
.So is there a setting or code I can insert to ensure ALL pages and posts (not concerned with media library) go through the SSO authentication or will switching from
internet
tointranet
fix that up (or will that cause issues with the already existing Azure setup)?Thanks again for your help! Very much apprecaited.
- This reply was modified 1 year, 2 months ago by majordesigns.
Forum: Plugins
In reply to: [TS Poll - Survey, Versus Poll, Image Poll, Video Poll] Error Saving Surveynevermind – just commented out the var_dump() line and all good.
Thanks!
Just updated on several sites and seeing the same however not for ALL my sites. Just a select few.
Was this ever resolved or just fall off? Running into the same error – followed all instructions but still no maps loading.
Not sure if related but version 3.3.2 seems to be running into some JS errors in the WP-Admin. Specifically when editing a post. For this particular screenshot, its when Adding/Editing a WooCommerce product. Seems to be a conflict with the AIOSEOP JS and WP’s react-dom.min.js
https://majordesigns.co/screenshots/screenshot.1028.jpg
Think it can be resolved soon? Didn’t wanna have a weekend task of changing from AIO to Yoast…
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Taxes displaying incorrectly based on quantityI have entered my own for only one state (which is where the retailer is located). Attached links to screens of my settings…
https://www.majordesigns.co/wp-content/uploads/2018/01/screenshot.939.jpg
https://www.majordesigns.co/wp-content/uploads/2018/01/screenshot.940.jpgThanks.
Forum: Plugins
In reply to: [WooCommerce] Taxes displaying incorrectly based on quantity[Large code/text excerpt removed by moderator per forum guidelines. Please use Pastebin or a Gist for all large code/text excerpts.]
Code block here: https://pastebin.com/htpMzz9c
Forum: Networking WordPress
In reply to: Multisite Dashboard link for new site not workingJust wanted to tack on that this same issue happened for me. Deleting the directory and the gd-system-plugin.php file cleared it up!
Thanks for posting your resolution gaszer!