edit page/set feature image

Discussion in 'ColorWay WordPress Theme' started by faceless4all, Aug 25, 2014.

  1. faceless4all

    faceless4all Member

    Joined:
    Aug 19, 2014
    Messages:
    197
    Likes Received:
    1
    Hi! Setting feature images on each individual page is not working. (page, edit page, set feature image, and update the page)
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Feature images are available only for blog posts.
    Thanks & Regards
    Pramod
     
  3. faceless4all

    faceless4all Member

    Joined:
    Aug 19, 2014
    Messages:
    197
    Likes Received:
    1
    Hi, it says right on the page 'set feature image' when I try it doesn't work, I am using fullwidth templates for most pages other than contact and gallery. It's rather plain and somewhat boring if you can't set a feature image on pages and only reading text, I was looking forward to a feature image for 'products' page, a feature image for 'about us page' a feature image for ' our services' page etc. The blog pages are dedicated to the 'blog' section of the site only. ..
    Any suggestions?

    P.S.) Also the blog page 'set feature image' doesn't work either.
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    You can set feature image by customizing code, please provide us little more information about where you want to set feature image means above menus or below it,etc.

    Thanks & Regards
    Pramod
     
  5. faceless4all

    faceless4all Member

    Joined:
    Aug 19, 2014
    Messages:
    197
    Likes Received:
    1
    Hi Pramod, I think I'll leave the feature image alone for now, and see how it feels/looks with image(s) in body content of page with text.
    But, if I did want to use feature image on other pages as mentioned previously, I would like the position to be same as the slide position of front page. Thanks for your help.
     
  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Goto,
    Appearance -> Editor ->Fullwidth Template Page Template
    (template-fullwidth.php)
    Paste this code shown in image.
    Please follow the below image.
    PHP:
    <?php echo get_the_post_thumbnail$post_id ); ?>

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    img.attachment-post-thumbnail.wp-post-image {
    max-width: 100%;
    height: auto;
    }

    Thanks & Regards
    Pramod
     

    Attached Files:

  7. faceless4all

    faceless4all Member

    Joined:
    Aug 19, 2014
    Messages:
    197
    Likes Received:
    1
    Hi, it worked! except the image went right to the left edge. instead of inline/center, like the front page slide(r) Also do you think it will be a problem to have this type of feature image size
    (which are the same size as slider image), on those other pages?

    Another question: If I only add an image in body / text of the page, say size 600 x 400 for example, when I adjust the browser window the image gets squished / horizontal, (with exception to: front page, and gallery.), how can I fix this?
    I've browsed your support forum and have tried numerous codes suggested.
    Thanks Again, I appreciate your time and efforts.
     
  8. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    More customization make theme less efficient and some time it create problems with the plugins also.

    Thanks & Regards
    Pramod
     

Share This Page