Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1446697

    Hello, I need to inject a web catalogue into the iframe in the new website. They have another company that manages catalogue, but keeping the design of the new site.

    This means that I need to keep default theme as a template.

    I added iframe in the colour section with this code:

    <iframe src=”URL” width=”100%” height=”1500px” scrolling=”no” allowfullscreen=”allowfullscreen”>
    <p>Your browser does not support iframes.</p>
    </iframe>

    It works, but i have issue with vertical height. I had to add Height to it. Tried several solutions, css, but couldn’t get the page to stretch. – The additional issue is that the iframe site can load more stuff dynamically, which expands vheight.

    Could you please help with this? I pasted the link to working site in private.

    I could have iframe site “normalized” with no header and footer, but would need a way to expand the main window based on content.

    Thank you very much.

    • This topic was modified 5 months, 4 weeks ago by MORTULGAAH.
    #1446702

    Hey MORTULGAAH,

    Thank you for the inquiry.

    You can try the following solution to adjust the width of the color section container: https://kriesi.at/documentation/enfold/color-section/#color-section-with-100-content-width

    Best regards,
    Ismael

    #1446731

    Thank you. I set the options like that and the page now fits nicely. However the section does not enlarge when the content from the iframe changes? You can check it live.

    #1446794

    Hi,

    Thank you for the update.

    The maximum width of the #katalog_color_section container has not been adjusted or set. Please add the following css code:

    #katalog_color_section .container {
        max-width: none;
        padding: 0;
    }
    

    Best regards,
    Ismael

    #1446940

    Excuse me, but I was unlcear. The width of the container is not an issue, but the height of the content. I appologize.
    The content is dynamically expanding when more stuff is loaded. I hope height could expand only with CSS.

    Thank you.

    #1447016

    Hi,

    Thank you for the info.

    The height of the document seems to adjust correctly when we load more items. Could you provide a short clip of the issue?

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.