I found the answer to that:  in Admin/System/files, several were listed in red as unwritable - the system error pages: 400, 401, 403, 404 and 500.shtml.  also error_log.

Interestingly, using the "make writeable" function changed permissions to 777 externally, but Showkase still sees them as 0.

It's a non-event and a bug.

This problem is SOLVED

The best place to put the code seems to be before the close of {block "head"} {/block} in /Base/Pagetypes/Layout.tpl

When I Published the site, I was told errors occurred and did I want to continue.  I did, and the site seems fine - the new code is embedded all of in the index.htmls generated.

Where can I find the publish error log?

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

As you probably know, Google is in the process of changing it's tracking process.
Currently, it's requesting I enter:

<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-43230184-1', 'auto');
  ga('send', 'pageview');

</script>

on each page I want to track to get the full analytics.
You can see my google tracking id in the code above.  Entering your ID without the rest significantly limits the data collection.

Let's assume I want this on every page on the site.

What's the best way to do this?  Which template file (I'm using Kosel) would be most appropriate to generate the needed code?
Or should this go into custom.js?

Thanks

thanks, Steven.  That was it.

I wasn't able to get a custom php contact form to work, but that wasn't a critical function.  And I'll see if I can't implement something in TEST now that the site's up.

It scales nicely and is decently speedy.

Using Juicebox in Showkase

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

Only the Google+ and Pininterest buttons are showing, although everything except Fotomoto is checked.
This is true on my desktop, only!  All the buttons show properly on my iPad and my iPhone.

Can you help, please?

Thank you, Steven.

Would it be possible to create a basic.tpl for Kosel for page-specific code, rather than site-wide?  If so, what could I use as a starting point?  Could I, for example, copy '\_themes\base\pagetypes\layout.tpl' to 'kosel/pagetypes/basic.tpl' and modify as needed?

Between <head> and </head>

<!-- Main CSS file -->
<link rel="stylesheet" href="http://mark-friedman.com/assets/css/simplex.css" media="screen" />

<!-- CSS for simple color Theme -->
<link rel="stylesheet" href="http://mark-friedman.com/assets/css/form.simple.css" media="screen" />

in the body of the page:

<div class="formelements"></div>

and, just before the </body>

<!-- jQuery plugin -->
<script type="text/javascript" src="http://mark-friedman.com/assets/js/jquery-1.10.2.min.js"></script>

<!-- jQuery ui for the use of date picker feature -->
<script type="text/javascript" src="http://mark-friedman.com/assets/js/jquery-ui.js"></script>
<script>
$(".formelements").load("http://mark-friedman.com/simplex.php");
</script>

Using the source editor, I think I got the body statement in.  By preceding the statement with <p> </p>, the compiler left my div  statement alone, not treating it as text.

It's the correct placement of everything else ...
It occurs to me this might be done by creating a basic.tpl, but I don't know the proper language

33

(5 replies, posted in Showkase Support)

but I seem to allowed it now.

34

(5 replies, posted in Showkase Support)

I wasn't allowed

<!-- jQuery plugin -->
<script type="text/javascript" src="http://yourdomainname.com/assets/js/jquery-1.10.2.min.js"></script>

<!-- jQuery ui for the use of date picker feature -->
<script type="text/javascript" src="http://yourdomainname.com/assets/js/jquery-ui.js"></script>
<script>
$(".formelements").load("http://yourdomainname.com/simplex.php");
</script>

35

(5 replies, posted in Showkase Support)

what does this do, please?

<div class="body-content restricted">

36

(5 replies, posted in Showkase Support)

The system won't allow me to post any code, which makes it impossible to ask a technical question.

Is there a workaround?

37

(5 replies, posted in Showkase Support)

I found the elements I wanted using the firebug extension.  This gives me the results I want (shows me where to make changes):

/* Set your custom styles here */
@font-face {
    font-family: 'sansa_soft_pronormal';
    src: url('../fonts/sansasoftpro-normal-webfont.eot');
    src: url('../fonts/sansasoftpro-normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sansasoftpro-normal-webfont.woff2') format('woff2'),
         url('../fonts/sansasoftpro-normal-webfont.woff') format('woff'),
         url('../fonts/sansasoftpro-normal-webfont.ttf') format('truetype'),
         url('../fontssansasoftpro-normal-webfont.svg#sansa_soft_pronormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

body.light header h2 {
    font-family: 'sansa_soft_pronormal', sans-serif;
}

body.light header h1 {
    font-family: 'sansa_soft_pronormal', sans-serif;
    font-size:  18px;
    line-height:   1.5;
}

thanks

38

(5 replies, posted in Showkase Support)

Please note that each theme has its own 'custom.js' JavaScript file, e.g. '_themes/boma/js/custom.js' (as well as a 'custom.css' CSS file), so you can easily add custom JavaScript to each page if necessary, too.

The example in the support section involves downloading a font kit and adding it to your Showkase site.
However, you could use your theme's 'custom.css' and 'custom.js' files to add any custom CSS and/or JavaScript to all your Showkase web pages. You could just use these files to add the necessary code from fonts.com.

There's no custom.js in '_themes/kosel/js'.  Should there be, or was it eliminated?
If I create a custom.js, will it be seen and used?

39

(5 replies, posted in Showkase Support)

I moved my fonts to ../fonts/, and this is my code in custom.css:

/* Set your custom styles here */
@font-face {
    font-family: 'sansa_soft_pronormal';
    src: url('../fonts/sansasoftpro-normal-webfont.eot');
    src: url('../fonts/sansasoftpro-normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sansasoftpro-normal-webfont.woff2') format('woff2'),
         url('../fonts/sansasoftpro-normal-webfont.woff') format('woff'),
         url('../fonts/sansasoftpro-normal-webfont.ttf') format('truetype'),
         url('../fontssansasoftpro-normal-webfont.svg#sansa_soft_pronormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

header hgroup h1 {
    font-family: 'sansa_soft_pronormal', sans-serif;
    font-size:  18px;
    line-height:   1.5;
}

This matches the example in "Adding custom styles and fonts" and is the only change I made to the default settings.

I generated the site and don't see the font anywhere.  "header hgroup h1" might not be correct for the site heading in the Kosel theme, however.

Where can I find the proper code to replace the heading, sub-heading and menu fonts?

Thank you

40

(5 replies, posted in Showkase Support)

OK.  I'm also trying to include a contact form on the contact page.
I'll post again when I've got the url for you.

I'm using a Mac Pro running Yosemite.  I'm able to create a test server using the free ammps application, and - doing so, I'm able to develop my site.

I'm not fond of the basic fonts and prefer to use my own.  Also - instead of a graphic logo, I want to use a standard heading.

I want to replace your Headings fonts with my own, and I don't seem to be able to make that happen.

I created a webfont kit from fontsquirrel.com and followed the instructions in "Adding Custom Styles and Fonts", but I'm not seeing them.

I'm working with the Kosel theme, however I suspect the issue is not theme dependent.

Can you offer some guidance, please?

Given a choice, I'd like to make the change in theme.ini

Thank you