User avatar
Joined: 4 Apr 2011
Posts: 21
etaples sur mer
is that correct
great thank you Nick

_________________
http://www.datura-photographie.com


Re: Imagevue X2.8 Mobile Gallery Beta
tfm426
Experienced
Joined: 29 Dec 2011
Posts: 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?


Re: Imagevue X2.8 Mobile Gallery Beta
User avatar
Imagevue Wizard
Joined: 30 Sep 2006
Posts: 7280
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.

_________________
Karl / mjau-mjau

Image
Image
Image
Image

www.imagevuex.com
www.mjau-mjau.com
www.photogallerylinks.com


Re: Imagevue X2.8 Mobile Gallery Beta
User avatar
Imagevue Wizard
Joined: 30 Sep 2006
Posts: 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

Image
Image
Image
Image

www.imagevuex.com
www.mjau-mjau.com
www.photogallerylinks.com


Re: Imagevue X2.8 Mobile Gallery Beta
User avatar
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


Re: Imagevue X2.8 Mobile Gallery Beta
tfm426
Experienced
Joined: 29 Dec 2011
Posts: 36
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?


Re: Imagevue X2.8 Mobile Gallery Beta
User avatar
Imagevue Wizard
Joined: 30 Sep 2006
Posts: 7280
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('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

Image
Image
Image
Image

www.imagevuex.com
www.mjau-mjau.com
www.photogallerylinks.com


Re: Imagevue X2.8 Mobile Gallery Beta
User avatar
Imagevue Wizard
Joined: 30 Sep 2006
Posts: 7280
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?

_________________
Karl / mjau-mjau

Image
Image
Image
Image

www.imagevuex.com
www.mjau-mjau.com
www.photogallerylinks.com


Re: Imagevue X2.8 Mobile Gallery Beta
User avatar
Imagevue Hitman
Joined: 2 May 2006
Posts: 2857
Looks like he edited the code and added hidden='true' for that image in folderdata.xml

_________________
Nick // Imagevue

Image
Image
Image
Image

dear-apple.com jaconda.im indexr gridpapr


Re: Imagevue X2.8 Mobile Gallery Beta
failax
Experienced
Joined: 24 Apr 2012
Posts: 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


Re: Imagevue X2.8 Mobile Gallery Beta
tfm426
Experienced
Joined: 29 Dec 2011
Posts: 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


Re: Imagevue X2.8 Mobile Gallery Beta
User avatar
Joined: 4 Apr 2011
Posts: 21
etaples sur mer
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('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


Re: Imagevue X2.8 Mobile Gallery Beta
tfm426
Experienced
Joined: 29 Dec 2011
Posts: 36
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.


Re: Imagevue X2.8 Mobile Gallery Beta
tfm426
Experienced
Joined: 29 Dec 2011
Posts: 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


Re: Imagevue X2.8 Mobile Gallery Beta
tfm426
Experienced
Joined: 29 Dec 2011
Posts: 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.


Page 261 ... 23, 24, 25, 26, 27, 28, 29 ... 32 Post Reply
cron
 
Imagevue Forums HomeForum  View topic - Imagevue X2.8 Mobile Gallery Beta478 posts