By shulemj - Thu 23 Feb 2017
|
I am not aware of a built-in lightbox plugin (to have a certain div hidden and only show it when a link is clicked), so I tried to use Featherlight.js. The problem is that any element that has a href starting with a has (#) will link to the homepage, since the Base element in the Head points there.
I guess I have two questions: 1) Is there a built-in lightbox solution or one that is easy to install? 2) Is there a workaround the base directive?
|
By shulemj - Fri 24 Feb 2017
|
That's embarrassing!
Got it to work. My mistake was that I placed the plugin Script element before the jQuery Script element.
|