Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #19756
    Jennifer
    Participant

    I added a featured image to my home page. That now displays instead of the custom header–this is good.
    But the custom header will not display “auto” width on the other pages now.
    Is there a Custom CSS setting I can put in for this?
    I already have #header-image: { width: auto; } in there, but it is ignoring it

    #19766
    Sakin
    Keymaster

    @Jennifer: Can you post in your site URL so that I can check in.

    #19776
    Jennifer
    Participant

    This is my test website:
    http://ccds.jensoftsite.com

    Thank you.

    #19779
    Sakin
    Keymaster

    @Jennifer: I see that you have 2 different image, 1 for the homepage and another for other pages. So, try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header-content {
        display: none;
    }
    #branding img {
        width: 100%;
    }
    #19783
    Jennifer
    Participant

    Sakin,
    Thank you. That did it.

    #19798
    zorter
    Participant

    Hi:
    How do I change the font color and background color of the menu items.
    Thanks

    #19800
    Sakin
    Keymaster

    @zorter: Which theme are you using it or can you send me your site URL?

    #19803
    zorter
    Participant

    I am a little confused as to what i meant by 1,2 and 3 column pages. I do not know how to add content to the sidebars. I wish to add content such as a slider of images, announcements, etc., and not blog type of postings.

    In other words, I am thinking partly of a magazine type layout where I have freedom as to what to put in the left and right columns.

    Does the pro version have this capability, if the free version does not.

    #19805
    zorter
    Participant

    http://frankiesavoyballny.com/

    Let me know if you want password – I would rather not since the site is not released just yet, but can send you a temp one if you need it.

    #19806
    zorter
    Participant

    I am using Catch Evolution Free

    #19809
    Sakin
    Keymaster

    @zorter: For menu background color and text color you can change the color code as per you need and then add the following Custom CSS in “Appearance => Theme Options => Custom CSS” box. For easy and detail color option you can use PRO version.

    #fixed-header-top { background-color: #000; }
    #fixed-header-top ul.menu > li a { color: #dddd; }

    After you select the three column layout, you need to add widgets in your “Third Column sidebar” from “Appearance => Widgets”.

    #19815
    zorter
    Participant

    Thanks – that is really excellent support, and I have not paid you a penny yet. I will get the pro.

    How do I modify the drop downs in the menu – I changed the main menues to black font over white background, but the dropdowns are now black text and dark gray.

    Have another question – I cannot figure out how you load the images for the default slider.

    And related, can I put the slider in the sidebars.

    And Again can I modify the width of the sidebars.

    Alan

    #19823
    Sakin
    Keymaster

    @zorter: For sub-menu item color, you can add the following Custom CSS in “Appearance => Theme Options => Custom CSS” box.

    #fixed-header-top ul.menu ul { background-color: #fff; }
    #fixed-header-top ul.menu ul li a { color: #000; }

    For Slider, you cannot add this slider in your sidebar. For sidebar slider you can search for slider plugin at http://wordpress.org/plugins/.

    Thanks for upgrading to pro version. You can find detail instruction of slider on http://catchthemes.com/theme-instructions/catch-evolution-pro/. Now for the slider, first you need to “Select Slider Type” from “Appearance => Theme Options => Featured Slider => Slider Options”.

    So, if you choose Featured Page Slider or Featured Post slider, you need to add Page or Post ID from which the slider code will take the featured image of those page and post. Similarly if you choose Featured Category Slider, then it will take the latest posts features image from selected category.

    Then if you choose Featured Image Slider then it’s an independent slider where you have to upload individual image, title, content and links as per your need.

    Modifying the width of the slide is bit complicated as we need to change the width will the responsive design of various screen-size. So, can you tell me your desire width and I will check in the css.

    #19842
    Jennifer
    Participant

    How do I get the image caption to show on the featured image? I set the caption, alt, and description. But none of them display.

    #19844
    Jennifer
    Participant

    Sakin:
    Now how do I make my alternate header clickable back to the home page?
    Is there another line of Custom CSS I can add for this?

    #19850
    Sakin
    Keymaster

    @Jennifer: That header image is not click-able. If you want to make that link then you need to build child theme and create functions.php file and then copy function catchevolution_featured_header() from custom-header.php file and edit it.

    Only logo has default link to homepage.

    #19867
    Jennifer
    Participant

    OK maybe I can add the logo to the alternate pages.

    How do I get my featured image to show captions?

    #19883
    Sakin
    Keymaster

    @Jennifer: Featured image will not show the caption. Only the image added in your pages and post content section will show the captions.

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘issue with displaying header’ is closed to new replies.