justin_19
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Booking Calendar] Integrating unsupported payment gatewayThanks, I have contacted via the website.
Hi Matheus
Apologies, I somehow missed your response.
Here is a link to the logs and system report: https://we.tl/t-JFfYWsM8uw
Thanks for assisting.
Forum: Plugins
In reply to: [Elementor Forms Google Sheet Connector] Doesn’t fetch all fieldsThanks so much for your response.
Yes, I have tried deactivating GiveWP, but that has not retrieved the missing pages and media on the website. I have also attempted to restore the latest backup I could find from our hosting provider but unfortunately, I could not get a backup close enough to the time I installed the GiveWP plugin (when GiveWP plugin was installed, we only worked on the website a week later again).
Yes, there is currently a coming soon page, but deactivating the plugin didn’t make a difference. I don’t even see the pages in the trash section. I even tried seeing if there are any records in phpmyadmin or so.
Here is the system report info:
### WordPress Environment ### Home URL: https://entrepreleadersfoundation.org.za Site URL: https://entrepreleadersfoundation.org.za WP Version: 5.8.2 WP Multisite: – WP Memory Limit: 512 MB WP Debug Mode: – WP Cron: ? Language: en_US Permalink Structure: /%postname%/ Show on Front: posts Table Prefix Length: wpr6_ Table Prefix Length: 5 Table Prefix Status: Acceptable Admin AJAX: Accessible Registered Post Statuses: publish, future, draft, pending, private, trash, auto-draft, inherit, request-pending, request-confirmed, request-failed, request-completed, refunded, failed, revoked, cancelled, abandoned, processing, preapproval ### Server Environment ### Hosting Provider: DBH: localhost, SRV: entrepreleadersfoundation.org.za TLS Connection: Connection uses TLS 1.3 TLS Connection: Probably Okay Server Info: LiteSpeed PHP Version: 7.2.34 PHP Post Max Size: 32 MB PHP Time Limit: 300 PHP Max Input Vars: 5000 PHP Max Upload Size: 32 MB cURL Version: 7.79.1, OpenSSL/1.1.1l SUHOSIN Installed: – Default Timezone is UTC: ? fsockopen/cURL: ? SoapClient: ? DOMDocument: ? gzip: ? GD Graphics Library: ? Multibyte String: ? Remote Post: ? Remote Get: ? ### GiveWP Configuration ### GiveWP Version: 2.16.1 GiveWP Cache: Enabled Database Updates: All DB Updates Completed. Database Updates: All Database Migrations Completed. Database Tables: ? wpr6_give_donors? wpr6_give_donormeta? wpr6_give_comments? wpr6_give_commentmeta? wpr6_give_sessions? wpr6_give_formmeta? wpr6_give_sequential_ordering? wpr6_give_donationmeta? wpr6_give_revenue GiveWP Cache: Enabled GiveWP Cache: ?New Donation?Donation Receipt?New Offline Donation?Offline Donation Instructions?New User Registration?User Registration Information?Donation Note?Email access Upgraded From: – Test Mode: Enabled Currency Code: ZAR Currency Position: Before Decimal Separator: . Thousands Separator: Success Page: https://entrepreleadersfoundation.org.za/donation-confirmation/ Failure Page: https://entrepreleadersfoundation.org.za/donation-failed/ Donation History Page: https://entrepreleadersfoundation.org.za/donor-dashboard/ GiveWP Forms Slug: /donations/ Enabled Payment Gateways: PayFast, Test Donation, Offline Donation Default Payment Gateway: Test Donation PayPal IPN Notifications: N/A Donor Email Access: Enabled Stripe Webhook Notifications: N/A ### Active GiveWP Add-ons ### ### Other Active Plugins ### Contact Form 7: by Takayuki Miyoshi – 5.5.2 Elementor: by Elementor.com – 3.4.7 Elementor Pro: by Elementor.com – 3.4.2 LSX PayFast Gateway for Give: by LightSpeed – 1.2.5 ReCaptcha v2 for Contact Form 7: by IQComputing – 1.3.5 Simple Custom CSS: by John Regan – 4.0.5 SVG Support: by Benbodhi – 2.3.19 ### Inactive Plugins ### ### Theme ### Name: Astra Version: 3.7.5 Author URL: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme Child Theme: No – If you're modifying GiveWP on a parent theme you didn't build personally, then we recommend using a child theme. See: How to Create a Child Theme
Thanks again for your willingness to help. I really appreciate it.
Regards
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Cannot fetch Yes/No field valueIt’s finally working!
Thanks so much @keraweb, I really appreciate your help.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Cannot fetch Yes/No field valueHi there
I have created another shortcode to test the output value of the field, and to my surprise, no value is shown. Here is the code:
function wp_elementor_shortcode( $atts ) { echo pods_field_display( 'availability_status' ); } add_shortcode( 'test-shortcode', 'wp_elementor_shortcode');
Please advise on what is the correct way to retrieve the field value.
Regards
Hi guys
I still need assistance with this.
Please advise
Regards
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Cannot fetch Yes/No field valueHi @keraweb
Thanks so much for your response.
Yes, the field name was
pods_availability_status
. I have changed it toavailability_status
but it’s still not working correctly.Regardless of whether the availability status is set to yes or no (1 or 0), it only displays the “no-light.png” image.
I’m not sure what I am doing incorrectly.
Please advise
Regards
Forum: Plugins
In reply to: [Calculated Fields Form] Calculated optionsForum: Plugins
In reply to: [Calculated Fields Form] Cannot save formHi @codepeople
I have set the “max_input_vars” to 3000 in cPanel.
I also tried updating to PHP 7.4, but the issue still remains.Regards
Forum: Plugins
In reply to: [Calculated Fields Form] Cannot save formForum: Plugins
In reply to: [Calculated Fields Form] Cannot save formI also noticed that when I save a form that includes a radio button, then it also redirects to a 404 page “This page doesn’t seem to exist.”
Forum: Plugins
In reply to: [Calculated Fields Form] Third-party SMS integrationForum: Plugins
In reply to: [Calculated Fields Form] Required checkbox optionThanks so much @codepeople.
Y’all are awesome!