Why did I get question instead of images in lightbox jquery plugin?

Q: Hi, support!
When publishing the slideshow to my website I only see question marks and a link
to visuallightbox.com.
I added the html code to my site. What is the problem? Can you help me?
When it works, I will purchase it.

Thanks and best regards.

A: If you get "question marks" instead of images, it means that you didn't upload "data", "engine" folders on your server at all or upload them into wrong place. Please check it.
Generated "data" and "engine" folders should be into the same folder with your page (where you added VisualLightBox) on your server.

For example, you have the following folders and files on your server:

pages/
page1.html
page2.html
new_pages/
page3.html
page4.html
main_page.html

So, if you add VisualLightBox into:
* "main_page.html" page - "data" and "engine" should be into a root folder on your server;
* "page1.html" or "page2.html" - "data" and "engine" should be into "pages" folder on your
server;
* "page3.html" or "page4.html" - "data" and "engine" should be into "new_pages" folder on
your server.

Related