| 22 Jun 2012, 02:49 | |
|
Joined: 4 Apr 2011
Posts: 21 etaples sur mer |
is that correct
great thank you Nick _________________ http://www.datura-photographie.com |
| 24 Jun 2012, 01:54 | Re: Imagevue X2.8 Mobile Gallery Beta |
|
Experienced Joined: 29 Dec 2011Posts: 36 |
in 2.8 mobile if you have a folder with folders inside it you get a + is it possable to replace this + with an image?
|
| 24 Jun 2012, 05:23 | Re: Imagevue X2.8 Mobile Gallery Beta |
|
Imagevue Wizard Joined: 30 Sep 2006Posts: 7280 |
in 2.8 mobile if you have a folder with folders inside it you get a + is it possable to replace this + with an image? I assume you want to replace this with an image from one of the subfolders? This would need to be some setting where Imagevue looks into subfolders and grabs the first image it can find. Not sure how else to solve this, because there are no images inside the folder itself, so it doesnt have any image to use as preview image. If you replace the graphic for the "+" icon, that would display on all folders that have subfolders, so not very practical in effect of course. _________________ Karl / mjau-mjau ![]() ![]() ![]() ![]() www.imagevuex.com www.mjau-mjau.com www.photogallerylinks.com |
| 24 Jun 2012, 05:26 | Re: Imagevue X2.8 Mobile Gallery Beta |
|
Imagevue Wizard Joined: 30 Sep 2006Posts: 7280 |
We have now released Imagevue X2.8 Mobile official release. Read about it here:
http://imagevuex.com/blog/imagevue-x28-mobile/ Imagevue X2.8 beta is no more, so we will be soon be archiving this post and most likely creating a new forum for "Imagevue Mobile". _________________ Karl / mjau-mjau ![]() ![]() ![]() ![]() www.imagevuex.com www.mjau-mjau.com www.photogallerylinks.com |
| 24 Jun 2012, 06:10 | Re: Imagevue X2.8 Mobile Gallery Beta |
|
Joined: 4 Apr 2011
Posts: 21 etaples sur mer |
hello,
how to launch a website in the lightbox please? Thank's _________________ http://www.datura-photographie.com |
| 24 Jun 2012, 06:16 | Re: Imagevue X2.8 Mobile Gallery Beta |
|
Experienced Joined: 29 Dec 2011Posts: 36 |
in 2.8 mobile if you have a folder with folders inside it you get a + is it possable to replace this + with an image? I assume you want to replace this with an image from one of the subfolders? This would need to be some setting where Imagevue looks into subfolders and grabs the first image it can find. Not sure how else to solve this, because there are no images inside the folder itself, so it doesnt have any image to use as preview image. If you replace the graphic for the "+" icon, that would display on all folders that have subfolders, so not very practical in effect of course. I see franz waldhausa has it on his mobile site http://www.1abild.com/ maybe you could share your trick with us franz? |
| 24 Jun 2012, 08:10 | Re: Imagevue X2.8 Mobile Gallery Beta |
|
Imagevue Wizard Joined: 30 Sep 2006Posts: 7280 |
how to launch a website in the lightbox please? We will outline this soon in a separate document, but for now: From a link in your a textpage, title or description: Code <a href="javascript:lightbox('URL',{iframe:true,width:'95%',height:'95%'})">link text</a> Or if you are using the link button in the wysiwig editor, you can just set "link url": Code javascript:lightbox('http://imagevuex.com/',{iframe:true,width:'95%',height:'95%'}) If you want to add a link to the main menu, just make a link as you normally would, and add the same code as above to the link field: Code javascript:lightbox('http://imagevuex.com/',{iframe:true,width:'95%',height:'95%'}) You need to use the iframe when opening web pages or full documents. If you are loading a photo, then you dont need to use the parameters inside the {} brackets. Code javascript:lightbox('path/photo.jpg') _________________ Karl / mjau-mjau ![]() ![]() ![]() ![]() www.imagevuex.com www.mjau-mjau.com www.photogallerylinks.com |
| 24 Jun 2012, 08:33 | Re: Imagevue X2.8 Mobile Gallery Beta |
|
Imagevue Wizard Joined: 30 Sep 2006Posts: 7280 |
I see franz waldhausa has it on his mobile site http://www.1abild.com/ maybe you could share your trick with us franz? Interesting. He is using "link" on the images that are hidden. For the flash version, these thumbnails display and link directly to other folders. Since those links don't work for mobile, the thumbnails are hidden. You can do the same. Just go to admin -> settings -> settings.attributes.image, check the "link" feature. On the images you want hidden, just make some link ... You would want to do that anyway no if just for the flash gallery? _________________ Karl / mjau-mjau ![]() ![]() ![]() ![]() www.imagevuex.com www.mjau-mjau.com www.photogallerylinks.com |
| 24 Jun 2012, 08:45 | Re: Imagevue X2.8 Mobile Gallery Beta |
|
Imagevue Hitman Joined: 2 May 2006Posts: 2857 |
Looks like he edited the code and added hidden='true' for that image in folderdata.xml
_________________ Nick // Imagevue ![]() ![]() ![]() ![]() dear-apple.com jaconda.im indexr gridpapr |
| 24 Jun 2012, 09:10 | Re: Imagevue X2.8 Mobile Gallery Beta |
|
Experienced Joined: 24 Apr 2012Posts: 56 |
Now If I launch a video in the mobile version something happen, the video is shown, but I have not understood if it is strsaming or not.
_________________ http://www.annamariapierangeli.com http://www.cinziaroccaforte.it http://katysaunders.altervista.org |
| 24 Jun 2012, 09:22 | Re: Imagevue X2.8 Mobile Gallery Beta |
|
Experienced Joined: 29 Dec 2011Posts: 36 |
Am having a problem with video as well on iPhone and iPad it is perfect much better quality. But it will not play on pc at all I have tried 2 pc's and 3 browsers but nothing I get a page load but it will not play
|
| 24 Jun 2012, 09:58 | Re: Imagevue X2.8 Mobile Gallery Beta |
|
Joined: 4 Apr 2011
Posts: 21 etaples sur mer |
how to launch a website in the lightbox please? We will outline this soon in a separate document, but for now: From a link in your a textpage, title or description: Code <a href="javascript:lightbox('URL',{iframe:true,width:'95%',height:'95%'})">link text</a> Or if you are using the link button in the wysiwig editor, you can just set "link url": Code javascript:lightbox('http://imagevuex.com/',{iframe:true,width:'95%',height:'95%'}) If you want to add a link to the main menu, just make a link as you normally would, and add the same code as above to the link field: Code javascript:lightbox('http://imagevuex.com/',{iframe:true,width:'95%',height:'95%'}) You need to use the iframe when opening web pages or full documents. If you are loading a photo, then you dont need to use the parameters inside the {} brackets. Code javascript:lightbox('path/photo.jpg') thank you, I use this feature to a form available models. my coding skills are limited it is possible to close the lightbox with a script or other after the confirmation of the shipment? thank's _________________ http://www.datura-photographie.com |
| 24 Jun 2012, 11:31 | Re: Imagevue X2.8 Mobile Gallery Beta |
|
Experienced Joined: 29 Dec 2011Posts: 36 |
I see franz waldhausa has it on his mobile site http://www.1abild.com/ maybe you could share your trick with us franz? Interesting. He is using "link" on the images that are hidden. For the flash version, these thumbnails display and link directly to other folders. Since those links don't work for mobile, the thumbnails are hidden. You can do the same. Just go to admin -> settings -> settings.attributes.image, check the "link" feature. On the images you want hidden, just make some link ... You would want to do that anyway no if just for the flash gallery? I have set a check in "link" but i cant work out how to make an image link sorry could you explain a little more detail hot to do it. |
| 24 Jun 2012, 11:55 | Re: Imagevue X2.8 Mobile Gallery Beta |
|
Experienced Joined: 29 Dec 2011Posts: 36 |
Hi Sorry me again i am using a custom version of carbon theame with color css but when i try to edit style sheet it shows me imagevue style sheet and the changes i make only show up if i swap the css from color to imagevue css
|
| 24 Jun 2012, 22:29 | Re: Imagevue X2.8 Mobile Gallery Beta |
|
Experienced Joined: 29 Dec 2011Posts: 36 |
In mobile some images wont show as an icon i just get a blue box with a ? And another image from the same folder will is there a reason or a special file size.
|




