Okay
  Public Ticket #2354480
falsche formatierungen von produkt aufzählungen
Closed

Comments

  • Florian started the conversation

    Hey, I have problems with the formatting in the shopping cart, unfortunately the product information is not displayed correctly. How can I solve this problem?

    Thank you for your help.

    best regards
    Florian

  •  675
    Neuron replied

    Hi Florian,

    It seems like that part needs some enhancements, until we release an update which will cover that part, please add the following style.

    If you wish to remove that from the cart, simply add the following style.

    .o-mini-cart__holder .variation {
        display: none !important
    }

    If you want to make it white.

    .o-mini-cart__holder .variation > * {
        color: #fff !important;
    }

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Florian replied

    Hi, thank you very much for your reply. Unfortunately, the distances for the product variations in the main shopping cart are still shifted. How can I still solve this problem?

  •  675
    Neuron replied

    Hi Florian,

    I am very sorry for the late reply, we did not work on the weekend.

    Please add the following style.

    .woocommerce-cart .woocommerce-cart-form__cart-item td.product-name dl.variation {
        display: flex;
        flex-direction: column;
        margin-left: 0;    
    }
    

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Florian replied

    Hey thanks for the answer. Unfortunately it doesn't quite work yet, I uploaded two screenshots with the respective css settings. Do you have any ideas what could help?

  •  675
    Neuron replied

    Hi,

    Make sure to add the full CSS.

    .woocommerce-cart .woocommerce-cart-form__cart-item td.product-name dl.variation {
        display: flex;    
        flex-direction: column;    
        margin-left: 0;    
    }

    Flex direction column property is the key.

    It looks alright to me now, have you changed it?

    9200320374.png

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Florian replied

    Hi, unfortunately the product variation is still displayed in a jumble. I uploaded a suitable photo, which shows the error in more detail. Many thanks for your help! Best regards Florian

  •  675
    Neuron replied

    Hi Florian,

    I am very sorry for the late reply.

    Can you please provide me with your wp-admin, I will have a brief look into this one.

    I will look also the other one.

    - https://neuronthemes.ticksy.com/ticket/2354468/

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • Florian replied

    Hi Neuron Team,

    I still have some problems ;-)

    1. the code for the mini cart no longer works. Maybe that's because of the new updates. the css code is still available. In addition, the font is no longer in white.

    .o-mini-cart__holder .variation {
        display: none !important
    }

    2. How can I translate the search results? Page, Post, Portfolio, Product... 

    3. The product variation is not yet correctly displayed:

    It should be formatted like this:

    ------------------------------------------

    Red: color
    Size: XXL

    ------------------------------------------

    and not

    ------------------------------------------

    Colour:
    red

    Size:
    XXL

    ------------------------------------------


    Kind Regards

    Florian

  •   Neuron replied privately
  • Florian replied

    Hi Neuron Team,

    thanks a lot for your answer. Unfortunately not everything worked.

    to one: Unfortunately, neither the old code (to hide the information) nor the new one (text in white) works.

    to three: Unfortunately, the representation does not change here either.


    Kind Regards

    Florian

  •  675
    Neuron replied

    Hi Florian,

    I am very sorry for the late reply, can you please provide me with your wp-admin(make sure to tick private on the reply), we'll add it and see what's missing that is not working.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •   Florian replied privately
  •  675
    Neuron replied

    Hi Florian,

    I am very sorry for the late reply, we did not work due some holidays and in weekend.

    It seems like you have implemented Elementor Cart, I've send the CSS specifically for mini cart of Bifrost, I've changed some classes and this is how it looks now. https://prnt.sc/sil9j3

    I hope that fits good, it's a bit harder to change it further, but in my opinion it doesn't look bad.

    2) Check it again, it looks like this: https://prnt.sc/silkb9

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.