Inventory widget: Images are partly-shown when access on mobile

  • Binnerriw2g
    Asked on November 17, 2020 at 10:51 PM
    i am testing the page and it seems the page is not showing correctly i got a couple of feedback that it shows only the half of the item photo what is the matter? 1605665838 5fb4842ecff3c 9B0333E5 5297 4 Screenshot 10
  • John Support Team Lead
    Replied on November 17, 2020 at 10:58 PM

    I was able to replicate this on my end. Here's how it appears on mobile: https://drive.google.com/file/d/1mKjDXG3tIq2NuGrBCEBU76TuIKMkPNqx/view

    This could be resolved by adding custom CSS codes specific to mobile access. Allow me some time to figure out the codes to use and get back to you here for updates.

  • binnerriw2g
    Replied on November 18, 2020 at 11:40 AM

    Sure. I want this page easily accessible both from mobile and laptop. Thank you for your help!

  • John Support Team Lead
    Replied on November 18, 2020 at 1:04 PM

    Hello @binnerriw2g - Could you please try adding this to one of the widgets then test it on your end:

    @media screen and (max-width:480px){
    img{

    height: 250px !important;

    width: 200px !important;
    }
    }

    1605722446 5fb5614e64dba  Screenshot 10

    See if that widget will be consistently shown in FULL when accessed on mobile. I just tried it on my end and it seems to work so far.

    If it works for you, add it to the rest of the widgets. Here's a guide on how-to-inject-css-codes-to-widgets.

  • binnerriw2g
    Replied on November 18, 2020 at 5:16 PM

    I did with the first ten items, but it didn't fix the problem. What is the matter and how can I resolve the problem? Thank you for your help!

  • Jed_C
    Replied on November 18, 2020 at 8:07 PM

    What device and browser type are you using when you viewed your form? I just tested your form on my mobile device and here's how it looks like.

    1605748027 5fb5c53b10b65 Screenshot 2020 Screenshot 10

  • W2gbinnerri
    Replied on November 18, 2020 at 8:18 PM

    I am testing both on iphone and android. It seems the first time works fine. But if tried again it shows the problem.

  • W2gbinnerri
    Replied on November 18, 2020 at 8:29 PM

    This is what I see i added the given coding to awana untact market form (not clone) to item #10 but it doesn’t reflect whatever i did thank you so much for your help 1605749269 5fb5ca15c6288 29CBCE02 D3B1 4 Screenshot 10

  • Jed_C
    Replied on November 18, 2020 at 9:43 PM

    So far, I've tested it on Android Chrome, iOS Chrome and Safari. Please try the suggestions below and see if that helps.

    1). Clear your form cache and browser cache.

    2). Try using other browsers

    3). Try incognito mode (if using Chrome) or private browsing (if using Firefox).

    1605753743 5fb5db8f21963 Dashboard   Goo Screenshot 10

    Let us know how it goes.

  • w2gbinnerri
    Replied on November 19, 2020 at 11:52 AM

    It works only when I "clear history and website data." If I try it on the same device the second time, the same problem occurs. I need to make three more forms (with about the same number of items) I hope there would be no problems for our church members to use the form to shop. Would the problem go away if I upgrade the plan?

  • Welvin Support Team Lead
    Replied on November 19, 2020 at 2:08 PM

    It's not related to your plan so upgrading won't do it.

    I would suggest reducing the sizes of the images, make it VGA like below 640px. Do the same on the new forms that you will create. Large images mean lots of resources to load in the form, and they might not load in an instant, causing it to be partially visible only.

    Please note the widgets are inside a frame, and their contents are also loaded in a frame. You'll notice that the form is already loaded, but not the widgets, as the form is still processing them in the background.

    As for the current CSS, it worked for me on both Android and IOS. I tried an older Android device, it also worked there. We can check further if the issue persists on your end. You seem to be using IOS. Would you mind providing us its model?

    Thank you.