Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@allisonh: There is no option to add image under the Menu bar. But yes you can add the Featured Post Slider under the Menu bar. See the Theme Instruction http://catchthemes.com/theme-instructions/simple-catch/ for instruction on adding Featured Post Slider.
For adding music you might need to search in WordPress Plugins in http://wordpress.org/extend/plugins/
Sakin
KeymasterNavigation container is id nav-below
Next is class nav-next
Previous is class nav-previous
post are in class hentrySakin
Keymaster@farshad: For responsive width we cannot add it in “Custom CSS” it has to be done with style.css by building child theme.
I don’t see The “About Author Name” in h2.
You can hide it by adding the following CSS in “Custom CSS” box in Theme Options panel.
footer.entry-meta { display: none; }Sakin
Keymaster@subper: Right now we don’t have Dark color scheme for Catch Everest Theme. But you can add the CSS in “Custom CSS” box in your Theme Options panel and change the background colors.
I have help you with this. But let me know the section which you want to change with the colors as well. So, I can help you with css.
Sakin
Keymaster@subper: Your site URL please. So you mean to remove the title only or both title and excerpt.
Sakin
KeymasterThere is no white border in the header but your logo has border see this http://proba.renatalehnert.com/wp-content/uploads/2013/03/logo1.jpeg
You can further decrease the padding top
#site-logo { padding-top: 0; }Sakin
Keymaster@zhangciwu: To translate Catch Everest theme to chinese, you can just install the http://poedit.net/ software and then create .mo and .po file from catcheverest.pot that you will find inside the language folder in the Theme.
See this for details: http://wp.tutsplus.com/tutorials/theme-development/translating-your-theme/
Sakin
KeymasterIt’s in the function catchbox_headerdetails() in custom-header.php. You need to build child theme and then you can just remove the action by adding the following code in functions.php in your child theme.
remove_action( 'catchbox_headercontent', 'catchbox_headerdetails', 11 );Then build your function with changes such as catchbox_headerdetails_child() and hook with action hook
add_action( 'catchbox_headercontent', 'catchbox_headerdetails_child', 12 );March 8, 2013 at 12:58 am in reply to: Full-width logo: close empty space above & below, match menu bar width #4771Sakin
Keymaster@jimchicago: Add the following css in “Custom CSS” box in your Theme Options panel.
#header .logo-wrap { padding-left: 0; }
#site-logo a img { max-width: 100%; padding-right: 0; }
#header .logo-wrap { margin-top: 0; }
#header #mainmenu { margin-top: 0; }
Sakin
Keymaster@nightingalecollective: I see that the slider is showing in Homepage only.
Sakin
Keymaster@Sause01: Just add the following CSS in “Custom CSS” box in your Theme Options panel.
#site-generator { background-color: #7ba58f; }Sakin
Keymaster@subper: You can reduce the padding of hgroup-wrap. Just add the following CSS in “Custom CSS” box in your Theme Options panel.
#hgroup-wrap { padding-bottom: 0; }Sakin
Keymaster@f.bacchiericortesi: If you add static page as the homepage then you will only have option to add widget in sidebar.
But there is one option, why don’t you add the static page in the homepage left sidebar. You can use all the homepage sidebar and customize the homepage with page and posts.
Sakin
Keymaster@Twonk: Thank for finding the issue. I have just fixed it by upload the new version 1.2.4 in your site and it is working perfectly. Can you check now. I am releasing this version tonight.
Sakin
Keymaster@Madeline: Looks like you have customize the theme. As This theme only takes Post ID for the Featured Post Slider. There is problem with your permalinks in the customization your have made. So, need details about your customization. You can contact me at support[at]catchthemes[dot]com
-
AuthorPosts
