Forum Replies Created

Viewing 13 posts - 16 through 28 (of 28 total)
  • Posted in:
  • in reply to: Checkout shipping boxes width #303322
    tkhong
    Member
    Post count: 35

    No worries, I found the CSS to adjust the shipping options:

    .woocommerce ul#shipping_method li {
    text-indent: -22px;
    }

    I changed mine to:
    .woocommerce ul#shipping_method li {
    text-indent: 80px;
    }

    in reply to: Adjust related products shown on cart page #303261
    tkhong
    Member
    Post count: 35

    Thanks Rui, but I just want to be able to limit the number of products to 2 or 4, and also control which products are shown. Would this be possible?

    in reply to: Adjust related products shown on cart page #303240
    tkhong
    Member
    Post count: 35

    Sorry, I meant in the cart page.

    tkhong
    Member
    Post count: 35

    Sure (-:

    Theme vs. 2.4.14

    Clone site:
    URL: http://woocommerce-30757-66603-181954.cloudwaysapps.com/wp-admin/
    UID: Support
    PSW: m3S=JWax

    Can you also push on one of my other tickets regarding shipping options in Checkout box? The CSS only seem to use 50% of the checkout options box width. We have shipment options with more text explaining pick up options etc. the text look compressed.
    See attached screenshot.

    Attachments:
    You must be logged in to view attached files.
    tkhong
    Member
    Post count: 35

    Thanks David!

    in reply to: Safari issue, mobile issue and hero header geometric overlay #302417
    tkhong
    Member
    Post count: 35

    Thanks.

    1) Did not work on mobile, please check screenshot.
    I used this: (removed an extra period from yours)
    .flexbox .spb-column-container.col-sm-6 {
    flex: 1;
    }
    @media only screen and (max-width: 767px) {
    .flexbox .spb-column-container.col-sm-6 {
    flex-basis: 100%;
    flex: none;
    }

    2) Did not make a noticable difference.

    It seems like some elements are not properly loaded. Could it be a cache issue?

    Attachments:
    You must be logged in to view attached files.
    in reply to: Safari issue, mobile issue and hero header geometric overlay #302178
    tkhong
    Member
    Post count: 35

    Thanks Ed.

    1) Actually after checking again on mobile, the CSS:
    .flexbox .spb-column-container.col-sm-6 {
    flex: 1;
    }
    Forces columns to one side of the mobile screen. Therefore, I have removed the CSS and on Safari browser on mac, the columns are stacked again.

    2) I removed the underline, but that didn’t seem to change it. It seems like all the links on the page are not rendered properly on mobile, but on reload all links show correctly.

    3) Ok, I see.

    in reply to: Currency Switcher on mobile menu? #302001
    tkhong
    Member
    Post count: 35

    I would also second this. Please include a currency switcher for mobile devices in your next theme update. (-:
    I’m currently using WPML with Atelier.

    in reply to: BACS payment hangs #301943
    tkhong
    Member
    Post count: 35

    Thanks, this issue is resolved. It was due to us using the “Force SSL during checkout”, due to the Stripe payment plugin. Checkmarking “Force HTTP when leaving the checkout” mitigates the browser from hanging.

    in reply to: Safari issue, mobile issue and hero header geometric overlay #301940
    tkhong
    Member
    Post count: 35

    Thanks Ed, the CSS worked (-:

    2) Is still not showing up correctly on my phone. Also tested on other phones, and it only upon refresh does the link and text appear correctly.

    3) Have you had a chance to look more into this? It is a really cool effect, but drains browser/computer…

    in reply to: FAQ display problem #300807
    tkhong
    Member
    Post count: 35

    Hi, I also have an issue with the modal box.
    See attached image. The FAQ answers are missing 10-2-px of the first words.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Swift product module error #299978
    tkhong
    Member
    Post count: 35

    Thanks, I cleared cache and it works again.
    Did not have multi masonry enabled.

    in reply to: header navigation #283655
    tkhong
    Member
    Post count: 35

    Thanks Mohammad (-:
    I’m trying to move the header nav all the way over to the left. Please check image.
    There seems to be a split between the header nav menu Home and Shop, when using the CSS you posted.

    Also, where do I edit my original post to avoid this ticket being sent back in cue?
    (I see there is an edit button on this post, but not on the original one…)

    Thanks,
    T

    Attachments:
    You must be logged in to view attached files.
Viewing 13 posts - 16 through 28 (of 28 total)