The "multiple galleries" demo on the Juicebox demo page. Basically i want a sub-gallery for a gallery in the index page, but i don't want it to be visible to the other galleries in the index.

Is there a way to do this? A gallery index page leading to a Juice Box page with multiple galleries (like in the demo).

3

(11 replies, posted in Showkase Support)

Just bought Showkase and it's working great so far. Few questions:

1. How do you center align text in the source box?
2. How do you create multiple galleries in Juicebox Pro on the same page like in the demo?
3. How do you increase the number of thumbnails in a single row at the bottom of Juicebox Pro?

4

(11 replies, posted in Showkase Support)

I'm having a bit of difficulty at the moment trying to connect a domain i just bought to my vps that's hosting my site. Once i get that out of the way i'll try Showkase.

5

(11 replies, posted in Showkase Support)

Found the folder where all the content is stored for a website. Moved the Showkase test there, ran the tests, and everything is working perfectly! Greatly appreciate the advice and pointing me in the right direction.

Can't wait to try Showkase :)

6

(11 replies, posted in Showkase Support)

Used the ftp protocol to access the ftp folder; not sure how to access through h ttp. I installed the latest PHP and used the h ttp protocol but it took me to a blank page.

7

(11 replies, posted in Showkase Support)

Unzipped the Showkase test to an ftp folder on a VPS. Accessed the ftp folder at home on a few different web browsers and ran the test. I'm not sure what i'm supposed to be looking for since all i see are just lines of code

Since links aren't allowed i'll just copy and paste what i saw on the first test


Basic tests
'; print 'TestResultOK?'; $overall = true; $ok = version_compare(phpversion(), '5.2.0', '>='); $overall = $overall && $ok; print 'Php version'.phpversion().''.okTd($ok).''; $ok = (@ini_get("safe_mode") != 'On') && (@ini_get("safe_mode") != 1); $overall = $overall && $ok; $status = $ok ? 'off' : 'on'; print 'Safe mode'.$status.''.okTd($ok).''; $gdVersion = getGDVersion(); $ok = version_compare($gdVersion, '2.0', '>='); $overall = $overall && $ok; print 'GD graphics library version'.$gdVersion.''.okTd($ok).''; $ok = class_exists('DOMDocument'); $overall = $overall && $ok; $status = $ok ? 'available' : 'not available'; print 'XML DOM functions'.$status.''.okTd($ok).''; print ''; $message = $overall ? '

Success: your server meets the basic requirements to run ShowKase. You should now run the file handling tests to ensure that your server has the correct permissions for ShowKase to work with files and folders.
' : '
Sorry: your server does not meet the basic requirements to run ShowKase
'; print $message; ?>
Tip: remove all test programs from your server after use

8

(11 replies, posted in Showkase Support)

Can Showkase be installed and managed on Google Cloud? I'm not at all familiar with website building and this tool looks exactly what i need.