shyamzin
Forum Replies Created
-
Forum: Plugins
In reply to: [WP YouTube Lyte] No alt tag issue for the imagesHello Support,
Under the div, we could see a script like below and inside it we can see img tag with no alt tag. please see below:
<noscript><a href=https://youtu.be/9P74KkAcAVjPI rel=nofollow><img class="lazy lazy-hidden" fetchpriority=high decoding=async src=//www.sample.net/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif data-lazy-type=image data-src="https://www.sample.net/wp-content/plugins/wp-youtube-lyte/lyteCache.php?origThumbUrl=https%3A%2F%2fgFi.ytimg.com%2Fvi%2F9P4KkAcAVPI%2F000.jpg" alt width=640 height=340><noscript><img fetchpriority=high decoding=async src="https://www.sample.net/wp-content/plugins/wp-youtube-lyte/lyteCache.php?origThumbUrl=https%3A%2F%2fgFi.ytimg.com%2Fvi%2F9P4KkAcAVPI%2F000.jpg" alt width=640 height=340></noscript>
i think this is the issue. hope we can ignore this right?
*We have slightly modified the above script to avoid website references here in this support thread.
please let us know.
What about stripe plugin? @satoshinet @megiste
@megiste @satoshinet please rollback to 8.4, this will fix the issue. For me, i have upgraded Woocommerce and Woocommerce subscriptions plugin to latest available version and the issue got fixed.
Hi Shameem,
So if we disable Order Attribution feature, this issue wont occur – right? Please confirm.
Forum: Plugins
In reply to: [WooCommerce] Email verification after woo order from guest ?@aguinaldodarla I have started a thread some days back – still the issue is there after updates – please assist.
We have added two filters as shown below, but still its asking to login on the order thank you page in incognito. We set 1 day as grace period and even put filter to disable the feature. Still the order success page when took in the incognito showing the form. The order was placed couple of minutes back.
add_filter( 'woocommerce_order_email_verification_grace_period', 'wp_kwoocommerce_order_email_verification_grace_period_filter', 10, 3 ); function wp_kwoocommerce_order_email_verification_grace_period_filter( $grace_period, $order, $context ){ $grace_period = 86400; return $grace_period; } add_filter( 'woocommerce_order_email_verification_required', '__return_false' );
- This reply was modified 1 year, 1 month ago by shyamzin.
Hello support,
We are waiting for your reply. Please get back as early as possible. The new feature introduced is actually affecting the existing functionalities.
Please get back. thanks again.
Yes, its the plugin functionality. If you are enabling trial, then it will charge 0 for first checkout. From second recurring checkout onwards, it will charge.
Hello Support,
Thanks for the reply.
So setting cron: https://www.site.com/wp-cron.php to run every 10 minutes will be fine? Will it trigger by this? Please let me know.
Thanks again.
Thanks for the reply. My question is , do the paid plugin have the option to send email to customers on subscription cancellation. Please let me know.
Thanks.
Thanks for the info.
One more question, not related to the thread. Cancel subscription email notification is there only for admins, not for customers. Why is it like that?
Paid version got this option? Please let me know.
Thanks again.
Thanks for getting back, to confirm – in the free version – if the recurring payment is failed – subscription will be automatically cancelled right? Please let us know.
Regarding the feature, we can control the retry – right?
Waiting for your response. Thanks!
Yes, now the issue is gone. Thanks.
The code i mentioned is similar to the one mentioned in this thread: https://stackoverflow.com/questions/35810023/how-to-embed-a-hubspot-form-in-an-external-site
Hello @xue28
Thanks for the reply, that change did the trick. Its working fine now. May i know why this Date Type feature is introduced and the reason behind that? I believe all users will be facing the same issue.
Please let us know. Waiting for your response.