0
Welcome Guest! Login
0 items Join Now

Banner image modification

    • miquael's Avatar
    • miquael
    • Jr. Rocketeer
    • Posts: 33
    • Thanks: 0

    Banner image modification

    Posted 12 years 8 months ago
    • Hi. I've replaced the default Gantry banner image with my own banner image, tho it is not showing up correectly. See here, the partial image in the upper-left corner, should be much larger, and it needs to be re-positioned:

      ehub29.webhostinghub.com/~sacred42/

      I do not understand why this is happening or how to make modifications to the banner area. And I've not been able to find a comprehensive tutorial on how to manage the banner image. Anyone know of a good tutorial for this specifically? Or can tell me to how to make such modifications?

      I have no idea where to begin.

      I had asked this question before, got a response from a Mod Squad member, tho never heard back on this (and that was weeks ago: www.rockettheme.com/forum/index.php?f=48...0602&rb_v=viewtopic# )

      Really need to get this sorted. Can anyone help out?

      Thanks! :shock:
    • Last Edit: 12 years 8 months ago by miquael.
    • miquael's Avatar
    • miquael
    • Jr. Rocketeer
    • Posts: 33
    • Thanks: 0

    Re: Banner image modification

    Posted 12 years 8 months ago
    • Anyone ... ? Anything ... ? Any tip on how to make modifications to the banner image? :cry:
    • miquael's Avatar
    • miquael
    • Jr. Rocketeer
    • Posts: 33
    • Thanks: 0

    Re: Banner image modification

    Posted 12 years 8 months ago
    • I tried following this advice:

      sabreuse.com/flexible-headers-in-wordpress-3-4-themes/

      So I pasted this into my functions.php (for the Gantry Theme):

      // Add support for flexible headers
      $header_args = array(
      'flex-height' => true,
      'height' => 300,
      'flex-width' => true,
      'width' => 950,
      'default-image' => '%s/images/header/header-assets.png'
      );

      add_theme_support( 'custom-header', $header_args );

      But no change! ????

      And I looked, but did not see any conflicting references in the header.php file ...

      What is the problem? :twisted:
    • miquael's Avatar
    • miquael
    • Jr. Rocketeer
    • Posts: 33
    • Thanks: 0

    Re: Banner image modification

    Posted 12 years 8 months ago
    • Okay, kinda sorta figured it out:

      Edit gantry.css (in plugins/gantry/css) and change this line to modify what is shown of the banner graphic:

      #rt-logo {width: 910px;height: 200px;display: block;}

      :mrgreen: :arrowu:

Time to create page: 0.066 seconds