Node to clipboard not functional

Everything concerning the Wordpress/Joomla/Drupal plugins
Post Reply
User avatar
ErhartC
Posts: 62
Joined: Wed May 22, 2024 6:53 pm
Contact:

Hi all!

Is it just me?
In each of my tours the function which should open a specific node is not working.
For example:
https://burgen.erhartc.net/ruine-frauen ... 20,-3,84,4

This should open the 3rd node in this tour. But instead of that, only the webpage with the tour will be opened which makes the button more or less useless.
1.png
1.png (196.28 KiB) Viewed 4567 times
I use the skin 'feather-box'. At least it's social media button with the function to copy the actual node into the clipboard. Which does not function at all.

Any suggestions?


Thank You very much :-)
User avatar
k.ary.n
Gnome
Posts: 669
Joined: Wed Aug 15, 2007 1:02 pm

My guess is that because it's embedded in wordpress, it's not capturing the location of the tour itself as it amends the node information to the post’s URL. Maybe somone here knows how to adjust the javascript code to include the base URL of the tour or you could ask an AI to help modifiy the code. But there are caveats like cross-domain issues to work around, I think.
User avatar
ErhartC
Posts: 62
Joined: Wed May 22, 2024 6:53 pm
Contact:

I tried some alterations without any progress. ChatGPT suggestet a new code which indeed leads to no error but no progress.

The URL for example copied into the clipboard looks like this:

https://burgen.erhartc.net/hoehlenburge ... 10.3,100,4
burgen.erhartc.net/hoehlenburgen-puxerloch/#node33,-14.9,-10.3,100,4
This part(#node33,-14.9,-10.3,100,4) is ignored, when put it into the browser. For whatever reason I do not know. Maybe reason is Wordpress, maybe it is hidden in the files of the output of Pano2VR (player, ...). This is far beyond by capabilities.
It is very unclear how the player of a tour works and points to node.

Interestingly it does not work with the localhost-preview either.
User avatar
Hopki
Gnome
Posts: 13306
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi,
As this is to do with WordPress we have moved the topic the the CMS forum.
This feature is already on our to-do list.
The issue with the copy button is it currently needs to reference the index.html page.
In a WordPress post, it references the post, so this is why it is not working as Karyn has already stated.
Regards,
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/
User avatar
ErhartC
Posts: 62
Joined: Wed May 22, 2024 6:53 pm
Contact:

Thank You very much both Hopky and Karyn :-)
Post Reply