maylene
Forum Replies Created
-
After disabling each plugin on the development server one-by-one, we discovered a conflict with the WP Rocket Heartbeat Control plugin. Once we disabled it, the Constant Contact plugin behaved as expected.
Thank you for your help troubleshooting our issue, @constantcontact.
In case others have a similar issue, remember to check for conflicts with other plugins. ??
Yes, user permissions would seem to be the case except:
- We’re using an administrator account
- We confirmed the administrator role has all permissions in User Role Editor; should we look for a specific set of settings here?
- It works on local
- It worked on the dev and production server until we tried updating
You are correct that we can no longer see the Constant Contact Settings menu, and your shared link doesn’t work. Additionally, individual forms are blank in the editor. Our user created some of these forms and could access all of them recently.
How would an update affect the plugin’s permission settings?
Thanks for the quick response.
Correct. The URL is…
/wp-admin/edit.php?post_type=ctct_forms&page=ctct_options_settings_auth
…and it happens when I click the Paste Code button. I don’t have the opportunity to paste it, though, since I get this screen.
Forum: Plugins
In reply to: [Constant Contact Forms] Street Address Missing after UpgradeThanks for the quick response. We’ll be on the lookout for the release.
I’ll close this topic for now and open another if the new release doesn’t resolve the issue.
Have a great week!
Forum: Plugins
In reply to: [Yoast SEO] Google Search Console Shows : Duplicate field “FAQPage” ErrorThanks, @maybellyne. I’ll open another topic if it’s still not resolved with the update.
Have a fantastic week!
Forum: Plugins
In reply to: [Yoast SEO] Google Search Console Shows : Duplicate field “FAQPage” ErrorThanks for opening this, @pacificregmi.
Hi, @maybellyne, I’m working on a website throwing the same error in Search Console.
The page in question has two FAQ blocks which the interface says is a no-no, but this support forum answer indicates it may be possible. The site is on Yoast 20.3 (soon 20.8).
Forum: Plugins
In reply to: [Uptime Robot Plugin for Wordpress] Switch to API v2I looked at the code, and the plugin is already using v2. Curious, I searched for the error itself, and the message was sent about a week ago to folks using UptimeRobot across tools like Plesk or Home Assistant. v1 was deprecated two years ago. ˉ\_(ツ)_/ˉ
Forum: Plugins
In reply to: [Uptime Robot Plugin for Wordpress] Switch to API v2Same here. I’ve appreciated this plugin.
I’m new to DigitalOcean and using ServerPilot to manage my Ubuntu 16.04 droplet. The above workarounds didn’t work for me though I had a ton of similar Deploy errors on two separate site installs.
Thanks to the clues above, I found this ServerPilot article about disabling Strict Mode in MySQL 5.7. Worked like a charm. Hope this helps someone else!
Forum: Plugins
In reply to: [Spam protection, Anti-Spam, FireWall by CleanTalk] Ignore logged in users?Oops, I missed that FAQ, so thanks for being nice (and quick) in your response anyway! I’ve uploaded the fixed plugin and had no issue submitting forms either from wifi or mobile. We’ll be testing more vigorously this week to be sure, but Thank You so much for such great support!
Forum: Themes and Templates
In reply to: [Spacious] How to change the footerThanks, @icatherine, for the copy/paste easiness. Worked like a charm.
Thanks, Santosh! Your advice and tweaks helped me finally get the package and database installed correctly. I’ve used Duplicator on this shared host server for months but didn’t have an issue until today after upgrading from 0.4.6 to 0.5.1 on WP 3.8.1.
Also, thanks, LifeInTheGrid, for overall making my life much easier! Here’s hoping today was simply an anomaly.
Forum: Plugins
In reply to: [Private Only] WordPress 3.8 Shrinks Custom Logo?Thanks for the post @inscape! That got me in the right direction to fix a custom square logo the client had. I ended up specifying background-size as well as width and height.
Forum: Fixing WordPress
In reply to: Proper way to remove in wp-login.php default fileThanks, Halben. I ended up using the theme’s functions.php to fix my issue. Cheers!
Forum: Fixing WordPress
In reply to: Proper way to remove in wp-login.php default fileHey, @halben, what was the solution? I’m attempting something similar– I need to modify the user_login label without directly editing wp-login.php. I thought your fix might lead me in the right direction.