Viewing 11 replies - 1 through 11 (of 11 total)
  • Hi @billye72,

    Thank you for your question.

    Could you please try using different browser to see whether it works?

    You can try resolving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

    Admin Area -> Appearance -> Customize -> Additional CSS

    .single-post.postid-200  iframe {
        height: 600px;
    }

    Best regards,
    Vinod Dalvi

    Thread Starter billye72

    (@billye72)

    Hi Vinod,
    Thank you for your answer. Everything is working fine on my computer (windows) and on my tablet (android). But on my phone( Iphone), the iframe is empty… that is not to say that very often the page cannot be loaded :o(
    I really need to “integrate” these external articles in my blog…
    May be there is another solution apart from Iframe (I don’t want to use only external links); i really need the content to be in my website (I’m the owner of all these articles).
    I’ve been trying what you mentioned here above… but it doesn’t work ??
    Thanks a lot in advance for your help and time
    Have a nice afternoon
    Agnes

    It seems your iPhone browser specific issue so could you please try using different browser on it?

    Also please change your iframe attribute width=”100%” to width=”1000″

    Thread Starter billye72

    (@billye72)

    Hi Vinod,
    Thank you for your message. I’m sorry but I don’t think this is an issue with my browser.
    In fact I realised that my Iframe is not empty (as I thought): in fact if I slide on the right, I can see the content. But it is far too much on the right ??
    I don’t undertand why ??
    In my article I put the following code:
    <iframe src=”https://digital-me-up.com/2016/08/11/social-networks-crucial-b2b-companies/&#8221; width=”1000″></iframe>
    In the CSS part I put the following code:
    .single-post.postid-200 iframe {
    height: 600px;
    }
    Do you have any clue how to display my content “more on the left”?
    Thanks a lot

    Yes please try using below custom CSS code.

    .single-post.postid-200  iframe {
        max-width: 100%;
    }
    Thread Starter billye72

    (@billye72)

    Hi
    Sorry but it still doesn’t work!
    May be I should forget about I-frame…
    Isn’t there another easier way to host articles (from another website) within my own website?
    Thanks a lot

    To achieve this without using ifrmae you have to use custom code solution shared on the following pages.

    https://stackoverflow.com/a/8433429/1287548
    https://stackoverflow.com/a/39103445/1287548

    Thread Starter billye72

    (@billye72)

    Uuhhhh… I’m afraid this will be too complex for me!
    I’m not sure I’ll know where to implement these codes… ??
    Guess I’ll have to forget about my blog then…
    Thanks anyhow for your help and time!
    Have a great day
    Agnès

    Developing custom code for custom functionality is beyond the scope of support that we provide here.

    If you are not a developer then you can consider hiring a developer to develop it for you.

    Have a fantastic day!

    Thread Starter billye72

    (@billye72)

    Thanks a lot! You too! ??

    You are most welcome ??

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘I cannot see my Iframe on mobile’ is closed to new replies.