• Resolved dennis44

    (@dennis44)


    Hi,

    First of all, well done creating this plugin. It works great with Hello Elementor theme.
    May I suggest a few tweaks?

    1. PayPal payment method: logo shows too small on desktop screens, could you look into this? Mobile view is better, however a little larger on mobile view would be even better.

    2. Trust symbols, a little howto manual would be helpful. When I include one on the top right, it shows ok in desktop view, however if I view the checkout in mobile view, the symbol shows up underneath the site icon. This does not look great, it would look better on mobile view if it shows up on the top in-between the site icon and the amount. Third, maybe you could consider adding a functionality to insert trust symbols direct under payment method?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Diego Versiani

    (@diegoversiani)

    Hi @dennis44,

    Sure!

    1. The sizes were choose based on the smallest mobile devices (320 pixels wide), and carried to the desktop view. You can change the payment methods logo size on your website with a little CSS, for example:

    .woocommerce .fc-wrapper #payment ul.payment_methods > li.wc_payment_method > label img {
        height: 32px;
    }

    This is something we can’t change on the Fluid Checkout plugin directly without potentially breaking the layout of many other websites.

    2. I’ll be working on the documentation after the PRO version is ready.

    This is again about the smallest screen size, most websites have a bigger logo and the cart button on the header can get larger as well, then we can’t know what elements and their sizes site owners will put on these widget areas.

    3. Could you be more specific about the location of these trust symbols? Would it be below all the payment methods, or inside the “box” for a specific payment method?

    Best,
    Diego

    Hi there,

    Closed due to inactivity, feel free to open another ticket if the problem persists or if you need any other help!

    Best,
    Luiggi

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Suggested changes in checkout page’ is closed to new replies.