Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@pips: Just add the following CSS in “Custom CSS” box in Theme Options panel to hide previous and next post
.single #nav-below { display: none; }Sakin
Keymaster@karinschultz:
1. For image border in single post, just add the following css in “Custom CSS” box in Theme Options panel.
#main #content .wp-caption img { padding: 5px; }2. We cannot adjust the menu pixel perfect. But can you try this. Replace your old css for menu
#header #mainmenu ul li:last-child a { padding: 0 15px; }with this one
#header #mainmenu ul li:last-child a { padding: 0 16px 0 17px; }3. I don’t understand what you mean. Can you explain it.
Sakin
Keymaster@Mickesan: You can just add the following CSS in “Custom CSS” box in Theme Options panel to change the menu hover background color. Change the color code as per you need.
#branding ul.menu li:hover > a, #branding ul.menu a:focus { background: #e5e5e5; }You can change the menu font to web safe fonts by adding in the following CSS
#branding ul.menu { font-family: Arial, Helvetica, sans-serif; }See this for Web Safe Fonts http://www.w3schools.com/cssref/css_websafe_fonts.asp
Sakin
Keymaster@Mickesan: About the hover color, just change the color code and add the following css in your Custom CSS box in Theme Options panel.
#branding ul.menu li:hover > a, #branding ul.menu a:focus{ background: #e5e5e5; }For header image, change your image http://worldsangels-carlyrosesonenclar.com/wp-content/uploads/2013/04/bb3.png to .jpeg format not png. Png format are larger image size.
Sakin
Keymaster@Chris: Just add the following css in “Custom CSS” box in Theme Options panel.
#comments .nocomments { display: none; }Sakin
Keymaster@Chris: I got confused with Catch Box Free theme. You can translate the theme in your language my creating .mo and .po file and defining the language in wp-config.php .
See this tutorial on translation http://wp.tutsplus.com/tutorials/theme-development/translating-your-theme/
Also, for your ease you can download the Catch Box Free version and get the .mo and .po file and update that.
Sakin
Keymaster@dre2010: There is border from NGG gallery css not from our theme css. See this
.ngg-gallery-thumbnail img {
background-color: #FFFFFF;
border: 1px solid #A9A9A9;
border-radius: 8px 8px 8px 8px;
display: block;
margin: 4px 0 4px 5px;
padding: 4px;
}
To remove the border from the NGG gallery images, you can just add the following css in “Custom CSS” box in Theme Options Panel.
.ngg-gallery-thumbnail img { border: none; }Mobile Devices CSS means resposnive css which you will find int responsive.css in css directory of theme. You can see the media query and add the css in the “Custom CSS” box in Theme Options panel or build child theme and customize there.
I am not so sure what are you talking about “sudden the css auto deleted some classes.” can you explain it.
Sakin
Keymaster@mook32: I don’t get you what you are asking for and also your site is not showing up. Can you post your site URL so that I can know what are you talking about.
Sakin
Keymaster@ieRia_chen: Please check the Theme Instruction for Catch Box Theme http://catchthemes.com/theme-instructions/catch-box and also it has been answer in this support forum http://catchthemes.com/support-forum/topic/featured-post-slider-not-showing-up/
I hope this will solve your issues.
Sakin
KeymasterHi Dreamy,
The Featured Post Slider take the title, excerpt, and featured image from the post.
So you need to adjust your title and excerpt text.
You can control the overall “Excerpt Length” by typing the number of Words in “Appearance => Theme Options => Excerpt Length in Words”.
But if you like to control the excerpt text of only the post in slider then you can use the excerpt box under your post editor. See this for more details about excerpt http://en.support.wordpress.com/splitting-content/excerpts/
Sakin
Keymaster@dre2010: Can you send me the URL of the page in which you have problem. I will look at it.
Sakin
Keymaster@Chris: It should have been translated. Can you check your file nl_NL.po in your language directory of theme.
Sakin
Keymaster@dgreen055: Yes the simple solution will be to delete your theme and then install Simple Catch Back again. Or you can just download Simple Catch Theme and replace the header.php
Sakin
Keymaster@bjenkins1031: Thanks for reporting bug. We will release this fix in coming version soon.
Sakin
KeymasterCurrently it is not possible to do 3 column layout in Simple Catch Theme.
Sakin
Keymaster@bjenkins1031: Can you add in your site URl and then I will send you the CSS code.
Sakin
Keymaster@mook32: Yes this option is available in Pro version only. How come it’s there in theme instruction of Free theme. Sorry for the confusion and I have updated the Theme Instruction page.
Sakin
Keymaster@Oliwerko: Simple Catch Theme has two predefined image sizes, 1 for the Featured Post slier which is Width: 976px and Height: 313px, and 2 for Thumbnails in Homepage and Archive Page which is Width: 210px and Height: 210px.
So, you have to upload the image with the appropriate size as necessary. The image size above predefined image will be cropped automatically to those size, and if the image size is below predefined image, then it will show the original size.
Sakin
Keymaster@mrt_rl: You can see the the changelog for Catch Everest theme at http://catchthemes.com/changelogs/catch-everest-theme/ or your readme.txt in your theme files.
We don’t recommend to edit the theme core files and directories. If you need to change anything, we recommend you to change it through Theme Options panel, widgets, metabox and Custom CSS box in Theme Options panel. If you have done this then you won’t lose any customization.
But if you are editing any theme core file, then please build child theme and do the customization there so that you won’t lose any data.
-
AuthorPosts
