Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • in reply to: WooCommerce Cart Appearance #247382
    mirockhound
    Member
    Post count: 15

    Ugh, I’m an idiot. I didn’t add the custom CSS. I think we’re all set.

    in reply to: WooCommerce Cart Appearance #247378
    mirockhound
    Member
    Post count: 15

    This didn’t work. The theme from the Dropbox link was uploaded, and it made it worse. See the screenshot.

    Attachments:
    You must be logged in to view attached files.
    in reply to: WooCommerce Cart Appearance #246189
    mirockhound
    Member
    Post count: 15

    Okay, probably a dumb question here, but where is 1.8.1 available? My auto-update doesn’t have anything yet, and Themeforest says their latest version is 1.7.

    I appreciate the time spent on this. Out of curiosity, is the root cause something that can be explained to a non-coder easily, or is it “complicated programming stuff”?

    in reply to: WooCommerce Cart Appearance #245522
    mirockhound
    Member
    Post count: 15

    If that’s the case (messed-up update), would it work to completely uninstall the theme and reinstall it?

    in reply to: WooCommerce Cart Appearance #243128
    mirockhound
    Member
    Post count: 15
    This reply has been marked as private.
    in reply to: WooCommerce Cart Appearance #240494
    mirockhound
    Member
    Post count: 15
    This reply has been marked as private.
    in reply to: WooCommerce Cart Appearance #237864
    mirockhound
    Member
    Post count: 15

    Sorry for the delay, but I couldn’t test the site without plugins until a very low-volume time (I chose New Year’s Eve).

    All plugins were deactivated except for WooCommerce as requested. The problem with the checkout page remained. I can tell I was getting a dynamic version of the website (versus cached) because the Woo button colors changed back to defaults (I have the WooCommerce Colors plugin).

    Thank you, and happy New Year!

    in reply to: WooCommerce Cart Appearance #236659
    mirockhound
    Member
    Post count: 15

    As I posted earlier, the child theme is very minimal, just changing the colors of two of the buttons.

    If it’s absolutely necessary, you can activate the main theme while you are troubleshooting, but please re-activate the child theme when you are done with any given experiment. I can’t just leave the parent theme activated, because it makes our site look terrible.

    in reply to: WooCommerce Cart Appearance #235940
    mirockhound
    Member
    Post count: 15

    I’ve updated the theme, but the issue unfortunately remains.

    in reply to: WooCommerce Cart Appearance #235281
    mirockhound
    Member
    Post count: 15

    Crud, sorry about that. I thought I set you up as an admin, but I apparently hadn’t. That has been rectified.

    in reply to: WooCommerce Cart Appearance #234238
    mirockhound
    Member
    Post count: 15
    This reply has been marked as private.
    in reply to: WooCommerce Cart Appearance #233794
    mirockhound
    Member
    Post count: 15

    Sorry, didn’t read the reply fully. To what email address would you like a login sent?

    in reply to: WooCommerce Cart Appearance #233792
    mirockhound
    Member
    Post count: 15

    There’s very little in the child theme – just changing the colors of the ‘blue’ and ‘green’ buttons. I’ll post the entirety of the child theme below. I’m pretty confident that’s not it.

    /*
    Theme Name:     flexform child
    Description:    flexform child
    Author:         Amanda
    Template:       flexform
    
    (optional values you can add: Theme URI, Author URI, Version)
    */
    
    @import url("../flexform/style.css");
    
    a.sf-button.green {
        background-color: #5C8200;
        color: #FFFFFF;
       
    }
    a.sf-button.blue {
        background-color: #2a6ebb;
        color: #FFFFFF;
    }
Viewing 13 posts - 1 through 13 (of 13 total)