Stacy Huber

Member

Forum Replies Created

  • In reply to: reducing size of header

    #26069

    Hi Kenneth,

    Thanks so much for your help. I did a reply to the email I received. If it does not show up here later, I will put my message directly in here. In the meantime, here is the link to my image I created in Macromedia Fireworks 8.

    http://www.kwikwerk.com/wp-content/uploads/2012/03/narrow-header3.png

    Thanks so much.

    In reply to: reducing size of header

    #26067

    Hello and thanks to you all for trying to help me. I think I’ll try one more time and then give up 🙁 Although, I know it can be done because my friend was able to do it. Here is her site. http://millsministries.deborahjerome.com/

    This is what I’ve done:

    I put this code into the Child Graphene Theme Options> Display > Custom CSS styles.

    #header{
    background-color:#000;
    background-repeat:no-repeat;
    height:65px;
    margin-left:16px;
    width:930px;
    }

    Then I put this in the Graphene Child > functions.php.

    <?php

    function graphene_custom_header_width(){
    return 960;
    }
    function graphene_custom_header_height(){
    return 75;
    }
    add_filter('graphene_header_image_width', 'graphene_custom_header_width');
    add_filter('graphene_header_image_height', 'graphene_custom_header_height');

    ?>

    This is what my site looks like http://www.kwikwerk.com. It is wonky in left alignment. And the image will not upload in its entirety. I have to crop and publish a small segment of my entire image before it will upload install. You can see the result.

    Sorry if this is not what you meant by backtick.

    Again, thanks so much for all your help.

    In reply to: reducing size of header

    #26066

    Hi Parsanna,

    I have not idea what you mean by this “Please don’t dump the code here. Or, at least put your code between backticks.” What are backticks?????

    thanks

    In reply to: reducing size of header

    #26062

    Wow! Thanks for answering so fast.

    I have my image created the size I want. Put the size into the code. But, when I upload into the header section, I get a built in slider that will only allow me to “crop and publish”. It wants to crop length wise not height. Meaning it wants the image that was 920L X 65H to be cropped to 150L X 65H. And, of course when I do the heard is reallly warped.

    I did put the code into the child theme functions file. Same thing.

    Oh one more thing. I now get this message

    #header{ background-color:#000; background-repeat:no-repeat; height:65px; margin-left:16px; width:930px; }

    Thanks.

    In reply to: Error message and can't log in.

    #24892

    Thanks. Seems the problem was a corrupted child theme???? Anyway deleted and reinstalled and all is well. – for now 🙂

    In reply to: Error message and can't log in.

    #24890

    Hi Josh, thanks for getting back. The biggest problem is I cannot log in. I get all this gobbly de gook and no sign in form for WordPress.

    Any ideas on how to get in to check on the white space?

    Thanks,

    Stacy

    Thanks Prasanna. That helped.

    In reply to: Slider title is now down? How to change back?

    #23349

    Thanks Kenneth, the .home worked. I’ll work on the button issue later.

    Thanks again.

    In reply to: Slider title is now down? How to change back?

    #23342

    Sorry Kenneth. The site is http://deborahjerome.com/, but it isn’t published yet. The home page is fine, except for not having the button.

    I hope i can ask another question/issue in here. I’m pretty sure I saw the answer to my question somewhere, but I cannot find it again.

    Here’s the problem:

    The full slider works great on the home page. The sidebar moves down to make room. The problem is this happens on every page with a sidebar. The sidebar remains in the same location, as if the slider is in place above it. How do I get the sidebar to return to its normal position on the other pages? I hope this is clear.

    Thanks so much.

    In reply to: Slider title is now down? How to change back?

    #23340

    Oops! Sorry. I meant the “view full post” button.

    thanks for your help.

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

  • 1
  • 2