Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@acoulte: Post IDs are shown in the address bar when you edit or add new post. But if you still cannot find the post ID. Then we have developed Catch IDs plugin http://wordpress.org/extend/plugins/catch-ids/ . You can install this plugin and it will show the respective IDs of post in your Post Panel. Or see this video which shows how to find post ID without any plugin. https://www.youtube.com/watch?v=fLg2T1AvmFE
Sakin
Keymaster@farshad: To increase the width is bit complicated as it is responsive design. So, I don’t want you to change it. Please post this type of customization in http://jobs.wordpress.net/ or tweaky.
I have already given you the css code to hide the Tags and category name (below excerpts)
Sakin
Keymaster@muichan: this function is not there in Simple Catch Theme. I think best option will be to search for plugin and adding it. To customization you need to have information regarding featured image and WordPress coding.
Sakin
Keymaster@hjnelson: You need to upload the image of width 1140px and height 450px and set it as featured image in the post. This will make it same as the demo page.
See theme instruction of all the details http://catchthemes.com/theme-instructions/catch-everest/
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.
-
AuthorPosts
