How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums Poka Review Plugin support Pokareview Review Thumbnail image resizes for no apparent reason

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10966
    casinoguru
    Participant

    Hello,

    When uploading a 300×300 image to the Review Thumbnails field, the plugin started cropping the image sizes to 293×90 for some reason, it didn’t do so with my earlier uploads where images remained in their 300×300 size.

    And so the logos look messed up in the table: https://www.screencast.com/t/PQtuyRO7

    Could you help me understand this please? Really frustrated with this plugin now, after paying for it…

    Thanks

    #10993
    admin
    Keymaster

    Hi!

    This is the default thumbnail size of the plugin. If you want to change the thumbnail size you can try:

    `function poka_child_theme_setup() {
    add_image_size( ‘poka-review-thumb’, 300, 300, true );
    }
    add_action( ‘after_setup_theme’, ‘poka_child_theme_setup’, 100 );`

    Then you need to regenerate your thumbnails with a plugin such as:

    Regenerate Thumbnails

    #11001
    casinoguru
    Participant

    Hi,

    Thanks for your assistance. Do you mean that the default thumbnail size for the Pokareview table is 293×90?

    #11041
    admin
    Keymaster

    Yes exactly, the size for all of the review logos is at 293px x 90px.
    Even if you upload a larger image it gets cropped to this size.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.