• Hi,

    thank you for your work for the theme blog-way, i need to delete crop option for logo in header, i can’t locate this function to disable it, in my functions.php in child theme i modify

    
     /*
             * Enable support for custom logo.
             */
            add_theme_support('custom-logo', array(
                'height'      => 70,
                'width'       => 400,
            ));
    
            /*
    
    so modifying width from 200 -> 400px but it's not resolutive.

    Thank you.

Viewing 1 replies (of 1 total)
  • Thread Starter eile87

    (@eile87)

    Update my post, because i solved this behaviour modifying function and updating values for height and width, but i’m seeing that theme generate 4 kind of image size with resolution: 150×150, 300×215, 345×225, 768×549 and then other two files as cropped-namefile.xx and cropped-namefile-150×70.xx

    could you give me information about where change these values? i found only

    add_image_size(‘blog-way-common’, 345, 225, true);

    in functions.php file.

    My need is have a custom logo with a dynamic crop from uploader media in WordPress.

    Thank you.
    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Delete function for crop image’ is closed to new replies.