Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@iceman027: You can add the following CSS in “Appearance => Theme Options => Custom CSS” to change the background color of the social widget area in header right section.
`#sidebar-header-right .widget_catchbox_social_widget { background-color: #004000; }`Sakin
Keymaster@jobregonz: Add the following CSS in “Appearance => Theme Options => Custom CSS” for now. But we are releasing Version 2.0 soon, after that you can remove this css.
`
input[type=”email”],
input[type=password] {
background: #cccccc;
-moz-box-shadow: 0 1px 5px #bcbcbc inset, 0 1px 0 #fff;
-webkit-box-shadow: 0 1px 5px #bcbcbc inset, 0 1px 0 #fff;
box-shadow: 0 1px 5px #bcbcbc inset, 0 1px 0 #fff;
border: 1px solid #aeaeae;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
height: 34px;
padding: 5px 10px;
width: 75%;
}
`Sakin
Keymaster@iceman027: Great that you have fixed it.
Sakin
Keymaster@cbtoolkit: There is missing line height. We will check the issue in more details but for now you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
`#branding .widget-area { line-height: 1.65; }`Sakin
Keymaster@actiondreamer: You can download the Catch Box Free version and then you will see .mo and .po files in language files.
See this .mo and.po for spanish
http://themes.svn.wordpress.org/catch-box/2.2.1/languages/es_ES.mo
http://themes.svn.wordpress.org/catch-box/2.2.1/languages/es_ES.poThen update these files. Don’t edit .pot files.
Also you can see the tutorial for Translation on http://wp.tutsplus.com/tutorials/theme-development/translating-your-theme/
Sakin
Keymaster@karinschultz: Simple Catch Free and Simple Catch Pro theme are totally different system. Simple Catch Free theme is build in HTML4 and CSS2 but Simple Catch Pro is build in HTML5, CSS3 and Responsive web design. So, many of the custom css from free will not work in pro. So, it’s better to remove all the custom css from free version.
For menu in pro version, remove the css from free and add the following:
`
#access ul li a { padding: 0 23px; }
#access ul li:last-child { border-right: none;}
#access ul li:last-child a { padding: 0 20px 0 21px; }
`For color in pro version, there is great color option in your theme options panel. Go to “Appearance => Theme Options => Color Options”
Sakin
Keymaster@trentbuzz: Not so sure what is the issue. Can you check your setting at “Appearance => Theme Options => Homepage Settings => Homepage / Frontpage Settings”. Check the Enable Latest Posts.
Sakin
Keymaster@liontrackslux: Sorry I cannot check for unpublished site. Maybe you can upload in any demo url.
Sakin
Keymaster@Afsoon: I check your site and your uploaded image is this http://gazelledesignstudio.com/wp-content/uploads/2013/04/cropped-copy-cropped-gazelle-icon-+text-19.jpg which width is 600px and height is 113px.
So, what is the issue there. Also I would like to tell you that there is padding around the image. So, can you tell me what are you trying to do. Maybe, you can upload the screenshot of what you want and past the link here.
Sakin
Keymaster@Ancestral0: Send me your site URL and the remaining questions. So, that I can check in your site and send you the code.
Sakin
Keymaster@jsvoboda: The text in the featured post slider is the Title of the Post and the Excerpt of the post, which is auto from the content. But in WordPress you have excerpt box in the post from which you can further control the content. More about excerpt box http://en.support.wordpress.com/splitting-content/excerpts/
Sakin
Keymaster@nenepretty85: Great it’s solve. Thanks and you too have a nice day.
Sakin
Keymaster@obiokere: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box. This will make your background color of header right sidebar to transparent so it matched the background of header.
`.sidebar-top .widget { background-color: transparent; }`Sakin
Keymaster@eric.suth: Yes, but for that I need to check your site and see what is happening. So, post your site URL.
Sakin
Keymaster@impresnet: It’s ok and I am sorry that I couldn’t understand properly. But now I am clear about it and here goes answer to your questions:
1.- I want to remove as indicated in red. Or modify colors:
— To remove the slider content. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
`#main-slider .entry-container { display: none; }`2.- What I want is to leave the post and page to Full Width, like most of the themes. Is it possible?
— Sorry the full width option is currently available only in Catch Everest Pro version.Sakin
Keymaster@karinschultz: In the menu bar, I want to change the “Home” to “Home Sweet Home”. No matter what I do, it will not allow me to do this.
— To get flexibility with menu, user custom menu, build your own. Just to go “Appearance => Menu”. See this for more details http://en.support.wordpress.com/menus/. To add home just on Go to Page box, then click on “View All” tab and then, check “Home: Home” and add to menu. this will add home to top of your menu, then edit the label of Home to Home Sweet Home.Sakin
Keymaster@cbtoolkit: Add the widget in the header top sidebar and send me your site URL. Then I will check and give you the css code.
Sakin
Keymaster@karinschultz: I don’t understand your request. Can you upload the screenshot in your site and send me the URL with the screenshot about what you want to do. Sorry for that.
Sakin
Keymaster@poornima.uk: You have added so many confusing css that is crating problem in alignment. For example this css
`#main { padding-left: 90px; }`This is adding left padding in your content.
Sakin
Keymaster@trentbuzz: You have already added the categories under new menu at 6FK and so on. I mean these categories.
-
AuthorPosts
