joncon62
Forum Replies Created
-
The same problem appears to occur with the label position. With 3.6.1 it is always left of Element whatever setting I use, but with 3.6.0 it obeys the setting.
Forum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] Filter for paypal emailHas there been any progress with this request? I am getting frequent reminders from PayPal to move from the Standard plugin (that my code snippet uses) to their new API.
Forum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] Filter for paypal emailYes that would work, thanks so much for your help with this.
Best wishes
JonForum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] Filter for paypal emailI run an event website. The PayPal accounts are owned by ‘event organisers’ (vendors) that use my site to sell tickets to their events. I don’t use any multi-vendor plugins, it is my code that handles the vendors. Vendors store their paypal details on my site and I choose which account (email) to connect to paypal when tickets are sold. This means when a ticket is sold it goes directly to the vendor’s paypal account.
This works with PayPal standard, but paypal are telling me I need to move over to their latest API.
Forum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] Filter for paypal emailYes that’s exactly what the snippet is for, it allows multiple paypal accounts to be used in a multi-vendor woocommerce site.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Filter for paypal emailThanks for the information Niklas, I’ll look at the filter on localhost to see if I can change accounts. I know there are plugins available that can do this with the latest PayPal API, this one even claims to support your plugin.
Forum: Plugins
In reply to: [WP Image Markers - Easy Hotspot Solution] Color Picker js errorNever mind, I solved it just in case anyone else stumbles across this problem. You need to close the colour picker before saving or closing the dialog() window. I did this by triggering a click() on the Marker tab.
Forum: Plugins
In reply to: [Image Hotspot - Map Image Annotation] Cloning a point/Default settingsIs clone a pro feature? I still only see Edit and Remove options when I hover on a pin. I’m running the latest 1.3
Forum: Themes and Templates
In reply to: [Astra] Deprecated warningJust to let you know I updated the Astra theme to 3.9.2 and the problem is now fixed.
Thanks
I fixed it in CSS as suggested. For anyone interested I used:
.variation-DetailsInformation{ display:contents !important; }
The live site is events.jonconway.co.uk
Many thanks
Thanks for the explanation. I do think this is going to cause issues for anyone using their own woocommerce routines or plugins for post-processing orders. Fortunately I use my own order management so can remove the mep_event_booking_management action.
Forum: Themes and Templates
In reply to: [Astra] Deprecated warningThanks for the follow-up. Everything is up-to-date and I’m still getting the error. If I change the theme then the notice goes away.
There is a thread about it HERE
If I rollback to 3.6.3 it goes away. Are you sure your theme isn’t causing it? If I remove the reference to ‘is_built_with_elementor’ on line 262 of class-astra-elementor.php then it doesn’t error.
Looks like this line is causing it:
return Plugin::$instance->db->is_built_with_elementor( $id );
Thanks for your reply. I feel so dumb, I clicked everywhere except there!
All good now
Forum: Plugins
In reply to: [Image Hotspot - Map Image Annotation] See icon name and symbol ?The icon symbol is the font awesome symbol itself, what would be displayed using
<i class="fas fa-map-marker-alt"></i>
which is the icon of the pin, unicode f3c5 in the above example.It would be useful to see this symbol alongside the name that is displayed in the icon edit box.
Hope that makes sense.