Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #928775

    Hi guys,

    I would like to embed a 360 degree image via iframecode. So thats not the problem…
    What I can’t figure out is, how I can set a fullscreensection with an “iframecode 360 image” like here: https://roundme.com/

    Do you have any suggestions?

    Thanks!

    Cheers, Alex

    #928820

    i figured it out a few weeks ago that iframe realy didn’t work well. i hope this will be fixed soon because a lot of possibilities f.e. with youtube videos only work with a good iframe function.

    See here the mod comment: https://kriesi.at/support/topic/new-enfold-troubles-with-iframe/#post-905722

    #928825

    Thanks for your reply!

    the iframecode works, but i can’t get it 100% fullscreen. (margin top, left and right will not be 100%)

    The second possibility i was thinking of was, to insert a shortcode from a 360 Pano Plugin in the colorsection / codeblock but I have the same margin troubles here.

    Any advises how I can manage a fullscreensection with such a shortcode in a colorsection and a codeblock or textfeld?

    Oh any other ideas to insert a fullscreen 360 panorama image?

    Thanks!

    Best regards, Alex

    #928830

    is there a livelink to look for ?

    #929579

    Hi,

    Please share the link to your site and the code you are trying in the private area so we can take a closer look and suggest you the best approach to get a fullscreen iframe video.

    Best regards,
    Vinay

    #930837

    Hi Vinay,

    Links and code from the Testpage are in the private area.
    It would be perfect to get a fullscreen 360 image like here: https://roundme.com/

    Thanks a lot!

    #930952

    Hey,

    Please add Color Section element to your page, set it’s height to 100% and then refer to this post – https://kriesi.at/documentation/enfold/color-section-with-100-container/ and make its container 100% as well and insert your iframe inside that Color Section element. If that does not help, please post WP admin logins here privately so we can look into it :)

    Regards,
    Yigit

    #931578

    Hi Yigit,

    the fullsection will work now with the iframecode! Thanks for that. Just one thing I do get runnig:
    Like in the Examplepage https://roundme.com/ I would like to hve it with a transparent Header, but when I check the “transparent header” option nothing happens. Also a withspace apears between the colorsection an the footer.

    May you have any advise for me?

    Thanks!

    Cheers, Alex

    #931597

    Hi!

    Login credentials did not work for me. Could you please check them once again? :)

    Best regards,
    Yigit

    #931614

    Hi,

    sorry, should work now!

    Best regards, Alex

    #932500

    Hi,
    I took a look and found that a couple of your color section setting needed to be adjusted:
    for “Section Minimum Height” it needs to be: “At least 100% of Browser Window height”
    for “Section Padding” it needs to be: “no padding”
    and you didn’t have the css in the General Styling > Quick CSS field:

    #fwcs .container { width: 100% !important; max-width: 100%; padding: 0px!important;  margin: 0; }

    It is now working, Please clear your browser cache and check.

    Best regards,
    Mike

    #932518

    Hi Mike,

    thanks for helping me out, but unfortunately its still not working right.
    Please see the attached Screenshots.

    May you have any ideas how to fix this issue?

    Thanks!

    Best regards,
    Alex

    #932526

    Hi,
    The video in the iframe has a height of 700px, so to solve the issue of a full screen browser I changed it to 850px, but feel free to adjust to suit.
    The bit of white at the bottom of the video is also due to the height, or ratio of the the screen, which will be different for each screen size. To solve I changed the background color of the color section to match the footer so it would not show.

    Best regards,
    Mike

    #932527

    Hi Mike,
    thanks you very much! You are really offering a great support!!
    But may I ask you two last questions?

    1) The iframe is now horizontal centerd. When the height is for example 750px, the modified backgroundcolor will appear in the menutop as well.
    When setting more px height the space disappears, but then it’s nessesary to scroll down. We would prefer it, when ther is is 100% Windowheightsolution like in the colorsectionsettings without scrolling. Is it possible to set the iframe on top, or maybe a possibility to set the height to 100% (I tried it, but it didn’t work) so it will fit all screens?

    2) Is there a possibility to set an adjustment of the height for smartphonescreens, so that the colorsectionheight will fit on smartphonesscreens without scrolling? (Here would be a “100% height” solution also great)

    Do you have some last advices for me?

    Thanks Mike!

    Best regards,
    Alex

    #933297

    Hi,

    1.) You can use the following css code but it may distort the frame a bit so you may have to add more css media queries.

    #fwcs iframe {
        max-height: 100vh !important;
        height: 100vh !important;
    }

    2.) Duplicate the color section and configure the options in accordance with mobile screen resolutions. Toggle the color sections’ visibility in the Screen Options panel.

    Best regards,
    Ismael

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