Object2vr links in text brokenin skin?

Special forum to share and discuss skins for Pano2VR and Object2VR
Post Reply
NISNJH
Posts: 29
Joined: Tue Mar 05, 2013 11:21 am

I have a text box inside a pop up just plain text but when I try to include a link the text for link is not visible when I go to compile and see. did how links are included in text change?
User avatar
Hopki
Gnome
Posts: 13022
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi,
If your using code for text links make sure your using the correct code for the output.
Flash and HTML5 use different code.
In 4.5 and the new skin you can have two text boxes then use the, do not show in Flash/HTML5 check box so the text box with the correct code is used.
This is all assuming that this is the problem.
Regards,
Martin
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
NISNJH
Posts: 29
Joined: Tue Mar 05, 2013 11:21 am

This is the code I am using <a href=”http://”>Your Text</a> but nothing shows up :/
User avatar
360Texas
Moderator
Posts: 3684
Joined: Sat Sep 09, 2006 6:06 pm
Location: Fort Worth, Texas USA
Contact:

I always thought it looked like this:

<a href="http://yourURLname.com">Your Text goes here</a>
Dave
Pano2VR Forum Global Moderator
Image
Visit 360texas.com
User avatar
Hopki
Gnome
Posts: 13022
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi,
Check out the Tip.
Regards,
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
NISNJH
Posts: 29
Joined: Tue Mar 05, 2013 11:21 am

Have read that page and still cant get it working :( I have attached the skin file, the link I am trying to put is in the information window pop-up window.

Can you take a look and see if you can spot why its not showing?
Attachments
simplex5.ggsk
(49.03 KiB) Downloaded 222 times
User avatar
Hopki
Gnome
Posts: 13022
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi,
A container is an active element in HTML5 and container 63 covers the text box and quite bit of the skin.
Remove this and it all works.
Regards,
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
NISNJH
Posts: 29
Joined: Tue Mar 05, 2013 11:21 am

I just did what you said to do and its still not working nothing shows in the box. also I did a test I made just a blank skin and created a text box and posted the code for link into it, and loaded it nothing is showing except the blank box.
User avatar
Hopki
Gnome
Posts: 13022
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Your code is missing "
you have:

Code: Select all

<a href=http://www.interceptorshield.com">Your Text goes here</a>
should be:

Code: Select all

<a href="http://www.interceptorshield.com">Your Text goes here</a>
Regards,
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
Post Reply