|
#11
|
|||
|
|||
|
Never mind I have settled for a smaller logo.
|
|
#12
|
|||
|
|||
|
I have another problem now.
My blog is here - www.scarysquirrel.co.uk When you hover over the image it doesn't display that hovering box properly? Have I done something wrong? I haven't changed anything on the image_template |
|
#13
|
|||
|
|||
|
I am working on implementing the suffocate template at my site, http://crissykight.com.
I have noticed that everyone who uses this template and registers with photoblogs.org has the word "photoblog" attached to the end of their site's title. Where in the template is that word and how can I get it out? I want my site to show up as "Crissy Kight Photography" not "Crissy Kight Photography photoblog" I can't seem to find it anywhere but when it lists on photoblogs.org. Check out j. grayson's listing on the site and others too, all have that word affixed. If anyone can figure it out I'd be really appreciative. |
|
#14
|
|||
|
|||
|
Quote:
|
|
#15
|
|||
|
|||
|
Quote:
|
|
#16
|
|||
|
|||
|
Quote:
since you are making the logo 12-px longer then you have to make the top menu 120px shorter. in the css try changing this: Code:
#top-menu { font-size: 9px; background-color: white; text-align: center; letter-spacing: -0.5px; width: 419px; height: 16px; float: right; margin: 0; padding: 13px 0; }
Code:
#top-menu { font-size: 9px; background-color: white; text-align: center; letter-spacing: -0.5px; width: 299px; height: 16px; float: right; margin: 0; padding: 13px 0; }
|
|
#17
|
|||
|
|||
|
Quote:
The template is awesome btw.. I'm working on customizing it slightly right now, don't worry, your credit for the template will be in place when I am finished. thanks again.
|
|
#18
|
|||
|
|||
|
Quote:
Thank you for that. As for the other problem, here is my image_template: Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title><SITE_TITLE> :: <IMAGE_TITLE></title>
<!-- Link for ATOM feed autodiscovery -->
<ATOM_AUTODETECT_LINK>
<!-- Link for RSS feed autodiscovery -->
<RSS_AUTODETECT_LINK>
<!-- META -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta http-equiv="content-type" name="keywords" content="PhotoBlog,<SITE_TITLE>,<IMAGE_TITLE>,Pixelpost" />
<meta http-equiv="content-type" name="description" content="<SITE_TITLE>-PhotoBlog: <IMAGE_TITLE>, <IMAGE_NOTES_CLEAN>" />
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="templates/suffocate/styles/suffocate.css" />
<!-- SCRIPTS -->
<!-- BoxOver script is from http://boxover.swazz.org/ -->
<script type="text/javascript" src="templates/suffocate/scripts/boxover.js"></script>
<!-- ImageFader script is by Richard Rutter http://clagnut.com/sandbox/imagefades/ -->
<script type="text/javascript" src="templates/suffocate/scripts/imagefader.js"></script>
<script language="javascript" type="text/javascript">
<!--
function clearBox(box) {
if(box.value==box.defaultValue) {
box.value = "";
}
}
-->
</script>
</head>
<body>
<div id="navigation">
<div id="headerlogo">
<a href="index.php" title="Return to Homepage"><img src="templates/suffocate/images/header-logo.gif" alt="" width="200" height="42" border="0" /></a>
</div>
<div id="top-menu">
<ul>
<li><a href="<SITE_BROWSELINK>" title="Browse">GALLERIES</a></li>
<li id="end"><a href="index.php?x=about" title="About">ABOUT</a></li>
</ul>
</div>
</div>
<div id="mainphoto">
<a href="index.php?showimage=<IMAGE_PREVIOUS_ID>">
<img src="images/<IMAGE_NAME>" alt="<IMAGE_TITLE>" title="header=[<IMAGE_TITLE>] body=[click to view previous photo] fade=[on]" width="<IMAGE_WIDTH>" height="<IMAGE_HEIGHT>" border="0" id="photofader"/>
</a>
</div>
<div id="image-navigate">
<div id="image-previous">
<ul>
<li><IMAGE_PREVIOUS_LINK></li>
</ul>
</div>
<div id="image-next">
<ul>
<li><IMAGE_NEXT_LINK></li>
</ul>
</div>
</div>
<div id="image-info">
<span class="categories"><IMAGE_CATEGORY></span>
<span class="phototitle"><IMAGE_TITLE></span> - <IMAGE_DATETIME>
<p><IMAGE_NOTES></p>
</div>
<div id="thumbrow">
<IMAGE_THUMBNAIL_ROW>
</div>
<div id="commentsbox">
<div id="commentsbg">
<div id="commentsarea">
<div class='comments-none'><IMAGE_COMMENTS></div>
</div>
<div id="addcomment">
<form method='post' action='index.php?x=save_comment' name='commentform' accept-charset='UTF-8'>
<textarea name='message' rows='2' cols='40' onfocus="clearBox(this);">Type your comment here.</textarea>
<label for="name">Name</label><br />
<input type='text' name='name' class='input' value='<VINFO_NAME>' id="name"/><br />
<label for="url">Website URL, if any</label><br />
<input type='text' name='url' class='input' value='<VINFO_URL>' id="url"/><br />
<label for="email">Email (not visible to others)</label><br />
<input class='input' type='text' name='email' value='<VINFO_EMAIL>' id="email"/><br />
<input name='vcookie' type='checkbox' id="saveinfo" value='set' checked="checked" />
<label for="saveinfo">Save User Info</label><br />
<input type='image' src='templates/suffocate/images/add_button.gif' value='Add' class='comment-button'/>
<input type='hidden' name='parent_id' value='<IMAGE_ID>' />
<input type='hidden' name='parent_name' value='<IMAGE_NAME>' />
<TOKEN>
</form>
</div>
</div>
</div>
<div id="footer">
copyright © 2007, all rights reserved | <strong><a href="admin/">admin</a></strong> | template created by <a href="http://suffocate.us">john grayson</a> <a href="http://validator.w3.org/check/referer" title="This website uses Valid xHTML"><img src="templates/suffocate/images/w3c_xhtml.gif" alt="" width="80" height="15" align="middle" border="0" /></a> <a href="http://jigsaw.w3.org/css-validator/check/referer" title="This website uses Valid CSS2"><img src="templates/suffocate/images/w3c_css.gif" alt="" width="80" height="15" align="middle" border="0" /></a> <a href="index.php?x=rss" title="RSS"><img src="templates/suffocate/images/rss_icon.gif" alt="" width="46" height="15" align="middle" border="0" /></a> <a href="http://www.pixelpost.org/" title="pixelpost.org" target="_blank"><img src="templates/suffocate/images/pixelpost.gif" alt="" width="80" height="15" align="middle" border="0" /></a>
</div>
</body>
</html>
Thanks |
|
#19
|
|||
|
|||
|
thank you very much for the template
I use it for my photo blog http://adejeffchen.com/photo/index.php |
|
#20
|
|||
|
|||
|
Anyone else know why the boxover on my site isn't working? Code of image_template is:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title><SITE_TITLE> :: <IMAGE_TITLE></title>
<!-- Link for ATOM feed autodiscovery -->
<ATOM_AUTODETECT_LINK>
<!-- Link for RSS feed autodiscovery -->
<RSS_AUTODETECT_LINK>
<!-- META -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta http-equiv="content-type" name="keywords" content="PhotoBlog,<SITE_TITLE>,<IMAGE_TITLE>,Pixelpost" />
<meta http-equiv="content-type" name="description" content="<SITE_TITLE>-PhotoBlog: <IMAGE_TITLE>, <IMAGE_NOTES_CLEAN>" />
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="templates/suffocate/styles/suffocate.css" />
<!-- SCRIPTS -->
<!-- BoxOver script is from http://boxover.swazz.org/ -->
<script type="text/javascript" src="templates/suffocate/scripts/boxover.js"></script>
<!-- ImageFader script is by Richard Rutter http://clagnut.com/sandbox/imagefades/ -->
<script type="text/javascript" src="templates/suffocate/scripts/imagefader.js"></script>
<script language="javascript" type="text/javascript">
<!--
function clearBox(box) {
if(box.value==box.defaultValue) {
box.value = "";
}
}
-->
</script>
</head>
<body>
<script src="templates/scripts/boxover.js" type="text/javascript"></script>
<div id="navigation">
<div id="headerlogo">
<a href="index.php" title="Return to Homepage"><img src="templates/suffocate/images/header-logo.gif" alt="" width="200" height="42" border="0" /></a>
</div>
<div id="top-menu">
<ul>
<li><a href="<SITE_BROWSELINK>" title="Browse">GALLERIES</a></li>
<li id="end"><a href="index.php?x=about" title="About">ABOUT</a></li>
</ul>
</div>
</div>
<div id="mainphoto">
<a href="index.php?showimage=<IMAGE_PREVIOUS_ID>">
<script src="templates/scripts/fader.js" type="text/javascript"></script><a href="index.php?showimage=<IMAGE_PREVIOUS_ID>">
<img src="images/<IMAGE_NAME>" alt="<IMAGE_TITLE>" title="header=[<IMAGE_TITLE>] body=[click to view previous photo] fade=[on]" width="<IMAGE_WIDTH>" height="<IMAGE_HEIGHT>" border="0" id="photofader"/>
</a>
</div>
<div id="image-navigate">
<div id="image-previous">
<ul>
<li><IMAGE_PREVIOUS_LINK></li>
</ul>
</div>
<div id="image-next">
<ul>
<li><IMAGE_NEXT_LINK></li>
</ul>
</div>
</div>
<div id="image-info">
<span class="categories"><IMAGE_CATEGORY></span>
<span class="phototitle"><IMAGE_TITLE></span> <IMAGE_DATETIME>
<p>
<CUSTOM_FIELDS><EXIF_CAMERA_MODEL> | ISO <EXIF_ISO> | <EXIF_APERTURE> | <EXIF_EXPOSURE_TIME> | <EXIF_FOCAL_LENGTH>
<IMAGE_NOTES>
</p>
</div>
<div id="thumbrow">
<IMAGE_THUMBNAIL_ROW>
</div>
<div id="commentsbox">
<div id="commentsbg">
<div id="commentsarea">
<div class='comments-none'><IMAGE_COMMENTS></div>
</div>
<div id="addcomment">
<form method='post' action='index.php?x=save_comment' name='commentform' accept-charset='UTF-8'>
<textarea name='message' rows='2' cols='40' onfocus="clearBox(this);">Type your comment here.</textarea>
<label for="name">Name</label><br />
<input type='text' name='name' class='input' value='<VINFO_NAME>' id="name"/><br />
<label for="url">Website URL, if any</label><br />
<input type='text' name='url' class='input' value='<VINFO_URL>' id="url"/><br />
<label for="email">Email (not visible to others)</label><br />
<input class='input' type='text' name='email' value='<VINFO_EMAIL>' id="email"/><br />
<input name='vcookie' type='checkbox' id="saveinfo" value='set' checked="checked" />
<label for="saveinfo">Save User Info</label><br />
<input type='image' src='templates/suffocate/images/add_button.gif' value='Add' class='comment-button'/>
<input type='hidden' name='parent_id' value='<IMAGE_ID>' />
<input type='hidden' name='parent_name' value='<IMAGE_NAME>' />
<TOKEN>
</form>
</div>
</div>
</div>
<div id="footer">
copyright © 2007, all rights reserved | <strong><a href="admin/">admin</a></strong> | template created by <a href="http://suffocate.us">john grayson</a> <a href="http://validator.w3.org/check/referer" title="This website uses Valid xHTML"><img src="templates/suffocate/images/w3c_xhtml.gif" alt="" width="80" height="15" align="middle" border="0" /></a> <a href="http://jigsaw.w3.org/css-validator/check/referer" title="This website uses Valid CSS2"><img src="templates/suffocate/images/w3c_css.gif" alt="" width="80" height="15" align="middle" border="0" /></a> <a href="index.php?x=rss" title="RSS"><img src="templates/suffocate/images/rss_icon.gif" alt="" width="46" height="15" align="middle" border="0" /></a> <a href="http://www.pixelpost.org/" title="pixelpost.org" target="_blank"><img src="templates/suffocate/images/pixelpost.gif" alt="" width="80" height="15" align="middle" border="0" /></a>
</div>
</body>
</html>
|
| Post Reply |
| Thread Tools | |
|
|