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.

HTTPS supported

Home Forums General Questions HTTPS supported

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #49153
    darren powell
    Customer

    Hi there,

    I’ve created my verge 3d puzzle app and inserted it into an iFrame in a html document so I can add buttons and other elements, to form the UI.

    I’ve copied the generated .html .css and images folder to the Verge 3D application folder

    In WordPress I’ve used the Verge 3D plugin to insert my app on my web page

    The problem I’m having is my app is rendered and working 100% correctly IF I disable HTTPS and enable HTTP for my website. How can I get my inserted Verge 3D app to work with HTTPS? Is there a setting or option I missed?

    Thanks

    #49166

    hi,

    can you check that you use a relative path for the src attribute in your iframe?

    Chief 3D Verger | LinkedIn | Twitter

    #49186
    darren powell
    Customer

    Hi Yuri,

    just to make sure I understand. instead of element below
    <iframe name=”IFrame1″ frameBorder=”0″ src=”Organic Sample Container V3D.html” scrolling=”auto” id=”iframe_13c9e25a”width=”100%” height=”100%”></iframe>

    I would modify it to say
    <iframe name=”IFrame1″ frameBorder=”0″ src=/”Organic Sample Container V3D.html” scrolling=”auto” id=”iframe_13c9e25a”width=”100%” height=”100%”></iframe>

    Thanks

    #49195
    darren powell
    Customer

    Hi Yuri,
    I’ve updated the src attribute in the two areas I found it used however the result is still the same, after reuploading the application directory in wordpress via the Verge plugin.

    <iframe name=”IFrame1″ frameBorder=”0″ src=”./Organic Sample Container V3D.html” scrolling=”auto” id=”iframe_13c9e25a”width=”100%” height=”100%”></iframe>

    is the the correct way update it?

    #49200

    this looks good to me. Can you share the link with HTTPS enabled?

    Chief 3D Verger | LinkedIn | Twitter

    #49201
    darren powell
    Customer

    sure
    Here’s the link with the HTTPS enabled
    https://www.designprototype.net/blog/

    and with it disabled for comparison
    http://www.designprototype.net/blog/

    the verge3d embedded link should appear just below the text,’It’s all about performance with VR AR stuff so instead of 4K textures I used 1K RGB packed Textures for efficiency.’

    #49203

    just an idea – when you uploaded the Verge3D app, were you accessing the WP admin panel through HTTP or HTTPS?

    Chief 3D Verger | LinkedIn | Twitter

    #49265
    darren powell
    Customer

    Hi Yuri,

    To be sure I deleted the existing Verge 3d application from the WordPress plugin and reuploaded it again (generating a new Verge id to be sure) with WP Admin panel through HTTPS.
    The result unfortunately is the same.

    #49285
    #49348
    darren powell
    Customer

    Hi Yuri,

    hmm..I did check the wp-config.php file and I do not have the option below even referenced in the file to enable MultiSite for wordpress.
    /* Multisite */
    define( ‘WP_ALLOW_MULTISITE’, true );

    So I would say no unless I’m misunderstanding

    Thanks

    #49364

    this is all very strange… can you try publishing without Verge3D WP plugin, i.e. with a plain iframe?

    Chief 3D Verger | LinkedIn | Twitter

    #49379
    darren powell
    Customer

    Hi Yuri,

    Based on your last reply I discovered cause of one of the problems.
    Firstly I had an error in the iFrame format: using ” instead of ” around attributes will break the iFrame. Once I fixed this my Verge3D puzzle popped up in the iFrame.
    The only other remaining issue is that the verge3D plugin does not see it even though it’s referencing it from the same directory path and number (ex verge id=621 when using a shortcode)
    public_html/wp-content/uploads/verge3d/<verge id No.>/

    That isn’t a big issue as I can just manually upload the required Verge directory but it would save on a bit of typing and accidentally entering the incorrect syntax. :/
    Anyways thanks very much for your help with this – I’ve uploaded my puzzle and it’s working on my HTTPS site :)

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