Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
$4
Changing Featured Image Size in Autofocus+ Pro
The image area has made the necessary changes to 400px but the image is still 300px height.
How do i make it to change?
James Quest | 06/28/10 at 12:50pm
Edit
(4) Possible Answers Submitted...
Note: James Quest felt their question was unanswered, so we granted them a refund.
Note: James Quest requested a refund. They offered no explanation.
If no one challenges a refund request, then they are automatically granted and proccessed after 48 hours. Admins of this site only review refund requests if someone challenges the request. If you are curious about how we handled previous refund requests, you may read over all refund requests and their challenges.
See a chronological view of answers?
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
-
Last edited:
06/28/10
1:19pmOleg Butuzov says:can you provide theme to check settings?
butuzov@made.com.ua- 06/28/10 2:35pm
James Quest says:Its a premium child theme, paid $15 for it - wud it be legal to share it?
- 06/28/10 2:39pm
Oleg Butuzov says:Your right, this isn't a correct way. I don't have this theme to check code for solving issue required by you task. However i have ask for it just becaus you have a problems, not me. and solving this task required a reading code. witch i don't have.
cheers.
good luck!
- 06/28/10 2:35pm
-

Last edited:
06/28/10
1:35pmBill Hunt says:A link would be helpful in debugging this. It might be worth clearing your browser's cache to make sure you're not looking at a cached version. Failing that, try inspecting the element with Firebug in Firefox (or Safari's web inspector panel, or whatever) to make sure that the css is taking to the element correctly.
- 06/28/10 2:32pm
James Quest says:The link is: www.james-quest.com/trial
I have cleared cache, and checked firebug in firefox - the css seems to work fine. Wat else cud be the problem? - 06/28/10 2:54pm
Bill Hunt says:It looks like the image tag itself is restricting the size, so you may need to go into your Settings > Media and make sure that the Large size allows the 400x800 image. You may also need to rebuild the thumbnails of your images since you've made your changes, I use the Regenerate Thumbnails plugin to do this.
http://wordpress.org/extend/plugins/regenerate-thumbnails/ - 06/28/10 4:52pm
James Quest says:Had already tried that....nothing!!!
- 06/28/10 2:32pm
-

Last edited:
06/29/10
3:23amChris Olbekson says:The div container and the image are both 400px on my browser. Is this problem solved or do you still need help?
- 06/29/10 8:13am
James Quest says:Its actually not 400px, somehow its gotten itself to slightly less than 600px. Dont understand why...
- 06/29/10 8:13am
-

Last edited:
06/30/10
9:51amrilwis says:Find in functions.php file this line:
add_image_size( 'front-page-thumbnail', 800, 300, true ); // Front Page thumbnail size
and change it into:
add_image_size( 'front-page-thumbnail', 800, 400, true ); // Front Page thumbnail size
You can change to any size here (800 is the width, 400 is the height)
This question has expired.
Current status of this question: Refunded
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
