1

(1 replies, posted in Showkase Support)

My web site http:www.LJ3.com is done for now.  I'm happy with the look and feel on a tablet or computer, but not so much on a phone.  If anyone has any comments or criticisms, I'd be happy to hear them.

Thanks to the Showkase folks for their products.  Pretty easy to use, and quite a bit of flexibility.

Regards, Jim

2

(7 replies, posted in Showkase Support)

I tried a few things, but I could never get the height to scale properly as the browser was made narrower or wider.  So I'm sticking with the two div sections for now.  Thanks for the help!

3

(7 replies, posted in Showkase Support)

Ok, I think I got it good enough in a browser.  It still looks a little weird on a Windows Phone.  If you have any suggestions, please let me know.  Thanks!

Regards, Jim

4

(7 replies, posted in Showkase Support)

Thank you, Steven.  www.LJ3.com is getting better.  I have a couple of questions:

1.  How do I keep the right edge of the rotating images in line with the right edge of the separator and the nav items?

2.  The height of the JuiceBox area is too high.  How can I make the height be only what it needs to be?

3.  On a Windows Phone, the rotating images are vertically centered in a rather tall column.  The images should be at the top.  I think if I fix item 2, this will likely go away.

Thanks again for your advice.

Regards, Jim

5

(7 replies, posted in Showkase Support)

I hacked together http://www.lj3.com to show what I'd like to do.  Any help on how to do this the Showkase way would be very appreciated!

Regards, Jim

6

(7 replies, posted in Showkase Support)

I'd like to make a home page using a "Basic" page, but I would like to include a collection of JuiceBox or SimpleViewer photos that just rotate (no nav, no thumbs, etc).  Once the pics are in place, I'd like to have text to the left of the photos.  I almost got it by setting up the pic view that I wanted with SimpleViewer, and then wrapping the pasted html in a "float:right" div.  But it didn't work because sometimes you reference the home page from the root of the web site.  Other times it's in the home directory.

I tried setting the home page to a Nav Link pointing to mysite/home/index.html, but the first access still comes from the root of the website.

Is there a way to have a fairly customized home page?

Regards, Jim

Thanks!  Adding this to custom.css did what I want:

/* Separator for horizontal menu items */
nav li {
    padding-right: 12px;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: gray;
}

/* No separator after the last item */
nav li.sk-last {
    padding-right: 0px;
    border-right: none;
}

Regards, Jim

I would like to customize a single Juicebox gallery using the method you describe in the Customization doc under "Customizing Individual Viewers."  Even though I have Showkase Pro, I don't seem to be able to download anything except Juicebox-Lite.  The Lite builder in that package does not contain the options that I need to change.

How can I get JuiceboxBuilder Pro?

Regards, Jim

I'd like to add a separator between menu items in the Kosel theme.  If I name a gallery that includes a space in its name, it's hard to tell that it's one gallery rather than two.  In the old HTML days, I would just add a right border to each menu item via css, but not add the border to the last item.

I found the classes here:

li class="sk-type-simpleviewer sk-page-2 sk-group sk-group-4 sk-last active"

However, your customization doc says that these classes cannot be modified because they are generated.  Is there some other way I can get a separator between the items?

Regards, Jim

10

(5 replies, posted in Showkase Support)

Right after I finished the above post, I did get the temporary home page.  :(

I'll put the work-around php file back.

Regards, Jim

11

(5 replies, posted in Showkase Support)

I did move my web service to LJ3.com, and the Showkase home page does seem more responsive (typically 2-3 seconds rather than 5-10).  I put your default index.php file back, and I'll monitor to see if I still get the temp home page once in a while.

If you would like to run other tests, I'd be happy to do so whenever it's convenient for you.

Regards, Jim

12

(5 replies, posted in Showkase Support)

Thanks very much, Jack.  I made the change to the php file about 3 hours ago, and I'm not getting the temp page anymore.  If the site is idle for a while, it does take time for GoDaddy to reload it on their servers.  That typically takes 5 - 10 seconds.

You noted that including index.php made the correct home page show up.  I don't think that was the difference.  Index.php is getting processed regardless of whether you include it in the URL or not because it's the default page.  You probably went to the URL that included index.php on your second try.  When you got the temp page, GoDaddy's server had finally loaded the LJ3.com website into IIS.  If you had simply refreshed your browser, you would have gotten the correct web site even if you didn't include index.php in the URL.

You probably already know this, but IIS is notorious for dumping idle processes and reloading them as needed.  Lots of people complain about this, but MSFT hasn't really done anything to improve it.  GoDaddy makes it a little worse with their shared hosting, but it would still be a problem even with a dedicated server.

FYI - I'm a recently retired software engineer.  Therefore it's also time to retire the server I've had running in the garage for the past 15 years.  GoDaddy's hosting fee ($3/month) is cheaper than the electricity needed for the server, so I'm moving my stuff.  Later today I'll be adding a web service to LJ3.com.  That service will get hit about 10 times/minute, so it will probably keep LJ3.com alive all the time.  Once I get that running, I'll go back to the original index.php file and see if the possible time-out issue goes away.

One more thing - I'm not a php guy, but I do have quite a bit of HTML and JavaScript experience (although I was primarily a C++/C# programmer).  If there's anything you would like me to try in pursuit of this issue, feel free to ask.

Regards, Jim

13

(5 replies, posted in Showkase Support)

I set up Showkase on GoDaddy Windows hosting.  I created a site, and it usually works fine.  However, once in a while, the temp home page shows.  Any idea why?  I can assure you it's not due to the browser cache.  It almost seems like your code has a timeout somewhere and GoDaddy isn't responding quickly enough.  The site is www.LJ3.com if you wish to try it.

Regards, Jim