aaronbennett2097
Forum Replies Created
-
Thankyou.
Fingers crossed your dev team thinks it’s a worthy consideration.
Even if you had it as a paid upgrade, that’d be more than worth it for me.Hi @hannahritner orry for the delay replying.
I’m trying to override email-order-items.php by copying the file to my child theme / woocommerce/emails
No matter what I do, it’s not showing the changes in the email customiser.
Am developing it locally, so no cache.
This used to work, but not anymore, am I putting these in the right folder on the child theme?
I came here to say exactly the same thing, looks like the box shadow and border radius have the !important styles in the inspector so can’t be overridden.
Thank you, I’ll take a look.
Have a good Christmas and New Year.
Hi @slash1andy
The Events calendar is a popular events plugin – https://theeventscalendar.com
Basically we want to sign up someone to a newsletter list when they RSVP an event – have found a demo online to show you the RSVP form.
https://demo.theeventscalendar.com/rsvp/
Have found a few plugins that offer some level of integration, but would LOVE a more first party solution so we’re not relying on even more plugins.
Sorry if that’s still a bit vague, I’m trying to get a demo of the site I’m working on on-line which may help more
Thank you.
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] ppxo_unhandled_errorHi. I’ll try it, but I’m pretty sure that’s not the problem.
People are making purchases if they stay on the single product page – the cart works and the Paypal button shows.
It’s ONLY happening on the shotrcode in the popup – whic is the cart, not the product button.
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] ppxo_unhandled_errorHi.
I’ve double checked and the 1 is in “” but still no change.
The button on the product is a bit more complex as I modified it to add custom options for each product – am using it in a template…
[wp_cart_button name="' . $title . '" price="' . $price . '" shipping="' . $shipping . '" thumbnail="' . $thumb . '"]
But that works absolutely fine.
It’s only the shortcode in the popup that’s having problems – showing the paypal button for a second or two, then disappearing.
Thanks for any help
Forum: Plugins
In reply to: [WordPress Simple Shopping Cart] ppxo_unhandled_errorThanks for the speedy reply, this is the shortcode…
[always_show_wp_shopping_cart show_thumbnail=”1″]’
Am using the latest version of the plugin.
Have these errors in the error_log too if that helps(?)…
[16-Oct-2022 19:48:31 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/amuzkekr/public_html/wp-content/plugins/wordpress-simple-paypal-shopping-cart/wp_shopping_cart.php on line 317
[16-Oct-2022 19:48:31 UTC] PHP Warning: sort() expects parameter 1 to be array, null given in /home/amuzkekr/public_html/wp-content/plugins/wordpress-simple-paypal-shopping-cart/wp_shopping_cart.php on line 326Forum: Plugins
In reply to: [Boxzilla] Any way to have a date to disable the plugin?Ah okay, thanks, will have a look at the other options in the pro plan and see if I can get the client to justify the price ??
Thanks!
Forum: Plugins
In reply to: [WordPress Popular Posts] Any way to edit the date textBravo @hcabrera
Amazing, worked perfectly, thanks for the speeedy reply and really great work.
Forum: Plugins
In reply to: [The Events Calendar] linking into the month reload jqueryBravo Jimish!!
Thank you!!!
Forum: Plugins
In reply to: [The Events Calendar] linking into the month reload jqueryHi @abzlevelup no need to apologise, any help is appreciated!!
I’ll look into adding the extra layer.
I do think we have two separate things happening here though, as even when we’re not using the foobox popup, if I change month, the ticket shortcode from events calendar isn’t working – the – and + buttons don’t work, which means the add button stays disabled.
If you have any thoughts on how I could get that to work, that’d be great.
Thanks again.
Forum: Plugins
In reply to: [The Events Calendar] linking into the month reload jqueryHi @abzlevelup noticed on other support threads you asked to be tagged so you’re notified of these replies, so just doing that incase you missed the above.
Thanks
AaronForum: Plugins
In reply to: [The Events Calendar] linking into the month reload jqueryJust to add further to this…
At the top of the month calendar, I’ve coded in a button to open the 2nd of November event → Click here to test the 2nd november event.
If you visit the page and click on it, the buttons for the quantity work. But if you change month and then click on the link, the popup shows, but the buttons from the tribe_tickets shortcode don’t work.
Something is blocking the jquery from firing after you change the month.
Hope that helps and thank you once again.
Forum: Plugins
In reply to: [The Events Calendar] linking into the month reload jqueryHi Abz.
If I can explain the issue in a bit more detail before I start turning stuff off as it’s quite a complex site and don’t want to make it worse and break other functionality.
If you visit the following link https://wild22.aaronbennettdesigns.co.uk/camps/ you’ll see (on desktop) the camp on the 2nd of November – if you click on this, it opens a foobox popup with details about the event and the inline shortcode [tribe_tickets post_id=”‘ . $mypost_id . ‘”] to display the ticket quantity and GET TICKETS button.
This works perfectly – the concept is that customers can purchase tickets without having to go to each event.
Now, if you scroll up and click on the arrow to go to November, the calendar updates to the November month. If you then click on the same event, the popup doesn’t work, even though I can see the foobox code in the inspector.
We have tried to use the following code to load the FOOBOX.init once the month has changed…
$(document).on(‘afterRequest.tribeEvents’, function(e){
FOOBOX.init();But that doesn’t seem to work.
To make matters even more odd, if you view the month calendar on mobile where we don’t use foobox, but show a list of the events with the same tickets shortcode, that doesn’t work when you change month either – the – and + buttons don’t work.
I totally understand that this is outside of the scope of support, but am desperate to get this working as it’s a really efficient way of allowing customers to purchase multiple tickets without having to go back and forth between pages.
FYI, we aren’t using any caching or optimisation at the moment.
Really hope you can help point us in the right direction! Thank you so muhc in advance.
Aaron