Search found 14 matches

by DDewey
Wed Dec 17, 2014 3:34 pm
Forum: Pano2VR general
Topic: Fancybox Z-index Issue ???
Replies: 33
Views: 26097

Re: Fancybox Z-index Issue ???

Awesome. I'm glad you got it sorted out. It sounds like we'll all be happy to see the new release of Pano2VR.
by DDewey
Sun Dec 07, 2014 3:52 pm
Forum: Pano2VR general
Topic: Fancybox Z-index Issue ???
Replies: 33
Views: 26097

Re: Fancybox Z-index Issue ???

The only other thing in my bag of tricks would be to create a working version without the added fancybox plugin and one with it and inspect the differences to try to find the cause of the problem. It could be jquery or the css. I'm more likely to think JavaScript because the fancybox css doesn't mak...
by DDewey
Sat Dec 06, 2014 3:23 pm
Forum: Pano2VR general
Topic: Fancybox Z-index Issue ???
Replies: 33
Views: 26097

Re: Fancybox Z-index Issue ???

It looks like the problem is that the "close_border" element is underneath at least one other element (info?) that is blocking it from being used by the older devices. I would suggest moving that element to the top of the hierarchy to test to see if that makes the element "clickable&q...
by DDewey
Thu Dec 04, 2014 4:21 am
Forum: Pano2VR general
Topic: Fancybox Z-index Issue ???
Replies: 33
Views: 26097

Re: Fancybox Z-index Issue ???

Could you send me your skin file because I can't figure out the problem by inspecting the code. It just doesn't allow click-through to that particular element. I thought maybe apply "pointer-events:none" to the inactive elements but I can't distinguish which ones are inactive so I don't th...
by DDewey
Wed Dec 03, 2014 8:44 pm
Forum: Pano2VR general
Topic: Fancybox Z-index Issue ???
Replies: 33
Views: 26097

Re: Fancybox Z-index Issue ???

I've confirmed that it is also an issue with the iphone 4 as well. Both the iphone 5 and the iphone 5s work fine before and after you changed the size of the green box. I actually preferred how it looked beforehand. I'm going to see if I can install Adobe Edge Inspect on the iphone 4 to figure out w...
by DDewey
Wed Dec 03, 2014 4:44 pm
Forum: Pano2VR general
Topic: Fancybox Z-index Issue ???
Replies: 33
Views: 26097

Re: Fancybox Z-index Issue ???

Well the tour works on my iphone 5s but I'm not sure on older iphones. I'm going to charge up my iphone 4 to see if it works there. Did you test in an emulator? Is it the xcode iOS simultator?
by DDewey
Tue Dec 02, 2014 8:28 pm
Forum: Pano2VR general
Topic: Fancybox Z-index Issue ???
Replies: 33
Views: 26097

Re: Fancybox Z-index Issue ???

For that use case, I changed the function so that it searches for the presence of an ".html" in the url and triggers iframe mode for the fancybox. It's not very elegant solution but it works: function myfancybox(a, c, x) { // check to see if fancybox is going to be an image or an iframe va...
by DDewey
Tue Dec 02, 2014 8:21 pm
Forum: Pano2VR general
Topic: Fancybox Z-index Issue ???
Replies: 33
Views: 26097

Re: Fancybox Z-index Issue ???

So you're trying to open up a fancybox view to an html page when you click on the "?" in the top right corner? I did something similar to that on this gallery here :

http://deweyartdesign.com/_development/nesbitt2/
by DDewey
Mon Nov 24, 2014 5:48 pm
Forum: Pano2VR general
Topic: Fancybox Z-index Issue ???
Replies: 33
Views: 26097

Re: Fancybox Z-index Issue ???

I'm sorry my notifications for this post were disabled. "Answers" to questions above : Q1 : I'm not sure how to get the fancybox elements positioned above the skin elements. I originally thought maybe z-index but could never get it to work using z-index. I finally solved this by hiding the...
by DDewey
Mon Sep 15, 2014 1:16 am
Forum: Pano2VR general
Topic: Fancybox Z-index Issue ???
Replies: 33
Views: 26097

Re: Fancybox Z-index Issue ???

I figured it out using my own fullscreen function that uses the entire body of the page. Here is a demo file with everything you need including instructions on where to put the template "fancybox.ggt" file. http://deweyartdesign.com/_downloads/pano2vr_fancybox_fullscreen.zip Here is the de...
by DDewey
Thu Aug 21, 2014 6:16 pm
Forum: Pano2VR general
Topic: Fancybox Z-index Issue ???
Replies: 33
Views: 26097

Re: Fancybox Z-index Issue ???

Hello Chu, Thanks for the update on the Theta. I updated the firmware yesterday and have noticed significantly less noise in the output. My firmware was actually 0.10 or something like that so it had not been updated at all since leaving the factory. It's definitely going to help with the subsequent...
by DDewey
Tue Aug 19, 2014 7:20 am
Forum: Pano2VR general
Topic: Fancybox Z-index Issue ???
Replies: 33
Views: 26097

Re: Fancybox Z-index Issue ???

I figured it out by simply applying ...

Code: Select all

position:absolute;z-index:1000
... to the container for the tour. I'm glad to finally have that working right!
by DDewey
Tue Aug 19, 2014 7:04 am
Forum: Pano2VR general
Topic: Fancybox Z-index Issue ???
Replies: 33
Views: 26097

Re: Fancybox Z-index Issue ???

This is very similar to the problem found here : https://ggnome.com/forum/viewtopic.php?f=6&t=9473&p=37588&hilit=z+index#p37588 I'm having the issue with the latest chrome and safari/mobile safari, but not with firefox. I'm going to tinker with it and post my findings here. On a side not...
by DDewey
Tue Aug 19, 2014 6:25 am
Forum: Pano2VR general
Topic: Fancybox Z-index Issue ???
Replies: 33
Views: 26097

Fancybox Z-index Issue ???

I created a virtual tour of the Nesbitt Gallery at USAO using the latest Pano2VR 4.5.1 (10655) and was having an issue with my Fancybox popups not dismissing. You can press the "ESC" key to dismiss them but cannot close them using the button. I thought maybe it was a z-index issue, but now...