Forum Replies Created
-
AuthorPosts
-
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; }`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.
-
AuthorPosts
