bvk69varghese
Forum Replies Created
-
- Sorry, I forgot to mention this in my previous email. Newly registered users are receiving the welcome email, but they are not receiving the activation email. Consequently, they are unable to log in.
- My second question is how to send bulk emails to users who have not received the activation email with their unique link. I did not understand the second part of your response related to resetting emails.
Forum: Plugins
In reply to: [WooCommerce] Variation Product Edit- Now my website is fully down after I tried to deactivate a plugin which I recently installed.
- https://testing.bilingualnews.jp/
- I have enabled the debug mode on and you will be able to see the error.
- Kindly help me to resolve the issue. Thanks
Forum: Plugins
In reply to: [WooCommerce] Variation Product EditWhen I edit the product I am getting this error after debugging true.(see below the two screen shots 1 & 2)
- https://drive.google.com/file/d/1rRWhnUgbYpnNiumEJuJi1GmGvnE3uuvl/view
- https://drive.google.com/file/d/1_MAFycelFYnQX8TjXFR2ZNFk3tpqyFV-/view
Here is the System Report file: https://drive.google.com/file/d/10L7cNW0vyEur_EGOe66ruGfkk1_O2cxK/view
Here is the Fatal Error Log screen shot: https://drive.google.com/file/d/1ru1Y1IojSiLY6St7lOXl5Q_OeBd23A5-/view
I have done these two actions through Woocommerce admin Update database and Verify Database. See below the screen shot.
https://drive.google.com/file/d/14ho6DD-l7Xwk4OY32VBVAvaXsXrTTFHR/view
Also I have updated the my site all plugins using composer update command. But the error is still appearing. We are always updating our plugins using the “composer update” comand run on the root folder of the website.
Also tell me if I can update the latest version of Woocommerce alone through “composer update” command.
Need to update our new products to our site urgently. Kindly help us to resolve the issue.
Thanks for your answers.
I would like to do the following in my registration form.
- When I submit the registration form I need to send the form info to the redirect page(payment) without saving the info to db. I will save the data to DB once the payment is over. Now the forminator registration form is saving the data to db first and logging out if I set the forminator set up as logout after registration. a. How can I get the form info directly on the redirection page? b. How to block the data save option in Forminator registration form? Could you please help me on this? My main issue is I am getting bot registration even thoough I am putting google v3 captcha. Please help me to resolve the issue.
My Question is how to pass the registration info to payment page? To get the registration form info, can I write any function in my functions.php file? OR any forminator add action file I can run and get this info? Please help. Thanks.
Can you please tell me/share with me how to pass the forminator registration form to another page without login. How can I activate this user after completing the payment and automatically login? Please do the needful. Thanks
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Wp reference errorWe are using twentynineteen theme. Now we installed wp rocket plugin we are getting this error in our testing site differently.
Testing site with WP rocket – https://testing.bilingualnews.jp/
Live/Production site without WP rocket – https://bilingualnews.jp/
Please help us to resolve this issues. Thanks
Forum: Plugins
In reply to: [YOP Poll] Ajax Post Response Poll Short code is not workingThis is the code I am using to list the blog content in my them's functions.php function my_load_ajax_post_content() { $post = get_post($_POST['post_id']); get_template_part( 'contentblog', 'page', array('post' => $post)); exit; } add_action( 'wp_ajax_load-post-content', 'my_load_ajax_post_content' ); add_action( 'wp_ajax_nopriv_load-post-content', 'my_load_ajax_post_content' ); Also in my poll option I am using an "Other" option with a text box. Is it safe to use? Are you sanitizing the data before inserting it into DB? Please confirm.
Forum: Plugins
In reply to: [YOP Poll] Ajax Post Response Poll Short code is not workingSorry, I am unable to share the login details of the subscribed user. In my subscriber account we have specials blog posts. We are showing those blogs titles as buttons and click on that it will pass the id of the post to an ajax call and list the blog details to div using jquery ajax. If I post the poll short code inside the post content its displaying as it is in the ajax response. Below is my ajax response code
$(function(){ $(".text-area .sbblogs").click(function(e){ e.preventDefault(); //To prevent the default anchor tag behaviour $(".text-area .sbblogs").removeClass('selected'); $(this).addClass('selected'); var url = this.href; var post_id = $(this).attr("post-id"); var ajaxURL = woocommerce_params.ajax_url; var ele = this; $.ajax({ type: 'POST', url: ajaxURL, data: {"action": "load-post-content", post_id: post_id }, scriptAttrs: { nonce: "Xiojd98a8jd3s9kFiDi29Uijwdu" }, success: function(response) { //console.log(response); $(".projectpreviewContent").html(response); return false; } }); }); });
Hi
Can someone please respond to this message? Thanks
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Wp reference errorHi,
I have checked the plugin compatibility check and found that the error is coming only when I activate Variation Swatches for WooCommerce plugin. If I deactivate this plugin the error is appearing. That is why I have posted a ticket your team what is the issue causing the plugin of yours. Kindly a send a solution.
Forum: Plugins
In reply to: [WooCommerce] Cart Page Texts are missing in Mobile viewHi,
I think you are checking the checkout page. I am talking about the cart page view in mobile. See the below image.
https://drive.google.com/file/d/1V78kI0OjVR77I0y3IzXKYgE7JVo1Myhw/view
Here you can see that none of the labels displayed in the Desktop view is not displaying in mobile view like subtotal, total etc.
Please review the page and reply.
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Wp reference errorHi,
I am not saying the cart issue. I can see the above script errors in our pages after activating your plugin. If I deactivate the plugin its disappearing.
Uncaught ReferenceError: wp is not defined
Please check the console of this URL and you can see this issue – https://bilingualnews.jp/
After deactivating Variation Swatches for WooCommerce plugin this error is disappearing. Our WordPress version is 6.0.2.
For your kind information we are not using any cache plugins or any other optimisation plugins.
- This reply was modified 2 years, 1 month ago by bvk69varghese.
Forum: Plugins
In reply to: [WooCommerce] Cart Page Texts are missing in Mobile viewHi,
I have checked the conflict issue by disabling all other plugins in my website. Still this issue is coming. I have updated the plugins. My wordpress version updated to 6.0.2. Woccomerce has no update. Still the issue is appearing. I think the issue is related to Woocommerce. woocommerce css is hiding the text. Could you please give me a solution for this. Thanks.
- This reply was modified 2 years, 1 month ago by bvk69varghese.
- This reply was modified 2 years, 1 month ago by bvk69varghese.
Hi
The console error is coming in all pages. But the login capctha is not working only when the forminator forms are using. Forminator form captcha and the login captcha(at the top right) are conflicting. I am asking how to resolve this? Or tell me how can I show the forminator form short code using ajax. I tried to integrate the forminator form short code using ajax using the above method(in my previous post) and its breaking the structure.
Can someone help me to resolve this issue. Thanks
- This reply was modified 2 years, 4 months ago by bvk69varghese.