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.

62

Wednesday, June 2nd 2021, 3:56pm

Gallery images amount

Hi there,

Thank you for the great plugin! Please advice how to increase the the amount on images in the gallery. There are 7 by default but I need more. i use Panotour Pro

Thank you!
Dmitry.

light_line

Intermediate

  • "light_line" started this thread

Posts: 168

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

  • Send private message

63

Wednesday, June 2nd 2021, 4:04pm

Hi there,

Thank you for the great plugin! Please advice how to increase the the amount on images in the gallery. There are 7 by default but I need more.

Thank you!
Dmitry.
Hi Dmitry,
Krpano or Panotour Pro?

64

Wednesday, June 2nd 2021, 4:48pm

[img]https://www.dropbox.com/s/tnvnpxgeok33er5/Screenshot%202021-06-02%2017.52.09.png?dl=0[/img] [img]https://www.dropbox.com/s/zvow85p3it96wh6/Screenshot%202021-06-02%2017.52.30.png?dl=0[/img]

I added some lines in plug_info.xml and got the numbers I needed in Panotour Pro but still have only 7 in generated tour.
I need 22 images there

Thanks.

65

Wednesday, June 2nd 2021, 9:17pm

I did check the all files and tried to adjust them but my programming knowledge is pretty basic. I could not get more then 7 images in the gallery. Please advice how to get more then 7. I wish there would be a button with numbers and users could select how many images they need in the gallery. Thank you!

light_line

Intermediate

  • "light_line" started this thread

Posts: 168

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

  • Send private message

66

Thursday, June 3rd 2021, 8:17am

Hi Dmitry,


Unfortunately, the Panotour Pro version of the plugin just supports 7 images for the image gallery!
If it's important for you to have more, please send me a PM.

Thanks,
Hamid

67

Thursday, June 10th 2021, 9:19pm

Hello Hamid,
About the feature of running KRPano actions from the iframe, could you give an example of how to include the code in the iframe? For example, I need to have an iframe which gives the 3 options to view a slideshow/pano/video.
i.e, the normal hotspot button gives you the only one option, either to open a slideshow, open a video or a pano but with this iframe, a hotspot would have the ability to show all of these.
A suggestion for closing the iframe, could you place a X (close button) next to the iframe?

KatColl

Beginner

Posts: 12

Location: FRANCE

  • Send private message

68

Thursday, July 22nd 2021, 7:45pm

Hi,

I sent a new version of the plugin which enables scrolling on the infoboxes.


Best regards,
Hamid
I will be interested to receive it because the files you sent me don't have this functionality

69

Friday, July 23rd 2021, 12:50pm

Hi! I am having problems with open_url:

(1) When opening a site that uses GDPR/Cookie-Banner one has to accept the settings to use the site properly.
But if I open a site inline using open_url the banner-popup continues to appear.

(2) When testing locally I can open the site but online the command does not open anything.

see link for example: sample (move to spot 3 please)

my code is quite simple here:

Source code

1
2
...
		



Any ideas what's wrong here?

UPDATE

The problem seems to occur on Google Chrome only - all other browsers I tested work as intended ( *question* )</plugin></plugin>
Same here. and not just chrome. I have tried on MS Edge also. When testing locally I can open the site but online the command does not open anything.
Here's my example. https://virtualvisitr.com/panoramas/Robi…,3.04,100,0,0);

Has anyone else found a solution to this using the plugin or is it only fixed by the client changing the SameSite-attribute for cookies on their website?

Thomas

KatColl

Beginner

Posts: 12

Location: FRANCE

  • Send private message

70

Friday, August 20th 2021, 11:51am

Eeasy Html Lightbox : scolling text

Hi,

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

Best regards,
Hamid
Hi Hamid !

The latest version of your encrypted javascript file does not allow vertical scrolling text to appear.
Look at the attached document


Waiting for your return

Thanks !
Kat
KatColl has attached the following image:
  • infobox-file-js21.jpg

71

Wednesday, September 8th 2021, 11:32am

Infobox Popup

Hi Hamid

I have another project on the way that will be using the easy html plugin. I have to tell you, this is one of the best plugins I have for krpano and I use it alot. Thank you for developing it!

For this project I will be using the infobox as a popup (with title, rich text description and slideshow) actioned via a hotspot click. I have some questions that maybe you or someone more clever than me could answer.
  1. I am not sure how to create a style for the pop up rich text. I know I can use css somewhere but my knowledge is limited.
  2. Can I use % instead of px for the infobox size?
  3. The size of the slideshow images appear to be tied to the dimensions of the pop up. For example, if the infobox width and height is set to '720px','500px' the images get scaled also? Is this correct?
Thomas

72

Thursday, September 30th 2021, 12:27pm

Hi.
1. How i can update my plugin to the latest version?
2. I want run some action after user close infobox_popup. How i can do it?

73

Thursday, October 21st 2021, 10:39pm

Automatic lightbox

is it possible to automatically lightbox to open when someone comes to the tour? Something like a welcome message but opened in a lightbox.

light_line

Intermediate

  • "light_line" started this thread

Posts: 168

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

  • Send private message

74

Friday, October 22nd 2021, 3:37am

is it possible to automatically lightbox to open when someone comes to the tour? Something like a welcome message but opened in a lightbox.
Hi,

If you add the "onInitialized" attribute to your plugin, you can run an action as soon as the plugin initialized!!! This can works for you like a welcome popup!
Like this:


<plugin name="easy_html_lightbox"
url="plugins/easy_html_lightbox.js"
keep="true"
devices="html5"
onInitialized="open_infobox_popup('TITLE','IMAGE_PATH','DESCRIPTION_TEXT','WIDTH','HEIGHT');"
/>

75

Friday, October 22nd 2021, 3:22pm

is it possible to automatically lightbox to open when someone comes to the tour? Something like a welcome message but opened in a lightbox.
Hi,

If you add the "onInitialized" attribute to your plugin, you can run an action as soon as the plugin initialized!!! This can works for you like a welcome popup!
Like this:


url="plugins/easy_html_lightbox.js"
keep="true"
devices="html5"
onInitialized="open_infobox_popup('TITLE','IMAGE_PATH','DESCRIPTION_TEXT','WIDTH','HEIGHT');"
/></plugin>
Thank you! This helped a lot.

76

Friday, November 12th 2021, 11:36am

is it possible to automatically lightbox to open when someone comes to the tour? Something like a welcome message but opened in a lightbox.
Hi,

If you add the "onInitialized" attribute to your plugin, you can run an action as soon as the plugin initialized!!! This can works for you like a welcome popup!
Like this:


url="plugins/easy_html_lightbox.js"
keep="true"
devices="html5"
onInitialized="open_infobox_popup('TITLE','IMAGE_PATH','DESCRIPTION_TEXT','WIDTH','HEIGHT');"
/></plugin>
Is any way to setup my own style for open_infobox_popup?
Or disable (resize) images in it?

77

Monday, June 27th 2022, 6:43am

Hello
I couldn't get these two links working, can you help?


Source code

1
onclick=" plugin[easy_html_lightbox].open_url('https://kahramanmaras.ktb.gov.tr/TR-61245/kultur-turizmi.html','','','','','layer[LayerZemin]');"						   



Source code

1
onclick="plugin[easy_html_lightbox].open_url('http://kahramanmarassehirrehberi.com/tr/icerik/divanli-ahmet-pasa-camii','','','','','layer[LayerZemin]');"						   



I can't find the links

light_line

Intermediate

  • "light_line" started this thread

Posts: 168

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

  • Send private message

78

Monday, June 27th 2022, 3:31pm

this is the error when I tried to load this page:

Source code

1
Refused to display 'https://kahramanmarassehirrehberi.com/' in a frame because it set 'X-Frame-Options' to 'sameorigin'.

you need to ask "kahramanmarassehirrehberi.com" website to allow you to load their website in IFRAME.
also, you have to open the HTTPS version of the website, not HTTP.

datofz

Trainee

Posts: 60

Location: Lyon, France

  • Send private message

79

Saturday, October 8th 2022, 1:45pm

my own style for text

Hi,

I'am not sure, so i ask this question :

Can i use my own style for text ?
For choose attribut like css in krpano...
Thanks a lot

Damien

light_line

Intermediate

  • "light_line" started this thread

Posts: 168

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

  • Send private message

80

Saturday, October 8th 2022, 3:59pm

Hi Damien,

You can't set a custom CSS code like an attribute for the plugin, but you can put your CSS codes in the HTML file of your tour to customize the popup styles.

Thanks,
Hamid