Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
abertrande
Experienced
Topic Author
Posts: 121
Joined: 03 Jul 2013, 06:13

Problem with the blurb book html

30 Jul 2013, 01:40

Hello
I want to make a page with my Blurb book
I pasted the html code but I have a problem with the display
I changed the size of the book but the problem is the same
can you help me
thank you
link : http://www.abertrande.com/#/Fine%20Art/livre/
Attachments
screenshot_54.jpg
screenshot_54.jpg (106.38 KiB) Viewed 30314 times
Capture d’écran 2013-07-30 à 07.32.49.png
Capture d’écran 2013-07-30 à 07.32.49.png (20.8 KiB) Viewed 30314 times
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Problem with the blurb book html

30 Jul 2013, 13:52

Sorry, you cant embed something like that into a textpage. Textpages support basic tags for html formatting, but does not support full HTML pages with advanced objects. To embed that into your Imagevue gallery, you will need to use the lightbox function:
https://www.photo.gallery/documentation/lightbox/

First, you would need to make a simple html page with the same code as you have pasted. Then you would need to open that page with a lightbox link for example from the main menu (instead of opening a text page). Something like this:
Code
javascript:lightbox('yourblurb.html', {iframe:true})
 
User avatar
abertrande
Experienced
Topic Author
Posts: 121
Joined: 03 Jul 2013, 06:13

Re: Problem with the blurb book html

31 Jul 2013, 03:37

ok
thank you very much
 
User avatar
abertrande
Experienced
Topic Author
Posts: 121
Joined: 03 Jul 2013, 06:13

Re: Problem with the blurb book html

31 Jul 2013, 11:46

It's good
I have another problem now
I have two books
I made a text page with two images and two links
links "lightbox" works well but I can't put a photo on the left and one on the right.
can you help me
thank a lot
@rno
Attachments
screenshot_66.jpg
screenshot_66.jpg (124.24 KiB) Viewed 30281 times
screenshot_67.jpg
screenshot_67.jpg (51.82 KiB) Viewed 30281 times
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Problem with the blurb book html

31 Jul 2013, 15:22

Im sorry, but I gotta tell you straight forward: Textpages are not built to do what you are trying to do. Why? Because they are basically simple flash TEXTFIELDS with simple control of text formatting. They only support basic image embedding, and if you have multiple images, it will not layout as you expect. It looks proper from the editor because that is in fact a "html editor", but when displaying in the flash gallery, it is only displaying in a flash textfield.

My recommendation: If you are not going to use textpages for simple text content (which they were intended for), the I recommend ditching using textpages. Instead, why dont you simply add two images, and then set LINKS from them instead? The result will be the same: two thumbnails in the middle, and when clicked, they link will come to effect. To achieve this:

1. Go to admin -> settings -> thumbnails.thumbnail.click ... Set it to link.

2. Set your folder from textpage to normal "gallery", and upload two images that represent the links.

3. Click to edit the images, and you will see a LINK field in the admin. Add your lightbox links to input fields and "save".
 
User avatar
abertrande
Experienced
Topic Author
Posts: 121
Joined: 03 Jul 2013, 06:13

Re: Problem with the blurb book html

31 Jul 2013, 16:04

ok I'm understand
thank for your explication & patience
What the "normal gallery" ?
I have two thumbnails in the middle on my website but I don't see a link to the Admin mode
sorry
Attachments
screenshot_69.jpg
screenshot_69.jpg (8.83 KiB) Viewed 30263 times
screenshot_68.jpg
screenshot_68.jpg (14.34 KiB) Viewed 30264 times
screenshot_58.jpg
screenshot_58.jpg (39.22 KiB) Viewed 30273 times
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Problem with the blurb book html

02 Aug 2013, 06:32

abertrande wrote:What the "normal gallery" ?
Sorry, I meant set the folder to "use as [folder]" (like you have already done).
abertrande wrote:I have two thumbnails in the middle on my website but I don't see a link to the Admin mode
Sorry, I forgot another things: You need to go to admin -> settings -> settings.attributes, add the link checkbox and save. Now, when you edit an image from the admin, you will see a LINK field where you can add the lightbox link.
 
User avatar
abertrande
Experienced
Topic Author
Posts: 121
Joined: 03 Jul 2013, 06:13

Re: Problem with the blurb book html

02 Aug 2013, 06:38

:)
ok..
Thanks a lot