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:
.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.