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.

UI problem uploading on WordPress site via “iframe”

Home Forums General Questions UI problem uploading on WordPress site via “iframe”

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #35209

    Hello there,

    I’ve created a sofa configurator. You can see it here.
    https://cdn.soft8soft.com/AROAJSY2GOEHMOFUVPIOE:c9c6080f41/applications/Homad_Simone/Homad_Simone.html
    I’ve created the UI using puzzles.

    Now, it’s time to embed it into my website. I use wordpress. I create a new page and type this:
    [section padding=”0px”]
    [ux_banner bg_color=”rgb(255, 255, 255)” width=”100%” height=”100%”]
    <iframe allowfullscreen width=”1080″ height=”720″ src=”https://cdn.soft8soft.com/AROAJSY2GOEHMOFUVPIOE:c9c6080f41/applications/Homad_Simone/Homad_Simone.html&#8221; width=”100%” height=”100%” frameborder=”0″></iframe>
    [/ux_banner]
    [/section]

    The result is this.

    Homad Simone

    It seems that some buttons are missing and the ones that are not missing, do not work.

    What am I doing wrong?

    #35220

    Hi,
    The embedded app doesn’t work properly due to some crash in the puzzles logic.
    Specifically, it’s the following line in the generated puzzles code that leads to the crash:

    
    setHTMLElemStyle('marginTop', 'auto', 'generator_panel_details_button_colour_06', true);
    

    – it means that you have a “set style” puzzle for the generator_panel_details_button_colour_06 element and it has the “in parent doc” option enabled. I think if you disable “in parent doc” then the error should go away.

    Co-founder and lead developer at Soft8Soft.

    #35289

    Hello Ivan,

    Thanks a lot! It worked fine!

    Now I have a different question though. On the bottom right, I have created a div using puzzles where I have my logo as a signature. Locally, it shows up. When published, this does not show up. I attach image of showing it locally on my desktop.

    Why is this?

    Attachments:
    You must be logged in to view attached files.
    #35305

    When published, this does not show up. I attach image of showing it locally on my desktop.

    Hmm, it appears that there’s no logo file in the published version – it just doesn’t exist on the cdn server. Can you try to publish your app again and check if it fixes the issue?

    Co-founder and lead developer at Soft8Soft.

    #35319

    Well, I’ve already uploaded it many times and did it once more because you said so.

    It stays the same.
    https://cdn.soft8soft.com/AROAJSY2GOEHMOFUVPIOE:c9c6080f41/applications/Homad_Simone/Homad_Simone.html

    #35320

    There might be a problem with uploading that specific file. I’d suggest to check the log of the uploading operation. You can do that by opening Window -> Toggle System Console in Blender. There should be a bunch of messages telling which files were uploaded (or errors if something went wrong):
    upload_log.png

    Attachments:
    You must be logged in to view attached files.

    Co-founder and lead developer at Soft8Soft.

    #35322

    Ivan,

    There was not a problem on uploading. But thank God, I found my mistake and now it works!

    The image of the div was Signature.png with a capital S. In puzzles, I used a background image naming it signature.png with a lower-case s. I do not know why this worked locally though, but I am happy I found it!

    Thanks a lot!

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