Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Hector Cabrera

    (@hcabrera)

    Hi there!

    Yes, WPP hard crops thumbnails when using the manual option. There’s no way to change that from the outside since it’s hardcoded into the plugin.

    You have two options:

    1. Add a new thumbnail size to your theme’s functions.php using the add_image_size() function. This would allow you to pick your custom image size from the widget without having to modify WPP’s code. After adding the new image size, you’ll also need to install & run the Regenerate Thumbnails plugin to recreate your thumbnails.
    2. Edit the plugin (not recommended):
    1. Go to Plugins > Editor and select WordPress Popular Posts from the dropdown.
    2. Find this line (as of version 3.2.2) and change it to false.
    3. Hit the Update file button to save changes.
    4. Go to Settings > WordPress Popular Posts > Tools and clear WPP’s image cache so it can recreate the thumbnails again.

    The second option isn’t recommended because the next time you update the plugin all changes made to its files will be lost (WordPress replaces all plugin files with the new ones during the process). If you decide to go for the second option, please make sure to bookmark and /or save this modification somewhere for future reference.

    Plugin Author Hector Cabrera

    (@hcabrera)

    Oh, almost forgot: you’ll also need to update the widget once to update the crop value to false as well (this applies for option 2 only).

    Thread Starter Anonymous User 13893444

    (@anonymized-13893444)

    Hi, Thank u for ur reply. Now i see i have already cropped image size, it perfectly same size what i need.it is created by theme to show latest posts.

    Can u please tell me how to remove these arrows? Before image small arrows.
    http://tinypic.com/view.php?pic=xas1hx&s=8#.VZs_OPmqpBc

    Plugin Author Hector Cabrera

    (@hcabrera)

    Glad to know that 🙂

    About the arrows, I’m not near a computer right now. I’ll check back tomorrow once I’m at the office (it’s almost 11 pm here now). I’ll need your site’s URL as well, or I won’t be able to check your site’s code.

    Plugin Author Hector Cabrera

    (@hcabrera)

    Alright, just checked the screen capture you posted and indeed these arrows are being added by your current theme. I could tell you how to remove them, but for that you need to share your site’s URL.

    Thread Starter Anonymous User 13893444

    (@anonymized-13893444)

    I am sorry by sharing like this..here it is..
    http://pastebin.com/psnEN190
    Please let me know how to remove those errors.

    Plugin Author Hector Cabrera

    (@hcabrera)

    Easy. Add this to your theme’s stylesheet (style.css):

    .wpp-list li a {
      background-image: none!important;
    }
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Soft crop Custom image size’ is closed to new replies.