• Closed
  • Kuhlma
    Spectator
    July 25, 2015 at 1:57 am #19158

    Hello,

    I have unfortunately again a problem. After installing “Germanized” (German shop extension), the “payment methods” (Zahlungsart) moved on the right side. The same problem I had with the “address”. I could fix with the following custom css

    .woocommerce address{
    clear:both;
    }

    http://prntscr.com/7wnu6m

    How can i fix the problem with payment methods?

    About your help, I would be happy

    Kuhlma

    Roman
    Spectator
    Posts: 3147
    July 25, 2015 at 3:20 pm #19169

    please provide the website URL instead..need to check the source code

    Kuhlma
    Spectator
    Posts: 11
    July 25, 2015 at 3:22 pm #19170

    Hello,

    URL: http://www.Kuhlma-IT.de

    Thanks!
    Kuhlma

    Roman
    Spectator
    Posts: 3147
    July 25, 2015 at 4:05 pm #19173

    try this Custom CSS code:

    .woocommerce .addresses .col-1,
    .woocommerce .addresses .col-2 {
    float:left;
    width:50%;
    }

    .woocommerce .addresses .wc-gzdp-payment-gateway {
    clear:both;
    }

    Kuhlma
    Spectator
    Posts: 11
    July 26, 2015 at 9:23 pm #19190

    Hi,

    it works, thank you so much! This is a perfect support/service. One last question I have:

    Do you have an idea, what the problem is? The price from “Webspace STARTER” is moved on the right side.

    http://prntscr.com/7x9rwb

    Thanks!

    Kuhlma

    Denzel Chia
    Moderator
    Posts: 2656
    July 27, 2015 at 6:51 am #19195

    Hi,

    Sorry, I cannot find that view in your screenshot.
    I only managed to come to the following screenshot in your checkout, and the table looks good to me.
    http://prntscr.com/7xfgi9

    I assume that your website language is German, but I do not read German, so it’s quite difficult for me to navigate.
    Can you please list down the steps to reach that view?

    Thanks!

    Kuhlma
    Spectator
    Posts: 11
    July 27, 2015 at 9:09 am #19203

    Sure, no problem. You have to send an order (Please mark this order with your name or “Themes4Press”).

    Step 1 >> http://prntscr.com/7xgc66
    Step 2 >> http://prntscr.com/7xgcuh
    Step 3 >> http://prntscr.com/7xgczg
    Step 4 >> http://prntscr.com/7xgd4c
    Step 5 >> http://prntscr.com/7xgd80
    Step 6 >> http://prntscr.com/7xgdes
    Step 7 >> http://prntscr.com/7xgdip
    Step 8 >> http://prntscr.com/7xgdld
    Step 9 >> http://prntscr.com/7xgdqq

    Do not worry, the order is of course not calculated ;-))

    Thanks

    Kuhlma

    Imran
    Spectator
    Posts: 402
    July 27, 2015 at 2:41 pm #19210

    Hi Kuhlma,

    Thanks for writing in,

    Upon proceeding, on your steps to approach towards the issue, it seems that we can’t proceed ahead from the step 4. There it requires extra information in order to proceed further (see: http://prntscr.com/7xjew1).

    Thanks.

    Kuhlma
    Spectator
    Posts: 11
    August 2, 2015 at 11:28 pm #19495

    Excuse my late reply..

    Please type the following informations without “”:

    Vorname / First Name: “Max”
    Nachname/ Surename: “Mustermann”
    Adresse / Address: “Example Street 1”
    Ort / Place: “Musterstadt”
    Postleitzahl / Postal Code: “12345”
    E-Mail Adresse / E-Mail Address: “[email protected]
    Telefon / Telephone Number: 0123-123456789

    If do you see any other problems on my site, please let me know. The Field on step 4 is very small (See in your screenshot “Anmerkung zur Bestellung”).
    After upgrade to evolve plus 2.0.0, step 4 looks like this screenshot:

    Do you have a fix for this problem, too?
    http://prntscr.com/8038jw

    I hope you can understand me. My english is unfortunately not so good :-/.

    Thanks!
    Kuhlma

    Kuhlma
    Spectator
    Posts: 11
    August 3, 2015 at 1:06 pm #19504

    Next problem after update to v2.0.0 :-((

    the Front Page Content Boxes don’t save the content box description. It appears always the default text. Do you have an idea, what the problem is?

    Kuhlma

    Imran
    Spectator
    Posts: 402
    August 3, 2015 at 5:45 pm #19516

    Hi Kuhlma,

    Upon checking, it is still the same. I cannot proceed ahead from the step “4”, I entered all the information into the field but couldn’t proceed (see: http://prntscr.com/80cys2). It seems that there are other additional options it requires to get through form the step “4”. Whereas, if you wish to enlarge the form field on checkout page like this: http://prntscr.com/80cy68, so you can add the following code under Appearance > Theme Options > Custom CSS:

    .woocommerce-content-box.evolve-checkout {
    width: 78%;
    }

    Thanks.