johnny_n
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] ESI Setup – Widget settings not being savedHi @litetim – sorry for the delay, this code does appear to work just fine… I can save the settings with no issues and I’m seeing the esi output in the console. I’ll be sure not to overwrite on upgrade.
Thank you!
Forum: Plugins
In reply to: [LiteSpeed Cache] ESI Setup – Widget settings not being savedThank you @litetim –
Fair enough! I do appreciate it and I’ll give this a shot, I will report back (it might take me a couple of days) once I’ve tested.
Thanks again!
Thanks so much @rizaardiyanto, your instincts were correct. The culprit was ‘The Events Calendar’ plugin. They’re not using a series post type but they’re using the
/series/
slug as well and that is what was breaking the pagination. Fortunately they provide a snippet of code to rewrite their slug and it was a quick fix… although the troubleshooting certainly wasn’t quick!Thanks again —
All the best,
john.
Forum: Plugins
In reply to: [Age Gate] age_gate_shown not firing?Hi @philsbury, thank you for the quick reply!
Yes, indeed – that is a far better solution and works perfectly… I appreciate it! ??
All the best,
john.@metanoia77 I’m not involved with this plugin at all, but I wanted to point out that I think your issue isn’t with the plugin itself but how you have your admin set up. Your issue will be solved if you don’t have multiple pages, but all of your pages appear on page 1. The solution is to adjust the number of posts displayed in your screen options (top right, just under your name the admin bar). “Number of items per page” is probably set at 20, the default. Set it at 99 or whatever number gets all of your posts on page 1 and then you’ll be able to order as needed.
@yordansoares that worked! Next time I’ll open a new ticket. Thank you!
Don’t want to hijack this thread but it seems like a very similar issue if not the very same that we’re experiencing. Forgive me if this is not the case.
Attaching a link of the output and also the issue we’re seeing on an invoice (packing slip looks similar).
https://www.dropbox.com/s/cmynrfxjof8cdpd/Screen%20Shot%202021-03-02%20at%205.06.10%20PM.png?dl=0
https://www.dropbox.com/s/0nvzorvuhuhi8sz/Screen%20Shot%202021-03-02%20at%205.05.15%20PM.png?dl=0
Thank you!
Forum: Plugins
In reply to: [Yoast Duplicate Post] “Disables the plugin for WooCommerce products “@lopo Thanks so much for this info, I’ve used Woocommerce since the beginning (literally before it was Woocommerce) and had no idea!
Forum: Plugins
In reply to: [Facebook for WooCommerce] Remote ID for parent order not found.Can confirm the new 2.1.3 update fixes the issue…
Boy Skyverge is really crushing it this week, took down our entire site for 8 hours in the middle of the night on Tuesday after an automatic update to version 2.1.0 and now broke Woocommerce’s refund functionality with 2.1.2.
Halloween must have come early there!
Forum: Plugins
In reply to: [Share a Draft] Not workin anymoreNot sure why you think this doesn’t work, has worked fine for me all the way through, I’m now on 5.4.2.
Forum: Reviews
In reply to: [Facebook for WooCommerce] Loses access token *all the time*Hi Julie — thanks so much for the quick reply… this explains a lot.
My use case is that I actually maintain several FB profiles for clients so odds are I’m not logged into my own at the time I’m working on this particular site, so this is exactly what’s happening — when I’m not it’s forcing me to stop what I’m doing for that site, switch over and log out of the FB account I’m in, log in to mine, re-generate the token, then go back to what I was doing originally (and eventually log out of my FB account and back in to the one I was in before).
Great news it’s in the works, so doesn’t sound like that use case will necessarily help, but this explains a bit more why it’s a constant issue for me…
Thank you! ??
Forum: Plugins
In reply to: [YITH WooCommerce Advanced Reviews] Structured Data Schema ErrorThank you @yithemes — this is great news! ??
Forum: Plugins
In reply to: [Event Tickets and Registration] Fatal error introduced in 4.10.0.1@aguseo It looks like the code I used was in the themer’s guide at one point — that is specifically mentioned in this post:
“We used the function provided in your themer’s guide to move the ticket form…”
The same code is referenced here:
https://theeventscalendar.com/support/forums/topic/moving-the-ticket-field-to-top-of-page/
@zbtirrell Clearly this is legacy code – on this particular site it probably does date back to 2015/2016 or so. Now that there is an option in the admin for this, I will use that and see how that goes.
Thank you!
john.
- This reply was modified 6 years, 1 month ago by johnny_n.
Forum: Plugins
In reply to: [Event Tickets and Registration] Fatal error introduced in 4.10.0.1Yeah, 4.10.0.2 definitely does not fix this fatal error.
Argh. Ok, @fluiditystudio ‘s tip helped, I was using this function provided by Tribe.
function tribe_etp_move_tickets_purchase_form ( $ticket_location_action, $ticket_location_priority = 10 ) { if ( ! class_exists( 'Tribe__Tickets__Tickets') ) return; $etp_classes = array( 'Easy_Digital_Downloads' => 'Tribe__Tickets_Plus__Commerce__EDD__Main', 'ShoppVersion' => 'Tribe__Tickets_Plus__Commerce__Shopp__Main', 'WP_eCommerce' => 'Tribe__Tickets_Plus__Commerce__WPEC__Main', 'Woocommerce' => 'Tribe__Tickets_Plus__Commerce__WooCommerce__Main', 'Tribe__Tickets__Tickets' => 'Tribe__Tickets__RSVP', ); foreach ( $etp_classes as $ecommerce_class => $ticket_class) { if ( ! class_exists( $ecommerce_class ) || ! class_exists( $ticket_class ) ) continue; $form_display_function = array( $ticket_class::get_instance(), 'front_end_tickets_form' ); if ( has_action ( 'tribe_events_single_event_after_the_meta', $form_display_function ) ) { remove_action( 'tribe_events_single_event_after_the_meta', $form_display_function, 5 ); add_action( $ticket_location_action, $form_display_function, $ticket_location_priority ); } } } tribe_etp_move_tickets_purchase_form( 'tribe_events_single_event_before_the_content' );
Commenting out the hook ‘fixes’ the issue, but of course it’s not a fix. So it seems like the ‘tribe_events_single_event_after_the_meta’ filter has been removed? Or is it ‘tribe_events_single_event_before_the_content’?
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Sort post by a custom fieldDid you see this?
I haven’t tried it but it should use any of the orderby parameters here, so you can use your meta_value: