Viewing 15 replies - 1 through 15 (of 16 total)
  • Hi there,

    I’m struggling with the same issue. Have you found a solution yet?
    I have tried resizing the image both within and outside wordpress, but that doesn’t work. Any ideas?

    Best,

    Janneke

    ?? Never got an answer to this, eh? Discussion topics on how to handle this theme seem few and far between.

    Thread Starter soapboxsites

    (@soapboxsites)

    No, still trying to find a solution, I’ve been through the php and although I’ll admit I don’t know what I’m doing I can usually find the area I need to be looking at but with this one I’m totally stumped.

    stuck with same issue…
    Please let me know if anybody has resolved the issue..
    mail me at : [email protected]

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You may have to change the thumbnail size server-side.

    @andrew : so do I need to contact my hosting provider or I can do it directly.
    I have access to cPanel so I can access all files.
    I tried to change thumbnail size by going to settings–>Media–>Thumbnail size
    but it didn’t worked.
    and I am not sure that problem arise in thumbnail size, because when I set any image as a featured image then the image get cropped and updated image is displayed in front page.
    I don’t know I am right or wrong.
    please suggest solution with explanation.

    Same issue. I have tried adjusting the media settings and the settings within the post. Oddly, When i am setting the feature image from the media library, I am not allowed to select the ‘size’ (it defaults to original size but then proceeds to stretch the image in the live post.

    I can understand that images need to be resized as the feature post gets usurped by a newer one it will need to scale down, but I cannot seem to get a base level proportion to render correctly.

    I really like this theme but am afraid that frustration might get the better of me and I might hjhave to abandon it.

    Hopefully the beatheme peeps can lend a hand.

    -Spagbone

    I don’t know about question. firstly i want to know about featured images.What do mean by a featured images theme? Will anybody tell me about this.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Bhugtaan,

    If your reply isn’t related towards this topic and helpful to the original poster, create your own thread discussing the issue.

    k thanks to asking me this thing.

    I found out that to get full size image, go to theme editor, find style.css and in there an element “#post-loop .post-background img”, comment or delete it. The image size is 311×420 pxs

    4zap

    (@4zap)

    I found out that to get full size image, go to theme editor, find style.css and in there an element “#post-loop .post-background img”, comment or delete it.

    Hai mousator

    there is no line with this tag in my style.css ??

    another suggestion?

    Thx

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you’re not contributing to the original poster, create your own thread on the issue.

    I think I may have solved this, which is surprising because I have no idea what I’m doing…

    In ‘Style.css, change the width and height to 100%:

    #latestpost li img{
    margin:0;
    padding:5px;
    float:left;
    width:100%; /* was 260px */
    height:100%; /* was auto */
    }

    @seantheproducer:

    Did that work?

    I am vetting the theme for someone, biggest issue appears to be CSS and some minor “SEO” issues with title placement. Otherwise it seems like a nice design.

    @bhugtaan:
    A featured image theme is one that takes an image from a post and automatically uses the image somewhere else in the theme, generally to highlight the image on your site or the post containing the image. The problem being investigated here is that the machinery to do this is not functioning correctly in MyGrid2.

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘[Theme: MYgRID2] Featured image sizes’ is closed to new replies.