Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Irina: Yes, you can use the above css given my @Nancy. But after you add in that css you need to upload the Featured image of small size. The reference site you have given uses featured image size of 150px height and 150px width. This is the best option.
But if you want to just control the size with the CSS. Then you can add the following css which adds size in the @Nancy css. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.home .entry-summary .wp-post-image, .archive .entry-summary .wp-post-image { display: inline; float: left; height: auto; margin: 0 10px 10px 0; width: 30%; }Sakin
Keymaster@SteffB: Please check in your site. I am not able to open it. It says “Unable to connect”.
Sakin
Keymaster@thatfashiondude: Strange. It’s updating fine in our side. I just change the Post id in “Appearance => Theme Options => Featured Post Slider => Add Slider Options”.
So, can you tell me what did you add in your Slider Options? Need more details about what’s not working.
Sakin
Keymaster@drshento: Thanks I try my best to make everyone happy and when I receive any appreciation. It makes my day wonderful. Thanks a lot 🙂
Sakin
Keymaster@drshento: Yes, that’s not the right css. Can you try adding in the following css.
#header-menu ul.menu { float: right; }March 23, 2014 at 9:56 pm in reply to: Header image is perfect on desktop but too narrow on notebook #22364Sakin
Keymaster@Bouncedancer: That’s fine.
Sakin
Keymaster@amycooke999: Can you post in your site URL? There is layout Options in “Appearance => Theme Options => Layout Options”, where you can choose “Right sidebar”. This will be for overall site. But if you want different layout in specific page/post then you can choose on that particular page/post as “Right Sidebar”.
Then go to “Appearance => Widgets” and add widgets in your sidebar.
Sakin
Keymaster@CinnamonEarth: You need to edit the width of both menu and sub-menu.
/* For Parent Menu */ #header-menu ul.menu a { padding: 0; text-align: center; width: 198px; } /* For Sub-Menu */ #header-menu ul.menu ul { width: 205px; }Sakin
Keymaster@scott: Can you upload your logo and design in your site and then send me the URL. I will send you the css code to do that.
Sakin
Keymaster@silentcall: Nice…. Thanks.
Sakin
Keymaster@niyazsky: It’s not allowed to edit copyright information in Free Theme. You need to upgrade to Catch Kathmandu Pro to edit that. In pro version, you can edit that from “Appearance => Theme Options => Footer Editor”.
Sakin
Keymaster@MVS: Catch Everest Free Theme uses Featured Post Slider which is created to highlight your post. So, when you add post ID in “Appearance => Theme Options => Featured Post SLider” like in this screenshot http://www.pinterest.com/pin/548594798329984427/
The slider code will take the Featured Image from that post. The image title and alternative text will be Post title. Image tag will not have description. Read this http://www.w3schools.com/html/html_images.asp
Sakin
Keymaster@CinnamonEarth: Hello Jackie, I see that you have edited the menu style. Just try to add the following CSS in “Appearance => Theme Options => Custom CSS” box and check in.
#header-menu ul.menu ul{ box-shadow: none; }Sakin
Keymaster@niyazsky: Featured Post slier take the text from the Post itself. It takes the post title and excerpt content.
Sakin
Keymaster@niyazsky: Catch Kathmandu Free theme uses Featured Post slider which is created to highlight the posts. For then first you need to create the post add featured image in those post. Then get the post ID and add it in “Appearance => Theme Options => Featured Slider”. You will see it like this http://www.pinterest.com/pin/548594798329984427/
For more details. Read the theme instruction page http://catchthemes.com/theme-instructions/catch-kathmandu/ heading “Featured Slider”
Sakin
Keymaster@Dottie: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#branding { border: none; } #branding .bottom-bg { display: none; } #access ul.sb-options { background-color: #8db5a3;} #access .sb-options a { border-color: #ddd; } #access .sb-selector:link, #access .sb-selector:visited, #access .sb-selector:hover { color: #106d6f; text-shadow: none; } #access .sb-options a:link, #access .sb-options a:visited { color: #106d6f; }Sakin
Keymaster@drshento: You can add the following CSS either in Jetpack Edit CSS or in “Appearance => Theme Options => Custom CSS” box.
/* For Menu Background and Color */ #header-menu { background-color: #fff; } #header-menu ul.menu a { color: #000; } /* For Menu Active Background and Color */ #header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a { background-color: #000; color: #fff } /* For Menu Hover Background and Color */ #header-menu ul.menu li:hover > a, #header-menu ul.menu a:focus { background-color: #000; color: #fff }Note: Send me your site URL is this doesn’t work.
Sakin
Keymaster@angelhair0: Yes you are right. This theme is not designed to do that. For that you need to build child theme and edit header.php and it’s structures from functions.php file. Then edit the css. We have catch evolution theme which has full width menu.
March 22, 2014 at 10:16 am in reply to: search bar elimination/hiding (yes, i've read the other posts on this topic!) #22211Sakin
Keymaster@angelhair0: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box to remove the search in Header Right Section in Simple Catch Theme.
#header .social-search { display: none; }Sakin
Keymaster@akfujii: Did you find how to add Featured Image in your post/page? It’s not any function that you need change. It’s the default feature by WordPress itself, read this http://en.support.wordpress.com/featured-images/
See this screenshot, if you want to set the featured image from media uploader http://www.pinterest.com/pin/548594798329948788/ -
AuthorPosts
