Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    Can you switch back the a default wp theme and see if it still happens? It’s possible a line in the css of your current theme is responsible for the resizing.

    What is the url?

    Thread Starter Corey Allen

    (@coreya)

    HI there,

    Yes it still does with the default 2013 theme.

    The site is on my local dev machine and not live.

    Perhaps can you just tell me what the default size for all store logos should be?

    Plugin Author Tijmen Smit

    (@tijmensmit)

    What is the value that is set on the settings page -> Media Settings -> Thumbnail size?

    The css from the plugin scales it to 48×48. This happens on line 192 of the /css/styles.css. You can set it to a bigger values if you want to, and then upload the logos in that format.

    #wpsl-stores .wpsl-store-thumb {
        float:right;
        border-radius:3px;
        margin:7px 0 0 10px;
        width:48px;
        height:48px;
        padding:0;
        border:none;
    }
    Thread Starter Corey Allen

    (@coreya)

    Thanks so much,
    “Crop thumbnail to exact dimensions” was checked, unchecking this and increasing the CSS value to match my thumbnail width (after regenerating thumbnails) did the trick.

    Appreciate the help.

    I’m running into the same problem. Perhaps for the next version the plugin could respect the Media Settings thumbnail size instead of having to hack the plugin. Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Thumbnail resizing issue’ is closed to new replies.