adcadesigns
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Local Pickup Time Select] dropdown not workingIs it possible to add an error message or warning if pickup time is not available at the moment?
Forum: Plugins
In reply to: [WooCommerce Local Pickup Time Select] dropdown not workingThank you so much.
But can you have a code to move the form? i saw you add it but can you add a sample code.
again thank you.
- This reply was modified 2 years, 6 months ago by adcadesigns.
Forum: Plugins
In reply to: [WooCommerce Local Pickup Time Select] dropdown not workingHere, please
PHP Version: 7.4.30
WordPress Version: 6.0.2
WooCommerce Version: 6.8.2
Plugin Version: 1.4.2
WordPress Timezone Setting: New York
WordPress Date Format Setting: F j, Y
WordPress Time Format Setting: g:i a
All Plugin Start/End Pickup Time Settings: all days set to 11:00 am to 06:00 pm
Plugin Pickup Time Interval Setting: 15 minutes
Plugin Pickup Time Delay Setting: 30 minutes
Plugin Pickup Time Open Days Ahead Setting: 1 this is the issue—
I think I was able to fix it with the Pickup time open days ahead, in addition, how does that work? can you explain further, please? when set to 1 it doesn’t show, but setting to 2 works. we need to make it so that it always shows up.thank you.
Forum: Plugins
In reply to: [WooCommerce Local Pickup Time Select] dropdown not workingHello, Thank you. how do i send a private post here? i need to hide the website.
Thank you.Currently, this is what I have, but it is not working. ??
add_action( 'woocommerce_before_single_product', 'lws3_user_logged_in_product_already_bought', 30 ); function lws3_user_logged_in_product_already_bought() { global $product; if ( ! is_user_logged_in() ) return; if ( wc_customer_bought_product( '', get_current_user_id(), $product->get_id() ) ) { echo '<div>You purchased this in the past.</div>'; //start test $startdate = get_field('live_stream_start_date', false, false); $enddate = get_field('live_stream_end_date', false, false); // use the same date format for the current date $currentDateTime = date('Ymd'); //end test //start test if(strtotime($currentDateTime) >= strtotime($startdate) ) { echo '<style> .wpstream_player_wrapper { display:block; } </style>'; echo 'live show'; } elseif (strtotime($currentDateTime) <= strtotime($enddate) ){ echo '<style> .wpstream_player_wrapper { display:none; } .recorded-video{ display:block; } </style>'; echo 'recorded show'; } //end test } }
thank you.
- This reply was modified 2 years, 6 months ago by adcadesigns.
- This reply was modified 2 years, 6 months ago by adcadesigns.
- This reply was modified 2 years, 6 months ago by adcadesigns.
Hello,
Thank you for getting back with me.
The idea is since live streams don’t have video recordings after the live event(automatically posted on the single products page that hides the live stream player, just like youtube after you go live, this will generate a copy/recording of the live stream and automatically change the live event to the recording) what I plan to do is to create a date picker to only display elementor video widget based on the end date of the live stream, mostly the following date. here is a screenshot https://prnt.sc/lgxdLHamnvp0 and hidden if the stream start date is still valid.
To explain further: https://prnt.sc/lgxdLHamnvp0
1. while the live stream start date(using ACF date picker) is true show the live stream player on a single product page.
2. if the live stream end date(using ACF date picker) is true hide the live stream player and display the video widget of the uploaded recording of the live stream.
3. this should only happen if the user bought the pay-per-view.
4. what we want is to let the user still rewatch the live stream recording after the live event, since they already paid for it. without creating a free VOD page.(we don’t want to let the other users to see this without buying it)I’m sorry if my English is not that good, but I hope this will help with the idea.
Again thank you so much.
- This reply was modified 2 years, 6 months ago by adcadesigns.
- This reply was modified 2 years, 6 months ago by adcadesigns.
Hello @aswingiri , again thank you. ill try this one. ??
Thank you @aswingiri , but is there any function to activate it? just like in contactform7?
Forum: Plugins
In reply to: [Sequential Order Number for WooCommerce] Integration with ipay88hi, @yh881 were you able to solve this? I’m getting the same issue. Thank you.
Forum: Plugins
In reply to: [MouseWheel Smooth Scroll] Firefox ans Safari not workingHello @kubiq ,
Thank you for this nice plugin, before it was working but now it doesn’t even with chrome, I have tried deleting the folder in uploads and clearing browser cache, changing to default settings but nothing works anymore. any chance of updating the plugin. the universalsmoothscroll works for me as you mentioned above.
thank you.
- This reply was modified 3 years, 2 months ago by adcadesigns.
Hi BSF – Rahul,
We wanted to keep the parent menu hover state active while hovering over the submenu. Currently when you hover over the submenu parents go back to normal. I know this is just CSS but cant get it to work yet.
Thank you
Forum: Plugins
In reply to: [Elementor Custom Skin] Ele Custom Skin dont work with product filtrationany update with this please. thank you.
Forum: Plugins
In reply to: [QuadLayers TikTok Feed] Video popup not loadingok so i just tried it just now and still its not working. i also got the pro version. @leopoldpepichoc i hope i can get this to work from your recommendation.
thank youForum: Plugins
In reply to: [QuadLayers TikTok Feed] Video popup not loadingThank you @leopoldpepichoc actually i have already tried that but it did not work for me.. but ill try again maybe i got the wrong file.
Forum: Plugins
In reply to: [QuadLayers TikTok Feed] Video popup not loadinghi @leopoldpepichoc i just want to ask how did you fix this.