ualibraries / Guide-on-the-Side

The University of Arizona Libraries will no longer provide support for Guide on the Side. The code will remain openly available; however, UAL can no longer provide code fixes or upgrades.
https://ualibraries.github.io/Guide-on-the-Side/about.html
Other
66 stars 48 forks source link

Popup mode not working #149

Open DarthGremlin opened 7 years ago

DarthGremlin commented 7 years ago

It is my understanding that popup mode was created so that tutorials could be created for sites that have X-Frame denial issues, correct?

I may be missing something, but when I try to enable popup mode on my tutorials I see no difference, and in searching the web for other GOTS tutorials that use popups I ran across this one: http://library.uvm.edu/guide_on_the_side/tutorial/how-to-use-popup-mode which also appears to not be working. image

michaelhagedon commented 7 years ago

Hi there, There may be something wrong with your GotS installation. Here's what popup mode is supposed to do: http://code.library.arizona.edu/gots-sample/tutorial/google-scholar---popup-demo

rbrown3011 commented 6 years ago

This is what I see for implementing Popup mode, an empty box (see link). I'm not sure what is supposed to go there. The desired opening URL? https://nnlm.gov/sites/default/files/nto/images/gots_popupmode.jpg Thanks.

simpsonw commented 6 years ago

@rbrown3011 I believe you might be using an older version of the database schema. If you have SSH access to the server running GotS, make a backup of your database, navigate to the app/ directory under your GotS installation and run:

$  ../lib/Cake/Console/cake Migrations.migration run all --plugin Tags
$   ../lib/Cake/Console/cake Migrations.migration run all
rbrown3011 commented 6 years ago

Thanks simpsonw. I forwarded your response to my system administrator.