Search…

X3 Photo Gallery Support Forums

Search…
 
dadalip
Topic Author
Posts: 2
Joined: 23 Apr 2011, 02:56

Few questions

25 Apr 2011, 01:59

Hi,

I just upgrade my imagevue, i'm using right now the latest and I have few question to ask.

1 - How can I remove the title on top of the textpage?

2 - I'd like to load a pano tour in to a textpage, possibility to load it in to a lightbox ? or with the swf ?

3- I have already activate the html version for ipad/iphone, is it possible to modify the design of this version? i'd like to have the menu on a same line than using the +.

Thank u very much for your answer
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Few questions

25 Apr 2011, 22:42

dadalip wrote:1 - How can I remove the title on top of the textpage?
We are adding this as a setting for next update Imagevue X2.7. In the meantime, you can disable the textpage title by going to admin -> themes -> edit your theme -> click "stylesheet" -> Find the "textpage_title" class, and amend it:
Code
.textpage_title {
	display: none;
}
dadalip wrote:2 - I'd like to load a pano tour in to a textpage, possibility to load it in to a lightbox ? or with the swf ?
I think there will be complications if you are gonna try to embed the pano tour directly into the textpage (into imagevue). I would recommend opening in a new window (blank, popup or even lightbox ... the latter would require a special script though)
dadalip wrote:3- I have already activate the html version for ipad/iphone, is it possible to modify the design of this version? i'd like to have the menu on a same line than using the +.
It is possible yes, but it would require some knowledge and experience to edit the PHP templates for the html gallery. For Imagevue X2.8 coming in a few months, we are releasing a brand new HTML gallery which should have templates and be easier to edit.
 
dadalip
Topic Author
Posts: 2
Joined: 23 Apr 2011, 02:56

Re: Few questions

29 Apr 2011, 05:20

Thank's for your answer mjau-mjau.

Can you post me the code to display a webpage into imagevue/lightbox?

thanks again,

fil
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Few questions

02 May 2011, 05:06

dadalip wrote:Can you post me the code to display a webpage into imagevue/lightbox?
You mean you want to display an entire webpage in a lightbox? Unfortunately, it is not that simple because you will need to use a 3rd party lightbox application and set it up ... and then you would need to have it integrated with Imagevue so that it can be executed from the flash gallery. We will consider an integrated method for this in the next version of Imagevue ...

For now, your only option would be to open your "webpage" in a new blank window or a plain popup window.