You are not logged in.

Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Alexbar78

Beginner

Posts: 18

Location: Russia

  • Send private message

41

Friday, April 2nd 2021, 9:27pm

please tell me:

plugin [easy_html_lightbox] .open_zoomable_image ('Test Title 1; Test Title 2; Test Title 3; Test Title 4', 'demo_files / demo-3.jpg; demo_files / demo-4.jpg; demo_files / demo- 2.jpg; demo_files / demo-1.jpg ');
How can I call the desired image in the gallery at once, for example, number 2 (demo2-.jpg)? now the gallery opens the last image in the list (demo-1.jpg) ((

light_line

Intermediate

  • "light_line" started this thread

Posts: 168

Occupation: krpano freelancer || creating ideas & coding them || krpano developer

  • Send private message

42

Thursday, April 8th 2021, 3:20pm

Hi Alex,

It would be possible on the next version.
If you need it sooner, please send me a private message.

Thanks,
Hamid

KatColl

Beginner

Posts: 12

Location: FRANCE

  • Send private message

43

Wednesday, May 5th 2021, 12:11pm

Hi,


I didn't receive in my delivery the examples with the different styles for the infobox Example - Open the infobox

and the Example – Show a Zoomable Image Popup



Waiting for your return

light_line

Intermediate

  • "light_line" started this thread

Posts: 168

Occupation: krpano freelancer || creating ideas & coding them || krpano developer

  • Send private message

44

Wednesday, May 5th 2021, 2:12pm

Hi Kat,

what is your email address?
when did you buy the plugin?

Best Regards,

Hamid

KatColl

Beginner

Posts: 12

Location: FRANCE

  • Send private message

45

Wednesday, May 5th 2021, 6:47pm

Hi Hamid !

You sent it to me today :) But without "Show a
Zoomable image popup".... !

This post has been edited 1 times, last edit by "KatColl" (Jul 22nd 2021, 7:48pm)


KatColl

Beginner

Posts: 12

Location: FRANCE

  • Send private message

46

Wednesday, May 5th 2021, 6:56pm

Hi !

Anyone know how to justify the text of the infobox ?
I tried this code below, but it doesn't work ... Maybe I'm not putting it in the right place ...


{
text-align: justify;
}


I found the code to write. It isn't the CSS code that should be used, but HTML


<P ALIGN=JUSTIFY>TEXT TEXT</P>

This post has been edited 1 times, last edit by "KatColl" (May 6th 2021, 10:41am)


KatColl

Beginner

Posts: 12

Location: FRANCE

  • Send private message

47

Thursday, May 6th 2021, 9:29am

Hi there

Great plugin, like it a lot!
I would love to change styling a bit though.
So I want to ask for some improvements if possible:
- Option to make lightbox dragable.
- Option to choose between rounded or straight lightbox corners
- Option to change the main parameters of the box (color, alpha, border)
- Option to adjust css for whole text or just parts of the text (font-family, font-weight, font-style, text-align)
- Any Idea on how to implement multilanguage?

- How to make single line breaks?

Source code

1

				


That would be great!
Sven
Code to skip a line in the Infobox with easy_html_plugin : <br/>

48

Thursday, May 6th 2021, 4:24pm

Hi,

I'm opening an HTML File into a layer (like the sidebar example).
However, I'd like to have a "Close Button", which makes the layer disappear again.

Currently, I have the layer in which the HTML file is displayed as container, and the closing button is a child inside the same layer.
My setup seems correct. But as soon as the HTML File is loaded, the closing button is always behind the HTML File/layer.
I'm not sure if there's something I'm not seeing?

I feel like this is happening due to the loading time of the html file, but I might be completely off. (As an explanation: the closing button always quickly shows, on top of an empty container, until the html file is loaded.)
Any idea how to work around the issue?

Here is my code for the layer:

Source code

1
2
3
4
5
<layer name="infobox" keep="true" type="container" bg="true" br="0xFFFFFF" bgroundege="0 20 0 0" align="bottomright" x="10" y="45" width="45%" maxwidth="500" maxheight="600" height="40%" maskchildren="false" visible="false" bgcapture="true" zorder="10" >

<layer name="close" url="images/close.png" scale=".6" onclick= "set(layer[infobox].visible, false);" keep="true" visible="true" align="righttop" x="5" y="5" zorder="1" /> 

</layer>



And here the hotspot/info button which opens the HTML File.


Source code

1
         <hotspot name="aussen" style="skin_infopoint_click"  ath="-34.606" atv="-5.835"  tooltip="Weitere Eindrücke vom Münsterplatz" onclick=" plugin[easy_html_lightbox].open_url('texte/aussen.html','','','',true,layer[infobox]); set(layer[infobox].visible, true);" /> 

light_line

Intermediate

  • "light_line" started this thread

Posts: 168

Occupation: krpano freelancer || creating ideas & coding them || krpano developer

  • Send private message

50

Friday, May 7th 2021, 9:44am

Hi Hamid,

Thank you so much. Especially for the quick reply!

KatColl

Beginner

Posts: 12

Location: FRANCE

  • Send private message

51

Friday, May 7th 2021, 12:36pm

your infobox styles xml file has a problem with the close button

Hi Kat,
what is your email address?
when did you buy the plugin?

Best Regards,
Hamid
Hamid,
you sent it to me a few days ago. But your infobox styles xml file has a
problem with the close button. There isn't code for the close image
button ... And I can't add the code for the close image button because I
don't know the name of the encrypted layer .... See here the problem of the close buttons for infobox styles







The simplest Hamid, send me the zip folder of the styles infobox which is in demonstration on the site of KRPANO.





Best regards

Kat

This post has been edited 2 times, last edit by "KatColl" (May 7th 2021, 12:49pm)


KatColl

Beginner

Posts: 12

Location: FRANCE

  • Send private message

52

Monday, May 10th 2021, 7:59am

Hamid, why you d'on't reply ?

Katia

53

Monday, May 10th 2021, 10:42am

its all there, you just have a white cross on a white background close box.

54

Wednesday, May 19th 2021, 1:51pm

Hey! Great plugin!
But I just can't figure out one question.
I am unable to render the scrolling text.
If I decrease the width of the box, the height automatically becomes larger. Scrolling does not appear.
How to make scrolling text?
Thank you!

light_line

Intermediate

  • "light_line" started this thread

Posts: 168

Occupation: krpano freelancer || creating ideas & coding them || krpano developer

  • Send private message

55

Saturday, May 22nd 2021, 5:17pm

Hi,

I sent a new version of the plugin which enables scrolling on the infoboxes.
please check your email.

Best regards,
Hamid

56

Sunday, May 23rd 2021, 11:35am

Hi

onclick="plugin[easy_html_lightbox].open_inline('cargador/index.html',640,360,'Test Title',true);" />



onclick="plugin[easy_html_lightbox].open_inline('cargador/',640,360,'Test Title',true);" />


this doesn^t work, something I must be doing wrong
*confused*

light_line

Intermediate

  • "light_line" started this thread

Posts: 168

Occupation: krpano freelancer || creating ideas & coding them || krpano developer

  • Send private message

57

Sunday, May 23rd 2021, 11:57am

Hi Suso,

you have to use the "open_url" action instead of the "open_inline" action!
https://krpano.com/plugins/userplugins/e…htbox/#open_url

Best regards,
Hamid

58

Sunday, May 23rd 2021, 12:08pm

Ok, thanks *smile*

59

Sunday, May 23rd 2021, 4:30pm



Is it possible to place a layer on the Easy Html Light Box ?, I need to put a button on a Zoomable Image Popup to open an html with information about the image



maybe via zorder?
*g*

light_line

Intermediate

  • "light_line" started this thread

Posts: 168

Occupation: krpano freelancer || creating ideas & coding them || krpano developer

  • Send private message

60

Sunday, May 23rd 2021, 10:09pm

Can't you put the button in the title/captain section?
Then you can move it easily with CSS