We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

ntovarverge

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • ntovarverge
    Participant

    For anyone with this same issue:
    * We made it work by using iframe on iframe.

    Read carefully:
    In the applications folder we have now 2 .HTML files.
    index.html
    furniture.html

    The scenery is in furniture_configurator.html
    All scripts and DIVs, are written in index.html,
    Right after body we introduce the iframe:

    <body>

    <iframe style=”position:absolute;top:0;left:0; width:100%; height:100%;” allowfullscreen frameborder=”0″ src=”./furniture.html”></iframe>


    </body>

    So we have this:

    <parent_page_wordpress.html>
    iframe=index.html
    <index.html>
    iframe src=furniture.html

    An IT Technician, but I do a bit of everything ^_^y

    in reply to: WordPress Add-On Upload Error #48068
    ntovarverge
    Participant

    Hi, I had the same issue.
    At the end of the day, modifying the Upload limits didn’t help, but FTP the files straight to the Verge folder was the workaround.
    Thanks for sharing it ♥ :good:

    An IT Technician, but I do a bit of everything ^_^y

Viewing 2 posts - 1 through 2 (of 2 total)