freenetica
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Astra] Show/Hide password toggle in My Account not workingIt seems that this code that is in woocommerce.min.js of Woocommerce loads, but it does not execute correctly in Astra
jQuery(function(s){s(‘.woocommerce form .woocommerce-Input[type=”password”]’).wrap(‘<span class=”password-input”></span>’),s(“.woocommerce form input”).filter(“:password”).parent(“span”).addClass(“password-input”),s(“.password-input”).append(‘<span class=”show-password-input”></span>’),s(“.show-password-input”).on(“click”,function(){s(this).hasClass(“display-password”)?s(this).removeClass(“display-password”):s(this).addClass(“display-password”),s(this).hasClass(“display-password”)?s(this).siblings([‘input[type=”password”]’]).prop(“type”,”text”):s(this).siblings(‘input[type=”text”]’).prop(“type”,”password”)})});`
Forum: Themes and Templates
In reply to: [Astra] Show/Hide password toggle in My Account not workingHello, I put two more screenshots to show you, when any of the WordPress templates is activated the eye toggle is activated and with Astra it seems that it is overwritten and does not work.
Does anyone know (or know of any solution) how it is possible that this option does work in Astra?
I have been testing with plugins and code and it does not work.Thanks in advance, regards
https://paste.pics/6a17dcdcd42b6c7d33cfa9395fb95c9a
https://paste.pics/3b7863d8638b72b94af27ce35f8964a5Forum: Themes and Templates
In reply to: [Astra] Show/Hide password toggle in My Account not workingHello Herman, thank you for answering and excuse me for the lack too.
I have continued investigating and apparently it is that when activating Astra, the functionality of Woocommerce to show the password with the toggle eye does not work although in the code it is.<span class=”show-password-input”> </span>
I am attaching a couple of screenshots.
https://paste.pics/af33007703f7d3c194ef5ae3d7785083
https://paste.pics/361660f238eb65800c6bfbecfbb60a1bThank you.
Regards!