Forum Replies Created
-
AuthorPosts
-
Looks like I stumped the master! Not working yet. I changed the Font Sizes back and removed your code:
@media only screen and (max-width: 736px) {
.variations .value select {
-webkit-appearance: initial;
-moz-appearance: initial;
appearance: initial;
}}
.variations .value:after {
right: 15px;
font-size: 18px;
top: 6px;
}Here is what is in the functions.php:
// Remove Clear on Variants
add_filter(‘woocommerce_reset_variations_link’, ‘__return_empty_string’);// Remove “Returning customer? Click here to login” From Checkout Page
remove_action( ‘woocommerce_before_checkout_form’, ‘woocommerce_checkout_login_form’, 10 );One somewhat interesting thing to note. After clicking on once, the next click will work. If you scroll back up so the dropdowns are off the screen and then back down. You need to click on it again before it will work.
Still happens. iPhone 11. I submitted login info so you can access the site. I have good backups. 😉
unloading this “/themes/claue/assets/js/theme.js?ver=5.7.1” makes dropdown work. Of course it breaks quite a bit too. But, getting closer.
Confirmed it DOES work correctly on the backup Twenty Twenty-One theme. I’ll leave it up to the experts now. You guys! Thank you.
UNFIXED. Upon further review. We are back to square one. Seems something fixed itself, when deactivating all plugins, but then the issue came back. Can’t figure out where. Suspect there is a double load of bootstrap now. Any help? Please and thank you!
FIXED. The post I linked to above pointed me in the wrong direction. Paused all plugins, reactivated them one by one and and dialed it down to the redirection plugin. Was able to find the redirect that seemed to caused the problem. </FIXED>
-
AuthorPosts