• Resolved riyak

    (@riyak)


    After installing and configuring the Germanized plug-in, the words “Deine Bestellung” get pushed over to the right side of the checkout page so that the formatting looks all screwed up. I tried enabling the Fallback Mode but that didn’t help.

    Is there a quick fix to this? Thanks!

Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Author vendidero

    (@vendidero)

    Hi there,

    seems like that functionality is not really compatible with your theme. Can you provide us with a link for testing purposes? Maybe some changes via CSS have to be made..

    Cheers

    Thread Starter riyak

    (@riyak)

    Hi – it’s at https://zeitwise.de/checkout/ but you have to add something to the cart first to get to that page. Thank you for checking it out!!

    Plugin Author vendidero

    (@vendidero)

    Hi there,

    I think this is a JavaScript related problem because of an error being thrown by WooCommerce. Seems like the cookies library is missing within your site/checkout.

    woocommerce.min.js?ver=3.2.5:1 Uncaught ReferenceError: Cookies is not defined

    You may have noticed that none of the JS-features of WooCommerce are working like reloading the review order table when changing the payment gateway or hiding the shipping address fields when the corresponding checkbox is being unchecked.

    This problem may be correlated with a caching plugin if active..

    Cheers

    I have exactly the same issue (pushing the text to the right) and I don’t have any caching plugin installed?

    Thread Starter riyak

    (@riyak)

    Yes, I’ve tried troubleshooting and disabling caching as well, and I don’t think it has to do with the theme either. Please help @robeal and me? ??

    Plugin Author vendidero

    (@vendidero)

    Hi there,

    as I already said, the JS-Error does still exist at your checkout page (woocommerce.min.js?ver=3.2.5:1 Uncaught ReferenceError: Cookies is not defined). Because of that, later loaded JavaScripts are not able to adjust the DOM. You may notice, that changing the payment gateway does not result in refreshing the order review page as is the case in a default installation.

    Cheers

    I only use one payment gateway, so I can’t really test that scenario. Also, I don’t see any JS error messages?

    Any updates?

    Plugin Author vendidero

    (@vendidero)

    Could you provide me with a link to your checkout? Otherwise I can’t really see what’s going on there.

    hunde-kruemel.de is the domain.

    Plugin Author vendidero

    (@vendidero)

    Hi there,

    this seems to be a CSS-only-problem. You could solve that by inserting:

    #order_review_heading {
       width: auto;
       float: none;
    }

    to your child-theme’s stylesheet.

    Cheers

    I will give it a try. Not really sure where to insert, but I am sure I can figure that out. I will let you know. Thank you.

    Seems to work. Thank you.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘“Deine Bestellung” formatting’ is closed to new replies.