Your account expired support, please renew to get your support.

Forum Replies Created

Viewing 8 posts - 11 through 18 (of 18 total)
  • Author
    Posts
  • in reply to: Double-Click on Bootstrap Dropdown #41307
    onrax
    Support Expired

    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;
    }

    in reply to: Double-Click on Bootstrap Dropdown #41306
    onrax
    Support Expired

    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 );

    in reply to: Double-Click on Bootstrap Dropdown #41305
    onrax
    Support Expired

    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.

    in reply to: Double-Click on Bootstrap Dropdown #41304
    onrax
    Support Expired

    Still happens.  iPhone 11.   I submitted login info so you can access the site.  I have good backups.  😉

    in reply to: Double-Click on Bootstrap Dropdown #41302
    onrax
    Support Expired

    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.

    in reply to: Double-Click on Bootstrap Dropdown #41301
    onrax
    Support Expired

    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.

    in reply to: Double-Click on Bootstrap Dropdown #41300
    onrax
    Support Expired

    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!

    in reply to: Double-Click on Bootstrap Dropdown #41299
    onrax
    Support Expired

    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>

Viewing 8 posts - 11 through 18 (of 18 total)