Tammie
Supreme Deity
Mind-Blowingly Helpful
Lifetime member
Theme Designer Likes (0)
We've just updated Showcase with the following changes:
- Automatically creates the "Portfolio" page.
- Deleted the language file for default
- Updated the style of the images and quotes in post page
- Updated the language file
- Checks if the "Portfolio" page exists before creating it
- Fix for width bug on page

Responses (11)
Member (joined April 2009) Likes (0)
Tammie,
Looks great (as usual :P) There's no link to this theme other than on the front page of the site - it's not listed in the wpmu or buddypress themes areas. Just FYI. Thanks!
Theme Designer (joined November 2009) Likes (0)
@masonjames: We'll get the links sorted. Glad you like the theme.
Member (joined July 2010) Likes (0)
Great news, I liked the theme, it was just the page width problem stopping me from using it :o)
Member (joined July 2010) Likes (0)
I just checked the link and it is linking to the new 1.1 version from the main page.
http://premium.wpmudev.org/project/showcase-theme
Theme Designer (joined November 2009) Likes (0)
@Glastonbury: I think masonjames was referring to the theme list drop down that link works so all is good there :)
Member (joined July 2010) Likes (0)
all is good with the world then :o)
Theme Designer (joined November 2009) Likes (0)
@Glastonbury: lol yes :)
Member (joined July 2010) Likes (0)
Is it possible to only have the flash thingy on the home page?
Theme Designer (joined November 2009) Likes (0)
@Glastonbury currently no unless you do page edits to code which you could of course.
I haven't tried it but you could in header.php take this code:
<div id="bger"><div id="box">
<div class="inner">
<div id="flashcontent">
<div style="margin-top: -30px;">
<?php
$width = get_option('wd_width');
$height = get_option('wd_height');
?>
<img src="<?php echo get_option('wd_no_flash'); ?>" alt="No Flash" style="width:<?php echo $width; ?>; height: <?php echo $height; ?>;" />
</div>
</div><!-- end flashcontent -->
<script type="text/javascript">
var flashvars = {};
flashvars.xmlSource = "<?php bloginfo('template_url'); ?>/library/piecemaker/piecemakerXML.php";
flashvars.cssSource = "<?php bloginfo('template_url'); ?>/library/piecemaker/css/piecemakerCSS.css";
flashvars.imageSource = "<?php bloginfo('template_url'); ?>/images";
var attributes = {};
attributes.wmode = "transparent";
swfobject.embedSWF("<?php bloginfo('template_url'); ?>/library/piecemaker/piecemaker.swf", "flashcontent", "1005", "500", "10", "<?php bloginfo('template_url'); ?>/library/js/swfobject/expressInstall.swf", flashvars, attributes);
</script>
</div>
</div>
</div>
Put it into a file and then link up using locate ie;
<?php locate_template( array( 'whateverfileiscalled.php' ), true ); ?>Member (joined July 2010) Likes (0)
Thanks, I'll take a look at it and report back
Member (joined July 2010) Likes (0)
ignore this, it added the above one twice :/
Become a member