voliver
Forum Replies Created
-
Forum: Plugins
In reply to: [RSVPMaker] Can’t see settings pagesYour update from this morning has fixed the issue. Thanks.
Forum: Plugins
In reply to: [RSVPMaker] Error after updating to latest versionIt works!
I can’t thank you enough for your fast response.
I am still seeing blank tabs in the settings but I will start a new thread and include screenshots tomorrow.
I will upgrade my site to php 7.1 as soon as I have time to stage it so that hopefully I can avoid problems in the future.
Forum: Plugins
In reply to: [RSVPMaker] Error after updating to latest versionJOHNX – thanks for the suggestion. I also use the WP Mail SMTP plugin.
I just tried disabling that mail plugin, but I am still getting the critical error.
But I have a hunch that there is something to do with mail because I have blank tabs in the RSVP settings for mail server and mailing list. I could be wrong of course.
I am willing to accept other suggestions and willing to do some debugging if anyone can point me in the right direction.
Forum: Plugins
In reply to: [RSVPMaker] Error after updating to latest versionWhich line number?
What I have given you is just what is showing up in the php debug log – I haven’t added anything myself. The page that comes up and reports a “critical error” has no line number at all.
I don’t know if my last message was clear, but the latest couple of versions don’t show me anything in the admin console under the settings for the two tabs “mail server” and “mailing list” – could that be part of the problem – I did see those settings before and I have a return email address as well as a mailchimp list.
Would screenshots help? Would a temporary login to my site help?Anything else I can do?
Forum: Plugins
In reply to: [RSVPMaker] Error after updating to latest versionI have tried downloading and installing older versions (5.8.9 & 6.0.9) of the plugin, but I am now getting other problems:
– Error
missing required fields: first last email
Please correct your submission.
— this is new, I did not have that before– I do not see the entry fields – I allow my users to bring guests and I have configured it to allow entry of the guest names
– I also noticed that for the newest version I no longer see anything under the Settings -> Mail Server or Settings -> Mailing List
I have values under both of these in the older versions.My RSVP installation appears to be fully messed up now. Any suggestions for how to get this working again? I really like this plugin – it has exactly the functionality I want for meetings!
Forum: Plugins
In reply to: [RSVPMaker] Error after updating to latest versionNo, I’m still seeing the same errors – both webpage and log.
I am running php 7.0 on my WordPress site.
Is there any other information I can provide to help solve this?
Forum: Themes and Templates
In reply to: [Responsive] Menu disappears when I scroll on a mobile deviceI heard back from the support person. The suggestion I got was:
—–
Meanwhile can you please try by using a mobile menu customization option and use the menu style as a Fullscreen or Sidebar.
?
Goto: Customizer->Header->Menu->Mobile Menu->Menu Style Layout.
—–I didn’t realize this customization section even existed. I changed my setting to Fullscreen and it works just fine for me.
Thanks for the help!!!
Forum: Themes and Templates
In reply to: [Responsive] Menu appears on mobile device on scrollingI have been having the same problem: the menu disappears if I scroll.
I am using an iPhone 7, iOS 13.1.3, Safari Browser
Unfortunately, I have a rather large menu structure for my website:
https://ephesians.orgWhen using the iPhone (and I have had the same report from someone who uses Android) if I expand the menu and then try to scroll down to get to the actual menu item I need, the menu disappears.
This was working a few weeks ago – I have been making some changes to the website and I’m pretty sure it was working the last time I checked.
I just noticed this error on my website as well. I would appreciate any help.
This is the complete error I see at the top of my html page (running a WordPress site):
Notice: Undefined index: mapquest_api_key in /home/ephesian/public_html/wp-content/plugins/leaflet-maps-marker/leaflet-maps-marker.php on line 739
Also: I am not using MapQuest as one of my Geocoding providers so it’s not clear why I’d get this error in any event.
Forum: Plugins
In reply to: [RSVPMaker] Broke PayPal – getting error page with no codeOk, finally figured this out.
I went into the database and cleared out some crud that must have been created during some aborted attempts to get this working.
After that, I was able to delete rsvp/payments in the dashboard and perform the action again in my test account.
I also figured out why the sandbox wasn’t working. There are two URLs that need to be changed:
define(‘API_ENDPOINT’, ‘https://api-3t.sandbox.paypal.com/nvp’);
define(‘PAYPAL_URL’, ‘https://www.sandbox.paypal.com/webscr&cmd=_express-checkout&useraction=commit&token=’);The manual file that you have on your site (and on GitHub) only show change for PAYPAL_URL. I found that I also need to change API_ENDPOINT by hunting around in the PayPal docs for an hour or so.
I hope this helps anyone else who is having similar issues. And thanks for this plugin – it really does exactly what I need!
Forum: Plugins
In reply to: [RSVPMaker] Broke PayPal – getting error page with no codeI deleted this plugin and reinstalled it. I was able to connect to PayPal one time – I connected to the live site so I did not complete the payment. I tried to RSVP and pay with the same user a second time and I got back to the error page I mentioned above.
I deleted the RSVP info in the admin console. Tried to rsvp/pay again, still got the error page.
So how do I reset all of this so I can test – more than just once!
And what is the procedure when a user cancels a payment, but wants to make the payment later?
I am having this same problem. Is there any resolution in sight? I like this plugin, but if I can’t have my users avoid making an account I’m going to have to look for something else.