Mole_LR
Forum Replies Created
-
issue solved! Reason – we’re using Ninja Forms – HubSpot Integration and the version was not latest! Updated add-on – problem solved!
Forum: Plugins
In reply to: [DPD Baltic Shipping] Pickup points listOK, tnx for explanation… was already on the right way and thought that’s the problem!
Good also that template customization possible! 🙂
Was able to achieve what I was need!
Thank you!
Any feedback? I think this is really big issue – it fails in Google Page Speed Insight for pages where I do not need sharing buttons to appear! Is there any chance to remove this script?
Thank you!
Forum: Plugins
In reply to: [AddToAny Share Buttons] run plugin only on postsHi!
This code snippet does not remove https://static.addtoany.com/menu/page.js for pages I do not need share buttons (like home page), other scripts – yes! Is there any variant to remove https://static.addtoany.com/menu/page.js? Google page speed metric fails here as Remove unused JavaScript, which of course I really do not need on pages I do not need sharing buttons!
Any suggestions?
Forum: Plugins
In reply to: [Easy Appointments] Uncaught TypeError: response.responseJSON is undefinedHi!
Is there a chance to get some feedback?:-)
Forum: Plugins
In reply to: [WP Logo Showcase Responsive Slider and Carousel] Logo TitlesYes, now it’s fine! TNX!
Using this plugin: https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/
It is set up in the way it should normally work for checkouts – on Cart we have 2 buttons: Checkout (goes to generic checkout) and Paypal (which is paypal button and opens paypal loggin pop-up) When logging in and selecting funds etc – this plugin redirects from cart to checkout (with query vars ?woo-paypal-return=true&create-billing-agreement=true) to 1st step (this plugin works so, all was good like for almost 1 year). As we have Billing and Shipping as 1 step and Order and Payment also in 1 step, we have just 2 steps! Then click Continue and in this step we enter account password (because using Membership plugin) and Place order and all was good!Seems missunderstanding – payment process as it self is good, it does not redirect from checkout to checkout! We just get to Checkout from Cart either from checkout button or paypal, in both cases we get get to checkout step 1st where customer info are (in paypal cases – collected from paypal). And here is the problem where we can not get to step2 anymore…
After update not possible to get to step2…
No Sandbox, all is live already!
Forum: Plugins
In reply to: [Easy Appointments] Email field missingHi!
Yes, I’m also wondering about this strange issue…Because in fact there is available “Send email notification” checkbox, but interesting how customer can receive email notification if not possible to enter his email 😉
Can this quite mandatory stuff can be fixed in next releases?
hmm…even when add such shortcode to display calendar and confirmation fields + confirmation pop-up after successful set appointment:
[app_monthly_schedule service=”1″ worker=”2″]
[app_pagination step=”1″ month=”1″]
[app_confirmation confirm_text=”We have received your appointment. Thanks!”]
?No js errors…but admin-ajax returns 500 error code (but without any php error)!
Plugin is available here: https://github.com/wpmudev/appointments
Forum: Plugins
In reply to: [Cool Image Share] Page shared instead of imageIf smbd still interesting of this, I found solution: https://wordpress.org/support/topic/share-the-image-from-which-sharing-is-pressed/#post-11489236
Forum: Plugins
In reply to: [Cool Image Share] Share the image from which sharing is pressedOK, found that editing /wp-content/plugins/cool-image-share/cool-image-share.php function add_image_wrap_class() can achieve what I need:
code starts at line ~100 where social switches is set up: case “facebook”: etc
for every button there is set up share link which is by default {$myurl} (which is post short url or post seo url, depending on option that is set), this just need to replace with $5 and all is good!I just replaced to {$myurl} with $5 and now all these my interested 4 socials share this exact image (image url) instead of main page url and image!
😉
- This reply was modified 6 years, 12 months ago by Mole_LR.
TNX! Theme provides template which can be inserted in posts as shortcode…so, with such variant it works better (but also not fully – most styles that can be add with Fresh builder is dropper and need to use custom css…but at least works fine!
Now “Require Billing Address” is enabled in Paypal…the same problem – recurrent payments fails!!!
What I found that I was missed – according to: https://docs.woocommerce.com/document/paypal-express-checkout/#section-16, recurrent payments requires: “A billing address must be associated with the subscription. Ensure that the Require Billing Address box is ticked as explained in Advanced Settings.” (P.S. PayPal Reference Transactions is already turned on).
So, contacted Paypal to turn on “require billing address during checkout”, but Paypal replied “that for security reasons, these requests are most often denied. And that there are a few work arounds offered via Paypal that can be checked out – Express Checkout, Payments Pro)”? Is there just lack in communication requesting wrong stuff or smth is now different?
I’m asking it here (as well as WooCommerce support, just trying to figure it out from both sides to get it solved) because error is returned by plugin, as for example – Stripe recurrent works fine…