"Featured Image" not showing up with Andrina Theme
Hello,
I've spent pretty much all day searching for a solution to my problem, but none of the previous resolutions for similar issues seem to work in my situation.
When I add a product, the "featured image" section that is generally on the bottom right hand side of the screen is not there. However, the featured image section DOES show up for actual posts and pages, just not PRODUCTS.
I've tried to implement fixes mentioned in other posts, but none of them seem to work. That, or I am not implementing them properly (although I don't think that is the case here). Do you have any suggestions?
Support Staff 2 Posted by ivica on 10 Apr, 2012 04:50 PM
Do you have any pictures or (even better) a WP backend link for checking?
3 Posted by mballsub on 10 Apr, 2012 07:33 PM
I'd be happy to supply any info needed, but I'm not sure how to get what you are asking for unfortunately.
Support Staff 4 Posted by ivica on 10 Apr, 2012 08:11 PM
You post here your e-mail address and I'll send you mine for giving me
access to your WP Dashboard so I can check it what it is going on, if you
want.
5 Posted by mballsub on 11 Apr, 2012 06:33 PM
I think I may have pinpointed a problematic area:
This is in my theme's function page:
function inkthemes_post_thumbnail() {
}
add_action('after_setup_theme', 'inkthemes_post_thumbnail');
I changed it to:
and it's still not working...any suggestions?
Support Staff 6 Posted by ivica on 11 Apr, 2012 06:38 PM
Sorry, I'm not into programming :-(
7 Posted by mballsub on 11 Apr, 2012 07:07 PM
Fixed it!
mballsub closed this discussion on 11 Apr, 2012 07:07 PM.
ivica re-opened this discussion on 11 Apr, 2012 07:09 PM
Support Staff 8 Posted by ivica on 11 Apr, 2012 07:09 PM
Superb! :-)
9 Posted by Matt on 30 Aug, 2012 05:20 AM
I'm having the same problem. How did you fix it?
10 Posted by Matt on 30 Aug, 2012 07:44 AM
It works. I added the same text that you did and it works now. Thankyou!