Home › Forums › General Questions › HTTPS supported
Tagged: html WordPress http https
- This topic has 11 replies, 2 voices, and was last updated 3 years, 2 months ago by
darren powell.
-
AuthorPosts
-
2022-02-08 at 3:09 am #49153
darren powell
CustomerHi 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
2022-02-08 at 6:56 am #49166Yuri Kovelenov
Staff2022-02-08 at 5:38 pm #49186darren powell
CustomerHi 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
2022-02-09 at 4:34 am #49195darren powell
CustomerHi 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?
2022-02-09 at 6:10 am #49200Yuri Kovelenov
Staff2022-02-09 at 6:59 am #49201darren powell
Customersure
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.’
2022-02-09 at 8:16 am #49203Yuri Kovelenov
Staff2022-02-09 at 6:16 pm #49265darren powell
CustomerHi 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.2022-02-10 at 6:39 am #49285Yuri Kovelenov
Staffis this by any chance a multi-site network? https://www.rapidsslonline.com/blog/how-to-enable-https-on-a-wordpress-multisite-network/
2022-02-12 at 9:42 pm #49348darren powell
CustomerHi 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
2022-02-14 at 3:11 pm #49364Yuri Kovelenov
Staff2022-02-15 at 4:51 am #49379darren powell
CustomerHi 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 :) -
AuthorPosts
- You must be logged in to reply to this topic.