Okay
  Public Ticket #1138354
Update
Closed

Comments

  •  2
    Jennie started the conversation

    Hi,

    I updated woocommere to 3.0.0, but apparently I shouln't have done that before you guys update your theme. I didn't know. What should I do now? People cannot order anything now, because the checkout page is outdated.

  •  1,558
    Laborator replied

    Hi Jennie,

    I am sorry to hear that, but we have notified customers by adding a warning in the changelogand even WooCommerce has put a red warning alert to not update it unless you check if it's compatible with the theme, you can see it here.

    Unfortunately we can't do anything for this, we are just working to release the new updates for all of our themes which have WooCommerce included. The worst part is that you can't roll back the update and get back to the old update as besides the plugin files, your database has also been updated and it can't be reverted.


    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    Jennie replied

    That's too bad! Is it wise to restore a recent backup, the one before I updated WooCommerce? And then roll back the update? Or do you have any indication of when a new update for Aurum will be released? Thanks!

  •  1,558
    Laborator replied

    Hi Jennie,

    I am sorry about that but it was announced not to update the plugin in many places, we have started working on the theme update and it should e online by the end of this month.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    Jennie replied

    Hi Art,

    I think I fixed it, rolled back the update and restored and old backup! Now, I don't know if it's a bug in the latest update of your theme or I did something weird, but the text on our website is all white. Even if I delete all of my custom CSS and doublecheck the theme styling skin colors (text is set to black). Do you know anything about this? 

    I made most of the text black now, in custom CSS, but I'm having some trouble with the text in the input fields on mobile devices and tablets, both on the contact form and checkout page. Do you have a code to change the color of these texts on these devices? People are having a hard time to read the input :)


    Thanks

  •  1,558
    Laborator replied

    Hi Jennie,

    If the skin changes are not applying then download this file and replace it in this directory (of the theme): /inc in the theme files, so you won't need to change the skin via Custom CSS. 

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    Jennie replied

    Hi Art,

    Tried that after I cleared my custom CSS part, but still not working. Just updated the theme as well. I figured out a couple of codes, but could you give me the code to change the text-color in the input fields on the checkout page? It appears white now and it's really hard to read! I would like to change the color of the text that's already there (First name*, Last name* etc...) as well as the text after input. Thanks

  •  1,558
    Laborator replied

    Hi Jennie,

    The text color in the  checkout page seems to be fine, it is grey and readable. If you want to change it you can paste the code below in the Custom CSS:

    .form-control::placeholder {
        color: black !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group