Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author alex27

    (@alex27)

    Those issues are not apparent in official theme demo. Image size for this widget is 80x80px but on your website full images are used. Did you make any changes to the theme?

    Thread Starter sevserj

    (@sevserj)

    Today installed theme unchanged, the problem remained. If I add a thumbnail 80×80 , it is not displayed correctly in the slider.

    Thread Starter sevserj

    (@sevserj)

    I already understand nothing. There are 2 sites – the first on the hosting, the second on the home computer. Versions of WordPress identical, version of skins the identical. In the first version of the image aren’t scaled, in the second everything is ideal as on a demo a site. There is obvious that a problem with server settings (PHP/apache/else? alas I don’t understand it) but what exactly can influence?

    Thread Starter sevserj

    (@sevserj)

    In functions.php add code:

    add_filter( 'wp_image_editors', 'change_graphic_lib' );
    function change_graphic_lib($array) {
    return array( 'WP_Image_Editor_GD', 'WP_Image_Editor_Imagick' );
    
    }

    and all images now look as on a demo site.

    Theme Author alex27

    (@alex27)

    I’m glad you were able to work it out!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Video Reviews News tabs Mozilla Firefox/IE’ is closed to new replies.