topspin / topspin-wordpress

Topspin's Wordpress Integration
http://www.topspinmedia.com/
20 stars 11 forks source link

Thumbnail size on single.php #69

Closed slavallee closed 11 years ago

slavallee commented 11 years ago

The thumb on single.php in the Standard template is coded as:

<?php ts_the_thumbnail('topspin-default-single-thumb'); ?>

I want it bigger...I tried to sub in:

<?php the_post_thumbnail('full'); ?>

but that didn't work. So, how can I get the thumb on just the single.php page bigger without distorting it?

Also...what's the recommendation for altering the template...I don't want to lose my work in an upgrade. How do I get my edited template to show up in the templates dropdown in the plugin setting?

Thanks.

ghost commented 11 years ago

You can take a look on how to create custom templates here.

slavallee commented 11 years ago

Thanks......

The thumb on single.php in the Standard template is coded as:

<?php ts_the_thumbnail('topspin-default-single-thumb'); ?>

I want it bigger...I tried to sub in:

<?php the_post_thumbnail('full'); ?>

but that didn't work. So, how can I get the thumb on just the single.php page bigger without distorting it?

ghost commented 11 years ago

Thumbnail are built to leverage WordPress imaging system.

If you want a custom size, you can use the native WordPress function add_image_size() to create a new image size to fit your needs and call that new size on either ts_the_thumbnail() or the_post_thumbnail()

slavallee commented 11 years ago

That's what I said I did and there was no change in the size of the image.

ghost commented 11 years ago

You would need to regenerate your thumbnails so the new sizes can take affect.

Can you email us at dev@theuprisingcreative.com your WordPress URL and login so we can dig into it deeper?

ghost commented 11 years ago

Are you still having problems with this issue?

slavallee commented 11 years ago

HI...I haven't tried to change it yet...I'll let you know. Thanks.

On Fri, Jan 18, 2013 at 12:39 PM, theuprising notifications@github.comwrote:

Are you still having problems with this issue?

— Reply to this email directly or view it on GitHubhttps://github.com/topspin/topspin-wordpress/issues/69#issuecomment-12432827.

Stephen Lavallee

Lavallee Creative 40 High St. Woodstock, VT 05091

Ph: 802-291-0012

@lavalleecreate www.lavalleecreative.com

ghost commented 11 years ago

We are closing this issue and if you need any other help, please open a new issue.

Best regards, The Uprising Creative