johnish411
Forum Replies Created
-
Yes, it’s been set to New York since 2011.
Forum: Plugins
In reply to: [Login No Captcha reCAPTCHA] Can’t use function return value in write contextThank you, Robert.
Confirmed it does work.
I updated another site, also running on the same web host directory as the other. It is working perfectly fine.
Thank you again. It’s been a pleasure.
Forum: Plugins
In reply to: [Login No Captcha reCAPTCHA] Can’t use function return value in write contextThat has worked.
Now it’s on to the next one…
Fatal error: Can’t use function return value in write context in /home/gothamvo/public_html/bigapplevolleyball.org/wp-content/plugins/login-recaptcha/login-nocaptcha.php on line 156
Line 156
if (!empty(get_option('login_nocaptcha_v3_key'))) {
Doing a similar update fixes this:
$login_nocaptcha_v3_key = get_option('login_nocaptcha_v3_key'); if (!empty($login_nocaptcha_v3_key)) {
The site is on PHP 5.6.24
Forum: Plugins
In reply to: [Blighty Explorer] Upload Not WorkingI have the same issue.
WP 4.9.6
Blighty Explorer 2.1.6Successfully linked to DropBox (Business). It created the folder just fine so it shows {my name}/apps/Blighty Explorer
However, the files uploaded never appear.
Forum: Themes and Templates
In reply to: Can't Update Main Menu@thelight2015 — it’s A HELLA easier if I could do it through menus too; I certainly understand this.
@luke – Didn’t we meet before? Anyways I’ll ask to increase this to 5k. The host had it at something small like 1200. Yes I’m very familiar with php.ini LOL
Forum: Themes and Templates
In reply to: Can't Update Main MenuI found an alternate way that works for the site that I experienced the issue with.
I believe it was 2 fold. I contact my hosting company and asked them to increase the maximum input variables, max_input_vars, to 2000. The site is on a VPS so this wasn’t a problem.
Some host providers allow this change to happen in the .htaccess file.Log in to your WP sites admin. Go to your site, i.e. the home page of the site or any page, at the top you’ll get the WP banner menu which contains your site name, the artists brush with the word Customize, perhaps the number of comments to approve and a + New.
Click on customize and the modify the menu through there by then clicking in to the Menus from the left navigation.This worked but it still does not work through the Appearance -> Menu’s section.
I hope this also works for you.
Forum: Reviews
In reply to: [WP-reCAPTCHA] Hit and miss pluginThis plugin seems dead as it has not been updated in over a year.
For Contact Form 7 try this plugin, https://www.ads-software.com/plugins/google-no-captcha-recaptcha/
Forum: Plugins
In reply to: [Google No CAPTCHA reCAPTCHA by WisdmLabs] Use recaptcha in commentsI’m wondering the same thing. After giving it a try I would say the answer is NO.
Forum: Plugins
In reply to: [Enable Media Replace] Doesn't update fileSeems to be a cache issue with the thumbnails. I changed the image style through each one (circle, mosaic, etc) and then it cleared up.
Forum: Plugins
In reply to: [Enable Media Replace] Doesn't update fileI see the full size image was updated but the thumbnails are not generated; which means it looks broken everywhere.
Forum: Fixing WordPress
In reply to: Admin has no CSS StylingI’m using 2012.
Ok I didn’t do anything and now it’s working just fine. *sigh*
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] v1.10.11 upgrade failedWhen anonymous users go to the site they now see this
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/gothamvo/public_html/wp-content/plugins/all-in-one-event-calendar/all-in-one-event-calendar.php:64) in /home/gothamvo/public_html/wp-content/themes/gotham-volleyball/functions.php on line 30 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/gothamvo/public_html/wp-content/plugins/all-in-one-event-calendar/all-in-one-event-calendar.php:64) in /home/gothamvo/public_html/wp-content/themes/gotham-volleyball/functions.php on line 30
Forum: Fixing WordPress
In reply to: Password Protected page shows contentI found the solution.
“Show Sub-Pages Title and Excerpt” was set to true. Setting this to false correct the issue.
I think this feature should follow the password protection setting and instead it doesn’t.
Thanks – I had no idea the tabs functionality came from something else. This information will certainly help me.
Forum: Plugins
In reply to: [WP-Instaroll] Insatgram authorization failsI have the same problem.
Clicking Authorize gets me this:
{ code: 400, error_type: "OAuthException", error_message: "Redirect URI does not match registered redirect URI" }
Found the error, I had the wrong redirect URL on my instagram.com “Client Info” settings.