The modifications you have made to your SimpleViewer gallery pages will be overwritten only if you edit and update these pages within the Showkase interface.
876 2013-04-22 10:46:18
Re: Download works on one page, not another (4 replies, posted in Showkase Support)
877 2013-04-21 13:38:37
Re: Feature Requests (93 replies, posted in Showkase Support)
@photojoe01
Please see the 'Customize Individual Viewers' section on this page.
878 2013-04-21 12:56:50
Re: Download works on one page, not another (4 replies, posted in Showkase Support)
Unfortunately, there is a known bug in SimpleViewer-Pro whereby the Download Button does not function correctly when a baseURL is used which starts with a leading slash (to denote the root directory) as used by Showkase.
Hopefully this bug will be fixed in the next release but in the meantime, you can edit your Showkase gallery pages in a plain text editor and modify the baseURL entries so that they use absolute paths, e.g. in your 'Engagements' page (http://joehendricksphotography.com/enga … index.html), change the line:
baseURL : "/engagements/"
... to:
baseURL : "http://joehendricksphotography.com/engagements/"
879 2013-04-21 12:35:41
Re: Import Juicebox galeries (made with builder) (3 replies, posted in Showkase Support)
Is it possible to import existing galeries made with Juicebox Pro / Simpleviewer Pro builder in Showkase ?
Yes. You can embed an existing Juicebox or SimpleViewer gallery in a Showkase page by using the baseURL method of embedding:
Juicebox - http://www.juicebox.net/support/embeddi … ery-folder
SimpleViewer - http://simpleviewer.net/simpleviewer/su … l#external
Essentially, create your gallery, upload the entire gallery folder (not just the contents) to your web server, create or edit a page in Showkase (such as a 'Basic' page) and paste the baseURL embedding code into the text editor section of the page (in 'Source' mode).
It does not matter where on your web server you upload your gallery folder to as long as you know where it is and that the paths within the embedding code (the path to the JavaScript file and the baseURL itself) are correct.
880 2013-04-15 09:32:45
Re: sorting of images - JuceBox (3 replies, posted in Showkase Support)
Showkase v1.0.3 was recently released but this was mainly a bugfix release and no new features were added.
Please see the Version History for details.
Unfortunately, I have no news as to when 'sorting by file name' might be implemented.
Workarounds might be to use Flickr as a source of images for your Juicebox galleries and then use Flickr's 'Organize' options to reorder your images.
Otherwise, you could (as you suggest in your first post) create a gallery using JuiceboxBuilder (ordering your images as required on the 'Images' tab), upload it to your web server and embed it in a Showkase page following the embedding instructions here.
881 2013-04-07 20:06:36
Re: Pixelated images display after watermarking or resizing images (2 replies, posted in Showkase Support)
When adding a watermark, JuiceboxBuilder must process the image (to embed the watermark in the image).
The image will not be resized unless the 'Resize Images' checkbox is selected but the specified 'Quality' setting will be used when processing the image for resizing or watermarking.
On the 'Images' tab, click the 'Change...' button in the 'Image Size' control panel and increase the 'Quality' setting from its default value (maximum value is 99).
882 2013-03-30 12:08:13
Re: Table borders (1 replies, posted in Showkase Support)
Try adding the following code to your 'showkase/_themes/theme_name/css/custom.css' file:
section.content table, section.content table td {
border: none;
}
883 2013-03-19 20:34:32
Re: Error Message (3 replies, posted in Showkase Support)
Please install and run the Showkase Server Compatibility Test to check that your client's server has all the features Showkase needs. The Showkase Server Compatibility Test can be downloaded from here.
It looks like the line that the error message refers to relies on the DOM XML parser extension being installed in your PHP installation. The 'Basic tests' (on the first tab of the Showkase Server Compatibility Test) should pick this up and let you know whether XML DOM functions are available or not.
884 2013-03-19 20:25:15
Re: how to embed a video from vimeo? (1 replies, posted in Showkase Support)
The embedding code you would need to use to embed a Vimeo video in a web page can be found here.
You can insert this code into a Showkase page (such as a 'Basic' page) by pasting the code into the text editor after clicking the 'Source' button on the toolbar (to tell the text editor that you are entering HTML code and not just plain text).
885 2013-03-14 07:42:52
Re: Reducing Gallery Height (5 replies, posted in Showkase Support)
The setting within Showkase is a global setting and applies to all pages within the theme.
You could, however, modify the generated pages individually. For example, if you had a Juicebox Gallery Page named 'Gallery', then you would edit the 'showkase/gallery/index.html' file.
886 2013-03-14 07:31:36
Re: How to embed a Juicebox gallery into About page? (7 replies, posted in Showkase Support)
If using the Boma theme, try adding the following to the '_themes/boma/css/custom.css' file:
p,ul,ol,h1,h2,h3,h4,h5,h6 {
max-width: 540px;
}
... changing the 'max-width' value as appropriate (although this will affect more than just the 'About' page).
If using the Kosel theme, try adding the following to the '_themes/kosel/css/custom.css' file:
div.profile {
max-width: 560px;
}
... changing the 'max-width' value as appropriate.
887 2013-03-13 10:42:59
Re: uploading showkase (4 replies, posted in Showkase Support)
Rather than extract the 'showkase-pro.zip' file to your hard drive and upload the unzipped archive to your web server, try uploading the zip file directly to your web server. Then login to your hosting account's CPanel (through a browser interface) and try unzipping the file on your web server using the 'Extract' functionality of your CPanel's file manager.
888 2013-03-13 10:37:51
Re: Reducing Gallery Height (5 replies, posted in Showkase Support)
Go to 'Site -> Customize Theme' and enter a negative value for the 'External fit px' text field in the 'Gallery and image fitting' section (such as '-200'). Then click 'Update' and 'Publish'. Your gallery's height should reduce by the number of pixels specified.
889 2013-03-13 10:34:35
Re: How to create a Contact form in Contact page? (2 replies, posted in Showkase Support)
Showkase does not feature a contact form but if you find suitable code that you would like to embed in a Showkase page, you can add HTML code to the text editor in 'Source' input mode.
890 2013-03-13 10:01:23
Re: How to embed a Juicebox gallery into About page? (7 replies, posted in Showkase Support)
If you want to embed a Juicebox gallery in an 'About' page, then you would need to create a Juicebox gallery using JuiceboxBuilder and following the baseUrl Juicebox embedding instructions here (entering the embedding code into the text editor on the 'About' page in 'Source' input mode).
891 2013-03-08 21:48:07
Re: Showkase working randomly (3 replies, posted in Showkase Support)
It sounds very much like an unstable server.
Check with your web host to see if they have been having problems recently with the server on which your Showkase installation is hosted.
The galleries not showing up anymore on the site and coming back few hours later
Please post the URL to your Showkase site and let me know which galleries might or might not be showing so that I can take a look.
892 2013-03-07 21:01:34
Re: Feature Requests (93 replies, posted in Showkase Support)
@karhu
You might be able to configure a Juicebox-Pro gallery to replicate the layout and functionality you are looking for with configuration options such as:
imageTransitionType="SLIDE"
imageScaleMode="FILL"
showSmallThumbs="FALSE"
showLargeThumbs="FALSE"
buttonBarPosition="NONE"
showImageOverlay="NEVER"
enableKeyboardControls="TRUE"
enableLooping="TRUE"
For reference, a list of all Juicebox-Pro configuration options can be found here.
893 2013-03-01 21:04:08
Re: Juicebox causes Showkase to scroll (2 replies, posted in Showkase Support)
This looks to be due to the height of your logo pushing the gallery down the page.
You can compensate for this by going to 'Site -> Customize Theme' and entering a negative value (e.g. '-75') in the 'External fit px' text field in the 'Gallery And Image Fitting' section.
This feature was introduced in Showkase v1.0.2 so if using a version prior to v1.0.2, you will need to upgrade Showkase by following the instructions here.
894 2013-03-01 00:49:11
Re: Update 1.0.2 (3 replies, posted in Showkase Support)
@dennis
At the moment the mailing lists for Juicebox and Showkase are one and the same.
If you sign up for the mailing list, you should be notified of updates for both Juicebox and Showkase (even though the mailing list is currently entitled 'Juicebox Mailing List').
895 2013-02-28 21:59:34
Re: uploading showkase (4 replies, posted in Showkase Support)
It sounds like your web host may not allow you to upload files and folders which begin with characters such as . (such as the .htaccess file) and _ (such as the _themes folder).
Please check with your web host to determine what files you can and cannot upload to your web space.
Also, check the permissions on your 'photographies' folder and try running the Showkase Server Compatibility Test on your server to check that it has all the features Showkase needs.
896 2013-02-28 21:52:41
Re: PHP 5.2 vs PHP 5.4 (1 replies, posted in Showkase Support)
Showkase requires PHP v5.2.0 or later. There are no features of Showkase that are available to PHP v5.4.0 users which are not available to PHP v5.2.0 users so you should see no difference at all (either in the admin back-end or in your published site).
As with all software upgrades, PHP v5.4.0 should fix bugs which are present in previous versions so there is usually a strong case to upgrade.
However, if things are running stable on your web server at the moment and you have no PHP-related problems, you may like to stick with PHP v5.2.0.
898 2013-02-25 05:53:53
Re: Resize images after upload (1 replies, posted in Showkase Support)
No. Showkase does not feature the ability to resize images which have already been uploaded.
A possible solution might be to delete the existing images and re-upload your original images with new resize dimensions.
899 2013-02-17 22:23:09
Re: Lightbox instead of open in new window (3 replies, posted in Showkase Support)
You could hardcode the required linkURL and linkTarget values into the 'showkase\admin\plugins\juicebox\juiceboximage.inc.php' file by changing lines 55 and 56 to something like the following (depending on the name of your JavaScript function):
$rootElement->setAttribute('linkURL', 'javascript: func();');
$rootElement->setAttribute('linkTarget', '_self');
900 2013-02-17 22:13:50
Re: Google Analytics? (9 replies, posted in Showkase Support)
Unfortunately, there is no set date for the release of the next version.
Any estimate I give you could turn out to be wholly inaccurate and give you false expectations. All I can say is that it will be released when it is ready and that should hopefully be sooner rather than later. I hope you understand.