Tagged: featured image
- This topic has 17 replies, 3 voices, and was last updated 10 years, 9 months ago by Sakin.
-
AuthorPosts
-
January 29, 2014 at 3:52 am #19756JenniferParticipant
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 itJanuary 29, 2014 at 2:53 pm #19766January 29, 2014 at 7:42 pm #19776JenniferParticipantThis is my test website:
http://ccds.jensoftsite.comThank you.
January 29, 2014 at 10:56 pm #19779SakinKeymaster@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%; }
January 30, 2014 at 3:03 am #19783JenniferParticipantSakin,
Thank you. That did it.January 30, 2014 at 11:17 pm #19798zorterParticipantHi:
How do I change the font color and background color of the menu items.
ThanksJanuary 30, 2014 at 11:25 pm #19800January 30, 2014 at 11:31 pm #19803zorterParticipantI 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.
January 30, 2014 at 11:33 pm #19805zorterParticipanthttp://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.
January 30, 2014 at 11:37 pm #19806zorterParticipantI am using Catch Evolution Free
January 30, 2014 at 11:51 pm #19809SakinKeymaster@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”.
January 31, 2014 at 2:18 am #19815zorterParticipantThanks – 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
January 31, 2014 at 12:55 pm #19823SakinKeymaster@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.
February 1, 2014 at 12:21 am #19842JenniferParticipantHow do I get the image caption to show on the featured image? I set the caption, alt, and description. But none of them display.
February 1, 2014 at 1:48 am #19844JenniferParticipantSakin:
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?February 1, 2014 at 9:52 am #19850SakinKeymaster@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 functioncatchevolution_featured_header()
fromcustom-header.php
file and edit it.Only logo has default link to homepage.
February 2, 2014 at 2:25 am #19867JenniferParticipantOK maybe I can add the logo to the alternate pages.
How do I get my featured image to show captions?
February 2, 2014 at 10:24 am #19883 -
AuthorPosts
- The topic ‘issue with displaying header’ is closed to new replies.