• Resolved simonkeeley

    (@simonkeeley)


    Good afternoon, Ive very interested in this plugin and have embedded it it a page on my site. It works perfect but in mobile view it stretches off the page.

    Is there a way round this for mobile uses?

    Thanks in advance.

    • This topic was modified 7 years, 4 months ago by simonkeeley.

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author mdempfle

    (@mdempfle)

    Define mobile? Android? IOS?
    Because in simulation mode it looks o.k.

    Which settings have you done?

    IOS normally is the biggest problem because depending on the pages ios does not scale properly!

    Best, Michael

    Plugin Author mdempfle

    (@mdempfle)

    you can add style=”min-width:100%” to the iframe.
    Please tell me if this fixes it for you.

    Best, Michael

    Thread Starter simonkeeley

    (@simonkeeley)

    This is very frustrating, the style code did not make a difference. As you say on desktop works great and when I resize the desktop window it is responsive however on my iphone 7 it loads ok for a split second and then goes full width off the page.

    any other ideas?

    Plugin Author mdempfle

    (@mdempfle)

    I do not see the min-width in the code:

    <iframe id=”advanced_iframe” name=”advanced_iframe” src=”https://wbpro.co.uk/vehicle/search/make/27/min_price/0/order/price/dir/DESC/limit/10/&#8221; border=”0″ allowtransparency=”true” style=”;width:100%;height:600;” width=”100%” height=”600″ frameborder=”0″></iframe>

    how have you set it? can you please share your shortcode?

    Best, Michael

    Thread Starter simonkeeley

    (@simonkeeley)

    No change I am afraid.

    [advanced_iframe src=”https://wbpro.co.uk/vehicle/search/make/27/min_price/0/order/price/dir/DESC/limit/10/&#8221; style=”min-width:100%” width=”100%” height=”600″ ]

    Plugin Author mdempfle

    (@mdempfle)

    you have to define the shortcode properly!

    ” are not real double quotes!

    you need to use normal double quotes everywhere! WordPress only supports this!
    This forum displays them almost the same. I talk about the one over the 2.

    Best, Michael

    • This reply was modified 7 years, 4 months ago by mdempfle.
    • This reply was modified 7 years, 4 months ago by mdempfle.
    Thread Starter simonkeeley

    (@simonkeeley)

    I see the problem and have rectified it but no change.

    Plugin Author mdempfle

    (@mdempfle)

    Now you have width and min-width to 50% ?

    I checked all the proposed fixes for this. There min-width:100%;max-width:100% is the recommended solution. If this does not work your only option is maybe to use the browser detection and e.g. use a smaller width for IOS.

    Best, Michael

    Plugin Author mdempfle

    (@mdempfle)

    Any feedback?

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Mobile Site’ is closed to new replies.