• Resolved jan8022

    (@jan8022)


    I can change the page layout though the attributes to a 3-column one, but how do you do that for the posts page?

    Thx!

Viewing 11 replies - 1 through 11 (of 11 total)
  • Theme Author clashmedia

    (@clashmedia)

    a) create a page with a 3 column layout.
    b) go to settings -> reading.
    c) set Front page displays to (A static page)
    d) set posts page to the page that you created.

    Anette

    (@aha-co-creatie)

    Hello, i hope somebody can help me with my two ‘problems’:

    How can i change the size of the header picture? If i place a small image it strechtes it to 940 × 198 pixels. I can’t find those numbers in the code. I would like it to be smaller. But how?

    And something else:
    When i turn off the: show header tekst, it still shows…

    Thank you!

    It’s a site for a client: https://www.anderszins.eu

    n0ctornus

    (@n0ctornus)

    Hello,
    I want to make my header image cover all header with search bar on it? How can I manage that?
    Thanks!

    Theme Author clashmedia

    (@clashmedia)

    Hi AHA co-creatie and n0ctornus,

    I really want to help you guys but it sounds like you want changes to header.php which I can’t really do right now.

    AHA co-creatie you should probably make an image of the standard size but make it a png with a transparent background. Make most of the image transparent and just have your clients logo in the area you want it to show up. Do you understand what I am trying to say?

    n0ctornus you will need to edit the header.php and move the following code down to within the header display image code.

    <div id=”topwidget”>
    <?php
    if( !dynamic_sidebar( ‘above-header-widget-area’ ) ) get_search_form();
    ?>
    </div>

    you will need to play around with it until you get it right.

    hope this helps!

    Anette

    (@aha-co-creatie)

    Thank you, I understand what you mean. I did it.

    I also changed the size in the functions.php and now its alsmost good….

    the space above the header is still too big. Can you tell me how i can manage to make this space smaller?

    Theme Author clashmedia

    (@clashmedia)

    Hi AHA co-creatie,

    remove the following code

    <div id=”topwidget”>
    <?php
    if( !dynamic_sidebar( ‘above-header-widget-area’ ) ) get_search_form();
    ?>
    </div>

    because the div is what is causing the space above the header. it looks like you removed the search box already but the div is still there.

    Hope that helps.

    Anette

    (@aha-co-creatie)

    Yes, did it. Thank you!

    Theme Author clashmedia

    (@clashmedia)

    ok,

    glad I could help.

    abdurrahmanmoslem

    (@abdurrahmanmoslem)

    how to change a display 3 columns.
    I’ve tried but could not.

    thx

    esmi

    (@esmi)

    @abdurrahmanmoslem: As per the Forum Welcome, please post your own topic. Posting in an existing topic prevents us from being able to track issues by topic. Added to which, your problem – despite any similarity in symptoms – is likely to be completely different.

    Theme Author clashmedia

    (@clashmedia)

    try latest version, we have made it easier to go to 3 column layout.

    Closing thread. If you are still having problems open another thread and we will look at it for you.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Whispy Font Size & Header Image Info & Post Layout’ is closed to new replies.