Featured Image button missing

Discussion in 'GoldenEagle WordPress Theme' started by mightypizzaoven, Nov 23, 2012.

  1. mightypizzaoven

    mightypizzaoven Member

    Joined:
    Nov 4, 2012
    Messages:
    82
    Likes Received:
    0
    The Featured Image button is not present on blog posts or pages...How can I add it?
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Please check whether you have selected "Featured image" option from screen option at the top right of your screen.
    Check image for reference.

    [​IMG]
     
  3. mightypizzaoven

    mightypizzaoven Member

    Joined:
    Nov 4, 2012
    Messages:
    82
    Likes Received:
    0
    Yes, see attached.

    Thank You
     

    Attached Files:

  4. mightypizzaoven

    mightypizzaoven Member

    Joined:
    Nov 4, 2012
    Messages:
    82
    Likes Received:
    0
    Hello,

    I added the following in function.php

    add_theme_support( 'post-thumbnails', array('product', 'post') );

    I feature image at the bottom right hand of the screen. Still no button in the post menu, which I prefer to have.
     

    Attached Files:

  5. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    This issue is resolved in our current update, you can download theme from your members area, This will solve your issue.
     
  6. mightypizzaoven

    mightypizzaoven Member

    Joined:
    Nov 4, 2012
    Messages:
    82
    Likes Received:
    0
    it works except for my jigoshop product
     
  7. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to functions > inkthemes-functions.php present in your theme directory and remove the code given below

    Code:
      add_theme_support('post-thumbnails', array('post', 'game_listing'));
        set_post_thumbnail_size(250, 250, false);

    Sending image for reference

    [​IMG]

    This will solve your issue.
     
  8. mightypizzaoven

    mightypizzaoven Member

    Joined:
    Nov 4, 2012
    Messages:
    82
    Likes Received:
    0
    Thanks it worked great... will you be making this change in the original files so I don't have to keep editing this file every time there is an update.

    Thanks
     
  9. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Yes, We will update it in our next version.
     

Share This Page