• Resolved vanalai

    (@vanalai)


    Hello
    I’vve got another problem, but this time I don’t know if this is theme’s problem or WP’s problem.

    I’ve got nice picture that i want to put in header, but i can’t skip cutting image. When i upload picute exacly made in 1024 × 240, then i’ve got two options ‘cut & set’ or ‘skip cut’ (I don’t know how those options are named in WordPress because I’m using WP in Polish). First i upload picuter with exact size, and I skipped cutting. Saved. Check website in browser, and i was disappointed. Since my screen is 1366 pixels width and theme is responsive, image in header become bigger and low quality.

    So i decided to preapre bigger picture but in same proportions. I’ve made picture 1366 x 320 pix. After I uploaded new picture I didn’t have ‘skip cutting’ but i could only cut picture and then set such picture. When i cut picture, then again automatically picture was resized to 1024×240, and on my laptop screen it looks terrible. So what will happen, when people use bigger screen in pixes than I do?

    So… first i would like to know, if this is problem with Theme or WP.
    If Theme, how can i solve this problem?

    So far, a friend for whom I prepare website, don’t want to slider, only the header image. His image could be in a place for slider, and this would be only one picture, but how remove navigation arrows?

    And 2nd. Any chance that i can remove blue color from menu? I mean font color. Normal basic white color is fine for us, we don’t need changing color for blue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter vanalai

    (@vanalai)

    Ok… this is not only menu, all links are changing color for blue.
    I don’t want that changing at all.

    Hi,
    header image is core WP feature, not theme’s. I think there is no possibility to make it responsive. Even if theme stretches the image to fit screen width, it’s still has some fixed size. What we can do, is to make them way larger than any average screen, let’s say 2400×600.
    Better option is hiding slider next prev buttons.

    use this in custom css

    header #slideshow #spider_slideshow_left,
    header #slideshow #spider_slideshow_right{
    display:none;
    }

    changing colors is pro feature in the theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘image in header – to low quality blue menu’ is closed to new replies.