TallblokeUK
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Woocommerce BookingsSo, I had those 2, and 2 others already added, but I re-activated the plugin and removed the other 2. I purged the cache and CDN and seems to be working.
Most odd.Forum: Plugins
In reply to: [LiteSpeed Cache] Woocommerce BookingsJust to add, that was the nonce name that comes up in other support threads relating to this issue.
Forum: Plugins
In reply to: [LiteSpeed Cache] Woocommerce BookingsJust so you know LS Cache is off at the moment as people were unable to book.
This is from wp-content\plugins\woocommerce-bookings\includes\admin\views\html-create-booking-page-2.php
<?php /** * Admin View: Create Booking (Page/Step 2). * * @since 1.15.75 * * @package WooCommerce Bookings */ if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <div class="wrap woocommerce"> <h2><?php esc_html_e( 'Add Booking', 'woocommerce-bookings' ); ?></h2> <?php $this->show_errors(); ?> <form method="POST" data-nonce="<?php echo esc_attr( wp_create_nonce( 'find-booked-day-blocks' ) ); ?>" id="wc-bookings-booking-form"> <table class="form-table"> <tbody> <tr> <th scope="row"> <label><?php esc_html_e( 'Booking Data', 'woocommerce-bookings' ); ?></label> </th> <td> <div class="wc-bookings-booking-form"> <?php $booking_form->output(); ?> <div class="wc-bookings-booking-cost" style="display:none"></div> </div> </td> </tr> <tr valign="top"> <th scope="row"> </th> <td> <input type="submit" name="create_booking_2" class="button-primary add_custom_booking" value="<?php esc_attr_e( 'Add Booking', 'woocommerce-bookings' ); ?>" /> <input type="hidden" name="customer_id" value="<?php echo esc_attr( $customer_id ); ?>" /> <input type="hidden" name="bookable_product_id" value="<?php echo esc_attr( $bookable_product_id ); ?>" /> <input type="hidden" name="add-to-cart" value="<?php echo esc_attr( $bookable_product_id ); ?>" class="wc-booking-product-id"/> <input type="hidden" name="booking_order" value="<?php echo esc_attr( $booking_order ); ?>" /> <?php wp_nonce_field( 'create_booking_notification' ); ?> </td> </tr> </tbody> </table> </form> </div>
Is that what you had in mind?
Forum: Plugins
In reply to: [Yoast Duplicate Post] Duplicate Post and New RelicI wonder if the latest update is to do with this issue?
Forum: Plugins
In reply to: [Post Update Add-On - Gravity Forms] Pre-Populate FormGF Populate Anything works, but not with the file upload field element so that’s a no go ??
Forum: Plugins
In reply to: [Post Update Add-On - Gravity Forms] Pre-Populate FormI’ve used populate anything before and will have a look.
Quite keen to keep the number of plugins to a minimum though ??
Forum: Plugins
In reply to: [Post Update Add-On - Gravity Forms] Pre-Populate FormI’ve solved the second question by dynamically populating a field with parameter _post_id and using that in the feed.
I’ve also worked round the post title by adding a custom query argument to the URL which I am pulling in and then doing the same as above.
- This reply was modified 3 years, 1 month ago by TallblokeUK.
Forum: Plugins
In reply to: [WooCommerce] Issues with Quick EditHas the fix for this been rolled out yet, or do we know it will happen please?
Are there any major security implications in doing this?
Thank you! They’re updated, I’ll run a test and re-open the thread if needed!
Forum: Plugins
In reply to: [Video Conferencing with Zoom] Meeting List (and other shortcodes)Found it ??
Be nice if we could order by date….;)
Forum: Plugins
In reply to: [wePOS - Point Of Sale (POS) for WooCommerce] Blank pageJust been testing this and I get the same thing. THe page does load if I turn off wp-rocket though.
Yup me too ?? On the day I decided to give Imagify a try… just dumb luck ??
Forum: Plugins
In reply to: [Price Bands for WooCommerce] Prices Not UpdatingHi,
I’m using v1.02, Woocommerce v3.3.4 and WordPress 4.9.5.
I’ve just double checked. I’m not using any sale prices for my bands (not sure if that makes a difference.
I’ve created a price band with a price of £337.00
Assigned it to all the relevant variations. and it works in the front end.
Change the price in the band to £637.00 and update.
Go to the front end and refresh and nothing changes.
GO back to the product variations and the drop down is showing the new price but it’s not updating the price in the front end.I’ve just created a product and band from scratch with just 2 variations and I am seeing the same problem.
Here are some images…
https://www.dropbox.com/sh/ue2tbwmv1n3vsp8/AAB2SVOHEXh8_9ia6sl0BVz1a?dl=0
Thanks!
Mark
P.S. I have sent you a message via your support form!
- This reply was modified 6 years, 11 months ago by TallblokeUK.
Forum: Plugins
In reply to: [Polylang] Switcher not working on mobile*FIXED*
This was a problem with the responsive version of the header. It meant there were 2 versions of the switcher loaded but 1 was hidden.
To get round this I added a switcher to a different sidebar and loaded that in the mobile header version, therefore giving us 2 IDs and stopping the problem!