Web plugins are not showing
-
- Class G Airspace
- Posts: 5
- Joined: October 19th, 2018, 1:08 pm
- VA Name: Hong Kong Airlines Virtual
- VA ID: 27036
- Callsign: CRK001
Web plugins are not showing
The web plugins are blank after I added the code into my VA web site. I tried to add 's' behind 'http', it loaded the header, but the content is keep loading all the time. Is there any way to solve it.
* I am using wix to build my web and there is no problem for loading the old web plugins from https://plugins.vafinancials.com/
many thanks
* I am using wix to build my web and there is no problem for loading the old web plugins from https://plugins.vafinancials.com/
many thanks
- Sven2157
- Class A Airspace
- Posts: 2387
- Joined: January 13th, 2012, 4:35 pm
- VA Name: Chicago Flights
- VA ID: 17898
- Callsign: CFX2157
- Location: Chicago, IL
- Contact:
Re: Web plugins are not showing
The link you provided is not a working one. If you used that one, that is where your problem is. Could you please provide an actual link from your site?
-
- Class G Airspace
- Posts: 5
- Joined: October 19th, 2018, 1:08 pm
- VA Name: Hong Kong Airlines Virtual
- VA ID: 27036
- Callsign: CRK001
Re: Web plugins are not showing
Here is my site, https://www.virtualcathay.net/
In the home page, VA performance, I am using the old link and it is working.
<iframe src="https://plugins.vafinancials.com/vaperf.php?id=27036" frameborder="0" width="100%" height="100%"</iframe>
However, when I use the new link it cannot show anything and blank.
<iframe src="http://www.vafinancials.com/v5/plugins/ ... p?id=27036" frameborder="0" width="100%" height="550px" scrolling="auto"><p>Your browser does not support iframes</p></iframe>
Thank you for your work
In the home page, VA performance, I am using the old link and it is working.
<iframe src="https://plugins.vafinancials.com/vaperf.php?id=27036" frameborder="0" width="100%" height="100%"</iframe>
However, when I use the new link it cannot show anything and blank.
<iframe src="http://www.vafinancials.com/v5/plugins/ ... p?id=27036" frameborder="0" width="100%" height="550px" scrolling="auto"><p>Your browser does not support iframes</p></iframe>
Thank you for your work
- Nutlang
- Class G Airspace
- Posts: 5
- Joined: April 29th, 2017, 3:20 pm
- VA Name: Caribbean Charters
- VA ID: 27269
- Callsign: CC001
Re: Web plugins are not showing
Thx for sharing this info, much appreciatedKlausszeto wrote: ↑September 6th, 2019, 6:39 amHere is my site, https://www.virtualcathay.net/
In the home page, VA performance, I am using the old link and it is working.
<iframe src="https://plugins.vafinancials.com/vaperf.php?id=27036" frameborder="0" width="100%" height="100%"</iframe>
However, when I use the new link it cannot show anything and blank.
<iframe src="http://www.vafinancials.com/v5/plugins/ ... p?id=27036" frameborder="0" width="100%" height="550px" scrolling="auto"><p>Your browser does not support iframes</p></iframe>
Thank you for your work
Like you I`m also using Wix and after running your link with my VA ID, the plug-in`s work perfectly
Thx
-
- Class G Airspace
- Posts: 5
- Joined: October 19th, 2018, 1:08 pm
- VA Name: Hong Kong Airlines Virtual
- VA ID: 27036
- Callsign: CRK001
Re: Web plugins are not showing
Hi Nutlang
I tried again to add the plugin link into my va web site and I got a message
' An embedded page at www.vafinancials.com says
0: parsererror : TypeError: Cannot read property 'documentElement' of null
Is there anything I missed or wrong?
Thanks a lot
I tried again to add the plugin link into my va web site and I got a message
' An embedded page at www.vafinancials.com says
0: parsererror : TypeError: Cannot read property 'documentElement' of null
Is there anything I missed or wrong?
Thanks a lot
- Nutlang
- Class G Airspace
- Posts: 5
- Joined: April 29th, 2017, 3:20 pm
- VA Name: Caribbean Charters
- VA ID: 27269
- Callsign: CC001
Re: Web plugins are not showing
Hi Klausszeto
I`m not an expert in programming but I have Googled your error and php comes up....
Do you use php in your website ?
If I may post it here, you are welcome to check out my website; https://virtualaviation71c.wixsite.com/ ... n-charters
It is still a work in progress but the old link you shared works well.
I`m not an expert in programming but I have Googled your error and php comes up....
Do you use php in your website ?
If I may post it here, you are welcome to check out my website; https://virtualaviation71c.wixsite.com/ ... n-charters
It is still a work in progress but the old link you shared works well.
-
- Class G Airspace
- Posts: 5
- Joined: October 19th, 2018, 1:08 pm
- VA Name: Hong Kong Airlines Virtual
- VA ID: 27036
- Callsign: CRK001
Re: Web plugins are not showing
Maybe I use back the old link. Anyway thank you for your reply Nutlang.
- Sven2157
- Class A Airspace
- Posts: 2387
- Joined: January 13th, 2012, 4:35 pm
- VA Name: Chicago Flights
- VA ID: 17898
- Callsign: CFX2157
- Location: Chicago, IL
- Contact:
Re: Web plugins are not showing
It's an old scripting error. If you send me the EXACT link, I can try to hunt down the issue. Sorry for the delay in response.
-
- Class G Airspace
- Posts: 1
- Joined: October 10th, 2018, 1:41 pm
- VA Name: Andras Meridian
- VA ID: 18501
- Callsign: AMA214
Re: Web plugins are not showing
Hi,
I have a similar problem with some of the VAFS plugins and from my debugging I think it has to do with the http:// vs https://
Some plugins can be accessed using https:// like vaperf.php or pilotperf.php but vafs_plugin_fleet.php can only be access using http://
For ex:
https://plugins.vafinancials.com/vaperf.php?id=18501 - is working
while
https://www.vafinancials.com/v5/plugins ... p?id=18501
is not working in chrome, crashing with error message:
Mixed Content: The page at 'https://www.vafinancials.com/v5/plugins ... p?id=18501' was loaded over HTTPS, but requested an insecure stylesheet 'http://www.vafinancials.com/v5/css/confirm.css'. This request has been blocked; the content must be served over HTTPS.
Regards,
Zeno - Andras Meridian VA
I have a similar problem with some of the VAFS plugins and from my debugging I think it has to do with the http:// vs https://
Some plugins can be accessed using https:// like vaperf.php or pilotperf.php but vafs_plugin_fleet.php can only be access using http://
For ex:
https://plugins.vafinancials.com/vaperf.php?id=18501 - is working
while
https://www.vafinancials.com/v5/plugins ... p?id=18501
is not working in chrome, crashing with error message:
Mixed Content: The page at 'https://www.vafinancials.com/v5/plugins ... p?id=18501' was loaded over HTTPS, but requested an insecure stylesheet 'http://www.vafinancials.com/v5/css/confirm.css'. This request has been blocked; the content must be served over HTTPS.
Regards,
Zeno - Andras Meridian VA
- Sven2157
- Class A Airspace
- Posts: 2387
- Joined: January 13th, 2012, 4:35 pm
- VA Name: Chicago Flights
- VA ID: 17898
- Callsign: CFX2157
- Location: Chicago, IL
- Contact:
Re: Web plugins are not showing
I got your post.