Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3996
    linleffel
    Member

    I’m trying to figure out why my page buttons are in the wrong location on my site, and why they are so far down from the header image.  Can anyone please give me a hand?

    http://disneymamas.com/

     

    Thanks!

    Lin

    #4054
    Sakin
    Keymaster

    @linleffel: I don’t get your question. If you are talking about your header image and the social icon to the right.

    If you add the large header image then it will make the social icon and search box go down. If you add the smaller one then it will align.

    #4066
    linleffel
    Member

    No, I am not talking about the header image, I am talking about the page buttons.  In the template/preview images for Simple Catch the blog title, social media icons, and search box all appear at the top of the webpage, and above the header image, and the page buttons appear directly above the header image, as if sitting on top of it.  On my page all of this appears below the header image and it looks very awkward.  I do not know why it appearing this way, and I would appreciate some assistance.

    My header image is the exact size specified by the Simple Catch installation instructions; 976 pixels by 313 pixels.  However, regardless of size, as I have tried the image at different sizes, the header image still appears at the top instead of below the page buttons.

    Regardless, the layout of my page does not match the Live Preview of the Simple Catch theme, and I can find no information about how to reorder the features.  If you look at the page and compare it to the live preview you can see what I am talking about clearly.

    #4070
    Sakin
    Keymaster

    @linleffel: oh now I understand what you are talking about. This option is not there is simple catch theme. Actually simple catch theme is designed to make like this http://catchthemes.com/demo/simplecatch . Small header image on the left and social icons on the right. But if you have header image with larger then it will make the social icon go that.

    By the way, we haven’t recommend the size for the header image. That size you have added is the recommendation for the Feature Post Slider- Width: 976px and Height: 313px.

    Sorry to say but the feature that you have asked is not currently supported by Simple Catch Theme. You need to build child theme and do the customization. Just build a child theme with style.css and then copy the header.php and then move the items in header.php up and down like this


    <div class="social-search">
    <?php
    // simplecatch_headersocialnetworks displays social links given from theme option in header
    if ( function_exists( 'simplecatch_headersocialnetworks' ) ) :
    simplecatch_headersocialnetworks();
    endif;
    // get search form
    get_search_form();
    ?>
    </div><!-- .social-search -->

    <?php
    // Funcition to show the header logo, site title and site description
    if ( function_exists( 'simplecatch_headerdetails' ) ) :
    simplecatch_headerdetails();
    endif;
    ?>

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Page Buttons’ is closed to new replies.