4842 pointsLike some sort of WPMU DEV God"Mindblowingly helpful memberLifetime member
Tammie
Theme Designer
—
18th July 2010 (1 year ago)
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
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
10635 pointsLike some sort of WPMU DEV GodMindblowingly helpful memberLifetime member
Sales & Support Lead
—
18th July 2010 (1 year ago)
#
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!
Responses (11)
Sales & Support Lead — 18th July 2010 (1 year ago) #
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 — 19th July 2010 (1 year ago) #
@masonjames: We'll get the links sorted. Glad you like the theme.
Member — 19th July 2010 (1 year ago) #
Great news, I liked the theme, it was just the page width problem stopping me from using it :o)
Member — 19th July 2010 (1 year ago) #
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 — 19th July 2010 (1 year ago) #
@Glastonbury: I think masonjames was referring to the theme list drop down that link works so all is good there :)
Member — 19th July 2010 (1 year ago) #
all is good with the world then :o)
Theme Designer — 19th July 2010 (1 year ago) #
@Glastonbury: lol yes :)
Member — 19th July 2010 (1 year ago) #
Is it possible to only have the flash thingy on the home page?
Theme Designer — 19th July 2010 (1 year ago) #
@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 — 19th July 2010 (1 year ago) #
Thanks, I'll take a look at it and report back
Member — 19th July 2010 (1 year ago) #
ignore this, it added the above one twice :/
Become a member