shahn1234
Forum Replies Created
-
Great. Thanks!
Okay, just to double-check: one of the firewall settings I have is to only allow white-listed IP addresses to access WP Admin. I’ve had to whitelist IPs for other plugins to keep them functional, but I don’t need to do this for CleanTalk?
Thanks.
Forum: Plugins
In reply to: [Participants Database] PHP warning: Illegal string offsetForgot to mark the issue as resolved. Doing so now.
Forum: Plugins
In reply to: [Participants Database] PHP warning: Illegal string offsetExcellent! I replaced 1.8.4 with 1.8.5, and now all is well.
Also, the display issue is now resolved! I’m not enough of a coder to know how the MailChimp addon could affect the live display of data, but I’m selfishly glad that I don’t have to investigate now what seemed like a separate issue.
Thanks so much for your work on this and your rapid support responses!
Suzanne
Forum: Plugins
In reply to: [Participants Database] PHP warning: Illegal string offsetIt’s a checkbox.
Here’s the URL of the form: https://mindfulfamilies.net/new-family-program/
Forum: Plugins
In reply to: [Participants Database] PHP warning: Illegal string offsetHi, thanks for the updated plugin! Unfortunately, we’re still getting the same error, except that it’s on a different line of the code now:
Warning: Illegal string offset 'Pending Opt-In' in /home/openairw/mindfulfamilies.net/wp-content/plugins/pdb-mailchimp-integration/pdbmailchimp/Plugin.php on line 281
I’m hoping if the PHP issue with this plugin addon is cleared up, the display issue will clear up too. But I’m going to check with the client to see if she had updated the main PD plugin (or made any other changes) before the display issue commenced.
Thanks again.
Forum: Plugins
In reply to: [Participants Database] PHP warning: Illegal string offsetAlso, I didn’t realize until my client told me, but the database entries are not displaying on the website–just blank tables. Hopefully that will be fixed once the plugin addon is updated.
Forum: Plugins
In reply to: [Participants Database] PHP warning: Illegal string offsetAh, I see. I’m using version 1.8.2.
The Installed Plugins page doesn’t show that the Mailchimp Integration plugin needs an update. When I click “Check for updates” beneath the plugin, it just reloads the page with no changes.
I went to your website, but I don’t see a way to get the updated version of the plugin without paying for it all over again.
Thanks for your help.
Forum: Plugins
In reply to: [YourChannel: Everything you want in a YouTube plugin.] Error UpdatingI have the same issue. I tried deactivating and then reactivating the license, but I still get the error message “Update Failed: Download failed. Unauthorized.”
- This reply was modified 7 years, 1 month ago by shahn1234.
Forum: Plugins
In reply to: [Participants Database] Date filteringWorks like a charm!
I created a function for my child theme that uses your code, and it works wonderfully.
Thank you!!
Forum: Plugins
In reply to: [W3 Total Cache] Minification causes CSS and JS files not to loadUpdate: I’ve discovered the problem is not that the minified files fail to load but that the minified files are getting a 403 error. Any idea how to proceed?
Forum: Plugins
In reply to: [Participants Database] Remove “Share” from Signup Response EmailOh ho! A sneaky plugin at work!
I’ll do some digging.
Thanks again for the quick response!
Suzanne
Forum: Plugins
In reply to: [Participants Database] Datepicker positioning issueThanks for your rapid response! ??
I will look into this. What’s so odd is that the datepicker placement is just fine on the test page I linked to above, but not on the second page, which I believe has the same scrolling setup.
Thanks again!
Suzanne
Forum: Plugins
In reply to: [Participants Database] Datepicker positioning issueYes, I understand absolute positioning. The issue seems to be that the DatePicker extension generates a datepicker div that exists outside of the form, just above the closing </body> tag. The extension itself generates programmatically the absolute positioning values in a style rule that appears internally within datepicker’s html. I don’t know what parent div to set to position:relative (and I tried a few as an experiment), as the datepicker’s html is not within the form’s html. If the extension is going to use absolute positioning, wouldn’t it add a style rule of position:relative to whatever the parent div is?
Thanks,
SuzanneForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Fixed header not workingI will definitely do that! ??