Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@OpenMind: Trying replacing your language folder with this one http://catchthemes.com/downloads/languages.zip
Sakin
Keymaster@evabigtree: what do you mean by tag bar?
Sakin
Keymaster
@linerunner: You can add in the following CSS in “Custom CSS” box in your Theme Options.body {
padding-top: 0;
}
#page {
max-width: 100%;
}
#branding {
border-radius: 0;
}
#main {
margin: 0 auto;
max-width: 1000px;
}Sakin
Keymaster@Shelley: It’s already fixed.
Sakin
Keymaster@mrblista: See this for detail tutorial http://wp.tutsplus.com/tutorials/theme-development/translating-your-theme/ . In this tutorial you don’t need to make our theme translation ready. We have already don’t it and added a file simple-catch-pro.pot file. You just need to create de_DE.mo and de_DE.po file through http://www.poedit.net/
Sakin
Keymaster@Lpaul: You can change it through adding in CSS in “Custom CSS” on in your Theme Options.
/* For widget background and text color */
.widget {
background-color: #000;
color: #fff;
}
/* For pages and posts */
.hentry {
background-color: #000;
color: #fff;
}
Sakin
Keymasteralso for best try using custom menu. See this on how to create custom menu http://en.support.wordpress.com/menus/
Sakin
Keymaster@Rich2337: I don’t get it what you mean by blank page. If you mean creating a new page then see this http://en.support.wordpress.com/pages/
Sakin
Keymasterfor font color of menu add the following css in “Custom CSS” box under Theme Options
#access .menu-header-container ul li a {
color: #fff;
}
Sakin
Keymaster@evabigtree: Add the following css in your “Custom CSS” box in Theme Options
#site-generator .copyright {
width: 80%;
}
#site-generator .powered-by {
width: 20%;
}
Sakin
Keymaster@paulyuan: You can change the background color in contain and widgets area in Catch Box Pro theme by adding the following css in “Custom CSS” box in Theme Options
/* background color in contain */
.hentry {
background-color: #000000;
}
/* background color in widgets area */
.widget {
background-color: #cccccc;
}I don’t get your other question of category.
Sakin
Keymaster@nathalia: For your site please add the following css.
.blog #slider { display: none; }
Sakin
Keymaster@evabigtree: Please post in your site URL so that I can check it and give you the answer.
Sakin
Keymaster@Buttsc7875: Sorry not familiar with e-junky code. So, can you ask that in e-junky support forum and let us know what they will ask you to do. If it’s in our theme that we can help then we will add in support for you.
Sakin
Keymaster@richardfsmith: It opening fine on our end. I checked in both ie8 and ie9 for our Catch Box Theme ( http://catchthemes.com/demo/catchbox/ ) and Catch Box Pro Theme ( http://catchthemes.com/demo/catchbox/ )
Sakin
Keymaster@VINCE8585: You need to add the following css in your “Custom CSS” in Theme Options.
#branding .menu .current-menu-item > a,
#branding .menu .current-menu-ancestor > a,
#branding .menu .current_page_item > a,
#branding .menu .current_page_ancestor > a,
#colophon .menu .current-menu-item a {
background: #e5e5e5; /* Show a solid color for older browsers */
background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
background: -o-linear-gradient(#f9f9f9, #e5e5e5);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e5e5e5'); /* for IE */
color: #000;
}
Sakin
Keymaster@VINCE8585: Great it’s fixed. But when you need to modify theme you shouldn’t change any core theme files as this will be overwritten when there is update.
So, if you are just modifying css then use “Custom CSS” box in your “Theme Options” under Appearance Tab in your WordPress Dashboard.
If you want to further customize the code and the functions then you need to build child theme and then do customization there.
Sakin
Keymaster@amberatx: remove the css I gave your earlier and add the following css:
#header #mainmenu ul li a {
padding: 0 22.9px;
}
#header #mainmenu ul li:last-child {
border-right: medium none;
}
Sakin
Keymaster@mickael: There is new version of Catch Mustang released today to facilitate latest posts in homepage. Please download version 1.1 from your account with us.
You can disable all the Homepage sidebar (Widgets) through “Theme Options -> Homepage Options -> Homepage Sidebar Options”
You can enable latest posts on Homepage through “Theme Options -> Homepage Options -> Homepage/Frontpage Blog Settings”
-
AuthorPosts