We would like to change the default featured image size on the Shoutbox theme to medium is there a way to do this?
Thanks!
We would like to change the default featured image size on the Shoutbox theme to medium is there a way to do this?
Thanks!
Hey,
in your functions.php file all the image sizes are listed, I think it's pretty self-explanatory which line is for which images and what the sizes are, you'll see it when you're there :)
Hey, Just for clarification in the drop down where it says 'full size, small, medium', we want medium to be selected always. Is there a way to do that
Hey,
in shoutbox\includes\admin\register-admin-metabox.php replace:
"std" => "default",
"slug" => "slideshow_meta",
"no_first" => true,
"subtype" => array('Default small'=>'default','Medium'=>'medium','Fullsize'=>'full')),
with:
"std" => "medium",
"slug" => "slideshow_meta",
"no_first" => true,
"subtype" => array('Default small'=>'default','Medium'=>'medium','Fullsize'=>'full')),Great that's what I was looking for too! :) thanks
Glad that I could help you :)
You must log in to post.