Logo problems

Homepage Community Forums Epik Theme Support Logo problems

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11427
    iraklis
    Customer

      Hi,

      Fresh debian7/apache2/WP/Genesis/Epik install.

      I’m trying to upload a logo to the header, and then crop it. When i click save i get:

      “Image could not be processed. Please go back and try again.”

      no errors in apache’s logs. Any idea why this is happening? Am i missing some php module or something?

      Also what is the best way to set the height of the header (where the logo is)?

      Thanks

      #11428
      iraklis
      Customer

        As it appears php-gd wasnt installed. Installing it fixed the problem.

        Now for the second part of my question: how is it possible to have a smaller logo image ? eg 100×80, thus minimising the header? If i try to upload a small image it gets enlarged.

        Cheers

        #11429
        iraklis
        Customer

          Having a look around the theme files i found two places:

          style.css
          .header-image .site-title a {
          float: left;
          min-height: 164px;
          width: 100%;
          }

          functions.php
          // Add support for custom header
          add_theme_support( ‘genesis-custom-header’, array(
          ‘width’ => 360,
          ‘height’ => 164
          ) );

          Can someone confirm that these are the ones that need to be changed? Thanks!

          #11436
          Eric
          Customer

            Yep, first change it in the functions file to the exact size of your image….then upload using the WordPress Header uploader and it should upload automatically without the need to crop.

            You can change the css if you need to….it just depends on the size of your image.


            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

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