ideahost
Forum Replies Created
-
Forum: Plugins
In reply to: [Flamingo] Sender msg APPEARS IN SEARCHWell, I am not going to send the site. Anyone could use the search function and read the contact form emails in the truncated search results. This is a vulnerability!
Forum: Plugins
In reply to: [Flamingo] Sender msg APPEARS IN SEARCHHow do I sent the link privately… ?
Forum: Plugins
In reply to: [WooCommerce Square] API or Feature Request, Need More LocationsThanks, have submitted as a feature request. Would be incredibly valuable! ??
The PayPal Payments plugin is HORRENDOUS to set up. I have read the documentation until I’m cross-eyed. I created the manual credentials (Live Client ID, Live Secret Key) for woocommerce. The client’s paypal account has been set up for A YEAR, and worked flawlessly with paypal checkout plugin. I AM ON THE HUNT FOR SOMETHING DIFFERENT. THE BACKEND WON’T AUTHORIZE, MISSING TOKEN, ALL KINDS OF ISSUES!
I can’t get my client to spend the money. They are a non-profit organization, so tight on funds. Thank you for the information, I’ll keep an eye on the admin user panel for blocking. Thank you for your reply. Hope you have a great day and stay well! ??
Forum: Plugins
In reply to: [Event Tickets and Registration] Events Tickets with WooCommerceAwesome, thanks, Juan for the follow-up! Enjoy your day!
Forum: Plugins
In reply to: [The Events Calendar] Change label for Event WebsiteFound the solution: Edit details.php in src -> views -> modules -> meta
Line 56, change $website = tribe_get_event_website_url( $event_id );
to $website = tribe_get_event_website_link( $event_id );Then, lines 166-168, change from:
<?php if ( ! empty( $website_title ) ): ?>
<dt class=”tribe-events-event-url-label”> <?php echo esc_html( $website_title ); ?> </dt>
<?php endif; ?>
TO just:
<dt > <?php esc_html_e( ‘Purchase:’, ‘the-events-calendar’ ) ?> </dt>
and also
Change line 169 from: <dd class=”tribe-events-event-url”> <?php echo $website; ?> </dd>
to: <dd class=”tribe-events-event-label”> “>Whatever You Want Label/a> </dd>Save the new Details.php in child theme folder:
tribe-events -> modules -> metaHope that helps others.
Forum: Plugins
In reply to: [The Events Calendar] Change label for Event WebsiteI have the same request, for some reason Tribe has made this nearly impossible. HELP, Tribe, you have too much control over the labels…
Forum: Plugins
In reply to: [Event Tickets and Registration] Events Tickets with WooCommerceSure- as mentioned, near the top of the page I provided link to in prior post. See screenshot here: https://imgur.com/a/4mWYPuO That message is confusing, indeed. Thanks, Juan, for asking.
Hi Matt, Just a follow-up: I am happy to report that I was able to get the “country not matched” error resolved. The error message was confusing, because the actual issue was a typo in the email address to which the funds would go (the PayPal account). I found another forum that mentioned the “country” mismatch issue but they resolved it after finding a typo in the PayPal account email address. A way to mitigate some of the confusions would be if the error message generated said “The PayPal account email address does not exist.” Hope this helps someone out there. Sorry for the confusion, it was not exactly a PayPal issue. Thank you for your assistance ??
NOT RESOLVED…. Why is this marked resolved?? We have the exact same issue described, item #2 “Warning, your account is not ready to accept donations. Please review the following list: Your account was expected to be able to accept custom payments, but is not. Please make sure your account country matches the country setting. If the problem persists, please contact PayPal.” This is extremely frustrating, and via the link you sent, I see 8 people have voiced the same issue. Can you let us know how long we must wait for this fix? My GiveWP plugin is up to date, the issue remains since 12 days ago or more…
I discovered the same issue. Looking forward to a simple snippet or similar to adjust this issue. I can’t launch, have a deadline looming :O Your product is wonderful in every way, just this little broken piece. GREAT plugin, thanks for the hard work!
- This reply was modified 4 years, 3 months ago by ideahost. Reason: ticked box for follow-up
Hello? I hope you are okay, during this pandemic. It’s been 2 days, 4 hours. I truly thought your plugin would interface with Woocommerce Simple Auctions, as listed in your description. Your product is mostly wonderful, very well done! But sadly the auction segments don’t show at all. No matter how many times I click “Save,” the Product Type Specific Category Setup doesn’t seem to do anything for the Store Vendor options. (Please note that I went back to vanilla, removed my little function trying to limit categories to just Auction item.) Still the front end manager just won’t show the product called Auction (from Simple Auction). Maybe you have to remove that from your description? Or is there a simple workaround? Please help, I’ve been waiting to see if this might work, and if so, it deserves a great review and five stars. I would even consider purchasing the pro version. But not if it really won’t work with Woocommerce Simple Auctions. PS: Simple Auction works by itself, but ONLY if I am logged in as Admin at Admin Menu and choose to create a product there. It just won’t talk to your plugin. Hope you can help, I’m on a really tight deadline. Thank you very much.
Forum: Plugins
In reply to: [Featured Video Plus] Video not playing, only stillLooks like the problem was resolved, was it a theme issue?
Forum: Plugins
In reply to: [Featured Video Plus] Padding added to video top and bottomLooks like you fixed your issue?