• Resolved nanouk49

    (@nanouk49)


    Hello,
    We have a problem since few days with woocomerce, we setup storefront theme and woocomerce for shipping, and flexible shipping addons for have an extra option for delivery.
    After I select the article, and I go to the cart, I see the different buttons for options delivery but not the lines after buttons, I have to select the lines with mouse for see them.

    Can you help me ? I don’t understand the problem, I have not modify the source code or anything else…just installed woocommerce with flexible shipping addons.
    Thanks for your help.
    Regards.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support abwaita a11n

    (@abwaita)

    Hi @nanouk49,

    It seems that on your site, right-clicking and inspecting elements are both disabled. Thus, it’s a bit hard to tell where the issue lies without looking at the underlying CSS.

    Is it possible to temporarily remove these restrictions for us?

    Thanks.

    Thread Starter nanouk49

    (@nanouk49)

    Hi @abwaita,
    Thanks a lot, OK I disable the plugin who block right click, It’s OK now.

    Regards.

    Hi @nanouk49

    It looks like the shipping method text is currently the same color as its background. This can be fixed with some custom CSS – under Appearance > Additional CSS, you can add the following code:

    .woocommerce ul#shipping_method li label {
        color: black;}
    Thread Starter nanouk49

    (@nanouk49)

    Hi @maykato,

    Thanks for your help, I have tested with the CSS code, but nothing change.
    I don’t understand because, by default the woocomerce have select the white color for the cart.
    I uninstall / reinstall woocommerce and flexible shipping addons, nothing change too…
    The theme used for the website is storefront, can you think it’s problem between woocommerce and theme ?

    Thanks.
    Regards.

    Mirko P.

    (@rainfallnixfig)

    Hey @nanouk49,

    I see that the right click is again disabled on your site. What I recommend for you is setting up a duplicate site where you can perform tests and try to fix the issue.

    You can create a staging site with the WP Staging plugin.

    Once you’ve done that, share the site URL and disable the right-click blocking so that we can take a further look.

    Thanks.

    Thread Starter nanouk49

    (@nanouk49)

    Hello,

    Sorry for the delay, I dupplicate the site, and I realize it’s OK with the staging test O_O.
    After investigation in code, it was a problem with CSS code, it’s old code and I forgot it…. I removed the CSS in widget module, and it’s OK with the color line.
    Many thanks for your help.
    Regards.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Invisible line on cart’ is closed to new replies.