1

(15 replies, posted in Showkase Support)

Better - new error message:  Could not execute: /usr/sbin/sendmail -t -i

2

(15 replies, posted in Showkase Support)

Thanks for your help, Steven.

It appears there's a bug in the code that doesn't recognize mark@mark-friedman.com as a valid "from" address, but foo@gmail.com - which doesn't exist - IS a valid "From address."

3

(15 replies, posted in Showkase Support)

Let's give it a try.  Please send your email to mark@mark-friedman.com

4

(15 replies, posted in Showkase Support)

I found another log file in contactcore:
[16-Jun-2016 13:00:52 America/Denver] PHP Warning:  Module 'http' already loaded in Unknown on line 0
[16-Jun-2016 13:00:52 America/Denver] PHP Warning:  Module 'magickwand' already loaded in Unknown on line 0
[16-Jun-2016 13:00:52 America/Denver] PHP Warning:  Module 'mailparse' already loaded in Unknown on line 0
[16-Jun-2016 13:00:52 America/Denver] PHP Warning:  Module 'OAuth' already loaded in Unknown on line 0
[16-Jun-2016 13:03:39 America/Denver] PHP Warning:  Module 'http' already loaded in Unknown on line 0
[16-Jun-2016 13:03:39 America/Denver] PHP Warning:  Module 'magickwand' already loaded in Unknown on line 0
[16-Jun-2016 13:03:39 America/Denver] PHP Warning:  Module 'mailparse' already loaded in Unknown on line 0
[16-Jun-2016 13:03:39 America/Denver] PHP Warning:  Module 'OAuth' already loaded in Unknown on line 0

5

(15 replies, posted in Showkase Support)

Now the click on send does nothing - and no entry in the log.
What do you suggest now?

6

(15 replies, posted in Showkase Support)

Hi Steven,
I'm running v1.6.1 (Showkase).

I did not republish the page (should I have done so?) as this script is not part of the theme.

I made the above changes and got the same error on-screen.
There are no entries in the error logs.

While making those changes, I noticed the script has a debug mode.  Do you have any experience with that?  If so, could you walk e through the needed modifications?

If not, what should I do next?

Thanks

7

(15 replies, posted in Showkase Support)

Please take a look at my contact page (mark-friedman.com/contact/) and see if I'm missing something.
The server is running php 5.4 with mail support.

Is there something I ed to add in .htaccess?

Thank you

8

(15 replies, posted in Showkase Support)

I've hidden the page since I can't fix it without help, but I wonder if anyone else is having (or had) a similar problem and how you resolved it.

9

(15 replies, posted in Showkase Support)

Could not instantiate mail function.

That's the error I get when using the new functionality in 1.5.
What do I have to do to fix this?
https://mark-friedman.com

Thanks

I'm toying with an idea, wondering if it's feasible.

It's possible to have multiple domains on a server - typically as sub-domains.

Would it be possible to have separate installations of showkase in each?

11

(16 replies, posted in Showkase Support)

I use the multi-size function - but probably take the long way around:
I export the images I'm going to use from Lightroom in the largest recommended size:  2048 x 1536
When I upload - Before I upload - I go to the settings on the right, click the resize images box and define the largest size I'm uploading (2048 x 1536).  Then I save those settings.
Then I upload and publish.  Works on my desktop, iPad and iPhone.

http://mark-friedman.com

12

(9 replies, posted in Showkase Support)

Thank you, Steven.

You've saved me several hours of work.

:}

13

(9 replies, posted in Showkase Support)

I changed the text colors, Steve, as a means of testing.  What I really want to do is control the all of fonts.
The ones I need to identify now are the menus.

I wish I knew CSS and HTML - it would make my life easier.

14

(9 replies, posted in Showkase Support)

WAIT!

Everything in the wrong color (white) is clickable.
The static text is OK.

Damn.

15

(9 replies, posted in Showkase Support)

scratch some of that:  the errors are still there however some of the custom.css is working.  Some of it isn't.  Anything white isn't correct - I thought I had gotten the element definitions correct using the Web Inspector.

Apparently not. 
Maybe I got caught up by some inheritance stream or simply misidentified body.dark header h1, body dark header h2, body.dark h2 and body.dark p

does anything glaring stand out?


@font-face    {
    font-family: "rooney-sans",sans-serif;
}
@font-face    {
    font-family:    "ff-nuvo-web-pro", sans-serif;
}

h1 p {
  font-family: "rooney-sans",sans-serif;
  }

/*  where we use it */

body.dark header h1 {
    font-family: "rooney-sans", sans-serif;
    font-size:  18px;
    line-height:   1.5;
    color:    yellow;
}

body.dark header h2 {
    font-family: "rooney-sans",sans-serif;
     font-size: 125%;
     color:    yellow;
}


body.dark h2 {
  font-family: "ff-nuvo-web-pro", sans-serif;
  font-size: 125%;
  font-weight: normal;
  line-height: 1.50;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  color:    yellow;
}

body.dark p {
  font-family: "ff-nuvo-web-pro", sans-serif;
  color:    yellow;
}

/*  footer */

body.dark footer {
    font-family: "ff-nuvo-web-pro", sans-serif;
    color: yellow;
}

Thanks

16

(9 replies, posted in Showkase Support)

Thanks.  It makes sense and I implemented it.
Doing so, however, generated 2 new errors (and the styles wouldn't load):

[Warning] Invalid CSS property declaration at: * (styles.css, line 157)
[Warning] Invalid CSS property declaration at: * (styles.css, line 346)

line 157:
.ie7 #wrapper, .ie7
header, .ie7
section, .ie7
footer {
  *zoom: 1;
}


line 346:
.ie7 .thumbs {
  *zoom: 1;
}

17

(9 replies, posted in Showkase Support)

Using Adobe's Typekit should be easy:  all I have to do is paste:

<script src="//use.typekit.net/vtv5zhh.js"></script>
<script>try{Typekit.load();}catch(e){}</script>

into the first 2 lines of kosel's custom.js

and define and use the families.

I'm getting an error, though.  Using Web Inspector, I find a syntax error:  Unexpected token '<' custom.js:1

<script src="//use.typekit.net/vtv5zhh.js"></script>

my site is:  http://mark-friedman.com

I don't know how to fix this.

18

(6 replies, posted in Showkase Support)

never mind - I see it's disabled in that mode by design.

Thanks

19

(6 replies, posted in Showkase Support)

Thank you, Steven.
That saved a huge amount of time and makes things easy. :)

When viewing my galleries using my desktop and iPad, the shopping cart and social icons display as expected with the images, however when viewed in my iPhone, only the social icons are shown.  There's no shopping cart.

Have I misconfigured something?  Is this a bug?  Regardless, how can I fix it so the shopping cart is shown on the smallest screen, too?

Thanks.

20

(6 replies, posted in Showkase Support)

I'm really confused now, but it's working.
In "Customize Theme", I unchecked and rechecked the shopping button.  I repasted in the Fotomoto Store ID, updated - and it works as expected with the photo in root and using the fotomoto path.

I had cleaned out the browser cache early in this exercise, so that shouldn't have been a problem.

I'd love an explanation, but it's working now.

21

(6 replies, posted in Showkase Support)

Followup note:  rebuilding the gallery made no difference

and the Fotomoto store appears to be setup properly

22

(6 replies, posted in Showkase Support)

my site:  http://mark-friedman.com

There are files in multiple places, and I'll use one as an example:

/kids/images/large/kids_01_halloween_0960.jpg
/kids/images/small/kids_01_halloween_0960.jpg
/kids/images/kids_01_halloween_0960.jpg

/fotomoto/kids/halloween_0960.jpg

this entry in the purchase link is "images" http://mark-friedman.com/kids/images/la … n_0960.jpg and it displays a full size image.

Changing the entry to:  http://mark-friedman.com/fotomoto/kids/ … n_0960.jpg ALSO displays the image on the screen.
I used Transmit to upload a new copy:  http://mark-friedman.com/kids-01-Halloween_0960.jpg.  This, too, displays the image on the screen.

What am I doing wrong?

23

(1 replies, posted in Showkase Support)

I know I can group by subject (or any way I like) on a gallery index page.

So, if I have many high-level groups, each of which has it's own gallery page, it would be difficult for a user to find what they want.

The solution, I think, would be a page with an image and description of each gallery index which links to each gallery index.

You might, therefore, have a page with 2 rows of 4, images and descriptions summarizing (and pointing to) your 8 gallery indices.

This page would be updated (magically) with each gallery index created.

Have I described something that exists?  Within the Kosel theme?

If not, is this something that should be available to Showkase users?

How hard would it be to manually create create a page like this?  I think it might make a nice landing page.

24

(1 replies, posted in Showkase Support)

I haven't seen anyone ask this question, so - would you share with us the timeline for the next release, new functionalities and bugs fixed (if any were found in the current release)?

Will you make the beta available for testing?

Thank you

Clicking on any button - except Facebook - passes the specific image to the related program (Google +, for example).

The Facebook button, however, only passes the Gallery in which the specific picture resides.

So I have a few questions:  Are my experiences unique or have other folks seen similar results?  How are those buttons supposed to work?  What are they supposed to pass?

As a follow-up, has anyone tried ShareThis instead of using the Showkase code?