Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@alisonmckellar: Can you tell me to which font you want to change to. The code will be as following which you can add in “Appearance => Theme Options => Custom CSS”
`#header-menu ul.menu a { font-family: “dancing script”, sans-serif; }`For menu height you can increase the line height of menu font by adding the following css in “Appearance => Theme Options => Custom CSS” box. Change the value of line height as per your need.
`#header-menu ul.menu a { line-height: 50px; }`Sakin
Keymaster@rawb_in: Yes, I am aware of this issue and we have also send patch update to WordPress.org but they haven’t made it live yet. So, you cannot update at this time automatically. But there is trick to do it manual update.
Just activate any default theme like Twenty Twelve Theme.
Then delete the theme Catch Everest.
Then you can download the theme from http://wordpress.org/extend/themes/download/catch-everest.0.1.5.1.zip
Then you can manually install theme through “Appearance => Themes => Install Themes”. Click on Upload and then upload the zip file you have downloaded and activate it.
After this you can change the settings.Note: You don’t have to worry what will happen to data after deleting the theme. It will not be deleted. It will be restored once you active the uploaded theme.
Sakin
Keymaster@actiondreamer: Archive Sidebar is the optional sidebar, if you add widget in this sidebar. It will show those widgets only in Archive Pages such as categories and tags.
Sakin
Keymaster@cbtoolkit: There seems to be little bug in the widgets as both the Header Top and Header right sidebar are using same ID. So, we cannot separate at this time. We will release the update soon and then you will be able to do that. But if this is urgent then let me know I will email you and add it in your site.
Sakin
Keymaster@karinschultz:
I have a “subscribe to blog” widget which I want on the blog page. I see that you have extra widget areas which I can use. I want this widget to appear on the first page of the blog (archive page or summary), but right now its showing up on each blog post. How can I get this on the “archive page” as well? Which widget area do you suggest?
— To show it only on Blog and categories, add the widget in “Archive Sidebar”Other things I would like to correct – the first page of the blog has “Blog Archives” at the top before the posts, don’t know where this came from as it was not on the original. How can I get rid of this or change this to another name i.e. Recent Posts?
— Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
`.category .page-header { display: none; }`Also on this page, I would like to run the sharing icons right across the post summaries at the bottom of each post (under the pic as well as copy). Right now they run across the bottom of the copy. I would like the icons to follow the line – I am using the “sharing” in Jetpack for the icons.
— I am not sure how the plugin will add add the icon. Can you show me in your site. I think you might considering asking in plugin forum for plugin support.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; }` -
AuthorPosts
