Header image is out of proportion in 1.5.5

  • 007me

    #8086

    Hi,

    The header image is shown out of proportion in 1.5.5

    See here the 1.5.5

    https://www.dropbox.com/s/4uamrljnh4pio7w/Header-image-1.5.5.PNG

    you can see it here: http://www.udiburg.com/blog2

    And here for the 1.5.2

    https://www.dropbox.com/s/nifse70swttw839/Header-image-1.5.2.PNG

    You can see it here: http://blog.udiburg.com

    These images are the same image. the settings of both are the same were the height of the image is set to 120px for both.

    This happens also in landscape view.

    Admin

    Syahir Hakim

    #40291

    Hi Udi,

    Can you download the dev version of the theme here and let me know if it fixes the issues you’ve reported:

    https://dl.dropboxusercontent.com/u/14403795/graphene-mobile-neo-1.5.5r63.zip

    007me

    #40292

    Ok, Syahir, looks like all is working now!!! All the problems I’ve reported are gone.

    But there is an issue now with the slide out icon both on iPhone and iPad

    See here:

    https://www.dropbox.com/s/mlzhnvrxzhbmr7h/Slide-out-icon.PNG

    You’re the best!

    Udi

    007me

    #40293

    Hi Syahir,

    Any updates when the fixed version will be out?

    Udi

    Admin

    Syahir Hakim

    #40294

    Hi Udi,

    Are you still having the issue with the slide-out panel icon? I’m not sure why that is happening.

    007me

    #40295

    Hi Syahir,

    Yes I am. If you have any iDevice you would see it too.

    http://www.udiburg.com/blog2

    Admin

    Syahir Hakim

    #40296

    Can you check if you have any codes in the theme’s Custom CSS option?

    007me

    #40297

    Yes,

    I have the following code:

    /* Move menu to the right side instead of middle
    */
    .menu-wrapper .menu {
    text-align: right;
    }
    /* End of move menu */
    /* Change the slide panel colors */
    #jPanelMenu-menu {
    background: #153E7E;
    color: #ddd;
    }
    #jPanelMenu-menu .widget-title {
    color: #999;
    }
    .side-panel-toggle {
    background: url(http://www.udiburg.com/blog2/wp-content/themes/graphene-mobile-neo/images/sprite-master.png) 10px -472px no-repeat #153E7E;
    }
    .side-panel-toggle p {
    color: #C1C1C1;
    }
    .side-panel-wrapper li {
    color: #fff;
    border-bottom: 1px solid #444;
    }
    .side-panel-wrapper li a {
    color: #fff;
    /* End of change slide panel colors */
    }
    Admin

    Syahir Hakim

    #40298

    This line is causing the issue:

    .side-panel-toggle {
    background: url(http://www.udiburg.com/blog2/wp-content/themes/graphene-mobile-neo/images/sprite-master.png) 10px -472px no-repeat #153E7E;
    }

    Remove that and you should be fine. In fact, most of the colours for the slide panel can be customised via the theme’s Colour Options now. You should use those instead.

    007me

    #40299

    I’ve added it long ago when it wasn’t possible to play with the colors and you’ve suggested me to add it 🙂

    I removed it and all is well now.

    so when should I expect the updated version? As the one I installed was a beta one.

Viewing 10 posts - 1 through 10 (of 21 total)

  • You must be logged in to reply to this topic.