Chris - On the Grid Web Design LLC
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Tickets and Registration] Missing Stripe Keys FieldsIt was asking me to give a phone number or install google authenticator to log in. API keys are much better than jumping though a bunch of hoops to connect to the account. I saw some other problems with the plugin so I’m going with a different one.
I was just able to look at it again with the latest version. The bugs I saw last time appear to be gone. The real time showed some test clicks, only from one browser (tracking javascript blocking on otherbrowser?). Everything else remained empty.
Can it be turned off? I want all site visitors to be anonymous as far as which pages are visited, but also want an accurate count.
Forum: Plugins
In reply to: [hCaptcha for WP] Enable hCaptcha on Elementor Pro Form Not WorkingWhen I uncheck the “Turn off when logged in” setting, there are Javascript errors which prevents the options for the form from showing up when I tried to edit it to add hcaptcha.
I tried it in both Firefox and Chrome.
Forum: Fixing WordPress
In reply to: Error: [] cURL error 7:Check for SELinux on your server. It decided to start interfering with CURL on mine. Even if you turned it off before, it has a way of getting itself back on.
To kill it use this command: setenforce 0
Does it still do it when you are logged into the site? Are you using iThemes security plugin or something similar? If the “Filter Suspicious Query Strings in the URL” is on it will send 403 errors to browsers not logged in. I think it’s the “~” that is causing it.
Forum: Plugins
In reply to: [Accept Stripe Payments] ERROR: Warning: Cannot modify header informationI saw the same problem. That function must be being called before the page has started being built.
Forum: Plugins
In reply to: [Snow Report] Doesnt work on site. Needs module or extension?I was referring to the plugin getting an error message from the website which caused it to display nothing.
There is a error message from the plugin, hidden as a comment in the html code.
Forum: Plugins
In reply to: [Snow Report] Doesnt work on site. Needs module or extension?You have to edit the plugin file and change that line so the plugin grabs the right file from onthesnow.com rather than getting an error message.
Forum: Plugins
In reply to: [Snow Report] Getting a blank formMake sure location=”Utah” is in the shortcode.
Also check the next topic for my answer about nothing showing up at all.Forum: Plugins
In reply to: [Snow Report] Doesnt work on site. Needs module or extension?On The Snow Changed the name of their rss files
Change line 496 (I think) to:
$url .= ‘/snow-rss.html’;The emails may be getting blocked by the your mail server. Gmail is doing that to emails from my website to my gmail account.
Forum: Installing WordPress
In reply to: Problems with Dashboard after updating to 3.3I had the same problem as talislin. Something went wrong with the automatic update and I had to download the zip file and upload everything. I just fixed it by deleting the update directory under wp-content.