Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
alsapix
Posts: 23
Joined: 04 Apr 2011, 11:04

Re: Imagevue X2.8 Mobile Gallery Beta

22 Jun 2012, 06:49

is that correct
great thank you Nick
http://www.alsapix.com
 
tfm426
Experienced
Posts: 36
Joined: 29 Dec 2011, 10:46

Re: Imagevue X2.8 Mobile Gallery Beta

24 Jun 2012, 05:54

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?
 
User avatar
mjau-mjau
X3 Wizard
Topic Author
Posts: 13998
Joined: 30 Sep 2006, 03:37

Re: Imagevue X2.8 Mobile Gallery Beta

24 Jun 2012, 09:23

tfm426 wrote: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.
 
User avatar
mjau-mjau
X3 Wizard
Topic Author
Posts: 13998
Joined: 30 Sep 2006, 03:37

Re: Imagevue X2.8 Mobile Gallery Beta

24 Jun 2012, 09:26

We have now released Imagevue X2.8 Mobile official release. Read about it here:
https://www.photo.gallery/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".
 
User avatar
alsapix
Posts: 23
Joined: 04 Apr 2011, 11:04

Re: Imagevue X2.8 Mobile Gallery Beta

24 Jun 2012, 10:10

hello,

how to launch a website in the lightbox please?

Thank's
http://www.alsapix.com
 
tfm426
Experienced
Posts: 36
Joined: 29 Dec 2011, 10:46

Re: Imagevue X2.8 Mobile Gallery Beta

24 Jun 2012, 10:16

mjau-mjau wrote:
tfm426 wrote: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?
 
User avatar
mjau-mjau
X3 Wizard
Topic Author
Posts: 13998
Joined: 30 Sep 2006, 03:37

Re: Imagevue X2.8 Mobile Gallery Beta

24 Jun 2012, 12:10

datura wrote: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('https://www.photo.gallery/',{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('https://www.photo.gallery/',{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')
 
User avatar
mjau-mjau
X3 Wizard
Topic Author
Posts: 13998
Joined: 30 Sep 2006, 03:37

Re: Imagevue X2.8 Mobile Gallery Beta

24 Jun 2012, 12:33

tfm426 wrote: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?
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: Imagevue X2.8 Mobile Gallery Beta

24 Jun 2012, 12:45

Looks like he edited the code and added hidden='true' for that image in folderdata.xml
firedev.com
 
failax
Experienced
Posts: 84
Joined: 24 Apr 2012, 03:38

Re: Imagevue X2.8 Mobile Gallery Beta

24 Jun 2012, 13:10

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.
 
tfm426
Experienced
Posts: 36
Joined: 29 Dec 2011, 10:46

Re: Imagevue X2.8 Mobile Gallery Beta

24 Jun 2012, 13:22

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
 
User avatar
alsapix
Posts: 23
Joined: 04 Apr 2011, 11:04

Re: Imagevue X2.8 Mobile Gallery Beta

24 Jun 2012, 13:58

mjau-mjau wrote:
datura wrote: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('https://www.photo.gallery/',{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('https://www.photo.gallery/',{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.alsapix.com
 
tfm426
Experienced
Posts: 36
Joined: 29 Dec 2011, 10:46

Re: Imagevue X2.8 Mobile Gallery Beta

24 Jun 2012, 15:31

mjau-mjau wrote:
tfm426 wrote: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.
 
tfm426
Experienced
Posts: 36
Joined: 29 Dec 2011, 10:46

Re: Imagevue X2.8 Mobile Gallery Beta

24 Jun 2012, 15:55

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
 
tfm426
Experienced
Posts: 36
Joined: 29 Dec 2011, 10:46

Re: Imagevue X2.8 Mobile Gallery Beta

25 Jun 2012, 02:29

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.