Shape 5

Wordpress Club Themes => General Commerce - Club => : fireangel March 10, 2014, 10:26:03 PM



: Featured Image
: fireangel March 10, 2014, 10:26:03 PM
Hi Tristin,

I am trying to resize the feature image and not set it to be a thumbnail. After researching it said it should be located under the functions.php, which is it not. If I go under the settings and remove thumbnail dimensions, it doesn't change either. Can you please tell me where to change it to make it show the original photo size? 

http://test.suitebellevue.com/fireball-halloween-bash-at-suite-lounge-in-bellevue-3/

And also on the home page on the image fader... it will show a black bar as it switching out photos, is there anyway to make it some doing that?

Thanks so much!!  ;D


: Re: Featured Image
: Tristan Rineer March 11, 2014, 12:08:06 PM
I am trying to resize the feature image and not set it to be a thumbnail. After researching it said it should be located under the functions.php, which is it not. If I go under the settings and remove thumbnail dimensions, it doesn't change either. Can you please tell me where to change it to make it show the original photo size? 

http://test.suitebellevue.com/fireball-halloween-bash-at-suite-lounge-in-bellevue-3/

   Looking at it with Firebug (http://getfirebug.com/) shows me that WP thinks you selected the smallest image size when you chose the featured image for that post.
   The filename it's using is http://test.suitebellevue.com/wp-content/uploads/2014/03/FireballEventBanner-714x260-150x54.jpg which is not the full sized image.  The image will be whatever size you set it to, so if you make sure you have the right size selected in the media chooser, it'll be that size.

And also on the home page on the image fader... it will show a black bar as it switching out photos, is there anyway to make it some doing that?

Thanks so much!!  ;D

   I don't see the loading bar you're referring to, so it's most likely the one that shows when the images haven't finished downloading yet.  It should only show the first time the images load, but if you really want to get rid of it, I believe it's located in the images folder of the plugin.


: Re: Featured Image
: fireangel March 12, 2014, 12:58:57 AM
You can't select the size you want for the feature image. It says you have to modify it under the functions.php but when I put the option in there it crashes the admin. http://codex.wordpress.org/Function_Reference/set_post_thumbnail_size

Any ideas?


: Re: Featured Image
: Tristan Rineer March 13, 2014, 10:03:47 AM
You can always try just adding the "size" options you want with the function covered in this WP Codex page (http://codex.wordpress.org/Function_Reference/add_image_size).