Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@frederikwa: Please share with me your site URL and also explain which title you are talking about and where you want to move it.
Sakin
Keymaster@alexrams: You site is in Under Construction. I cannot see it. Also please explain in details about the problem.
Sakin
Keymaster@chaseyrita: Thanks for sharing video. Yes, youtube is great way to learn.
@alexrams: I hope you just answer to disable comment. Now to hide the post meta in Simple Catch Free Theme. Just add the following css in “Custom CSS” box in Theme Options panel.
.post-by { display: none; }Sakin
Keymaster@nirym: Just add the following CSS in “Custom CSS” box in Theme Options panel.
/* Remove Box Shadow in images */
.featured-image img, .entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
box-shadow: none;
}
About the content you use. No Sidebar option and that is why the content is in the middle.
You can add the following css and increase the width. Just change the width as per your need.
.no-sidebar #primary {
width: 570px;
}
Sakin
KeymasterIt’s fixed now. You have used Full Content Display that is why there was problem with css. We will be releasing the fix in next version. For now, I have made changes in your theme.
Thanks for reporting.
Sakin
Keymaster@ashleycovelli: Yes I got it now.
Sakin
Keymaster@runningmedics and @Haleydanielsc1: Ok I am going to explain in detail. This Catch Box Free theme only have Featured Post Slider. This means you can only add in your posts as Featured Slider. You cannot use the Page.
1. First create the Post and don’t forget to add in the Featured Image in the post as this image is used in the slider. To add featured image see this http://en.support.wordpress.com/featured-images/#setting-a-featured-image
2. Then get the ID of the post. When you edit your post or write a post. you will see the id in your browser address bar. But if you cannot find it then you can use this plugin to view it http://wordpress.org/extend/plugins/catch-ids/
3. Then go to “Appearance => Theme Options => Featured Post Slider”. Add in the post id.
But if you don’t want to use the post slider. Then I have good news for you as Catch Box Pro is in final testing phase and will be releasing any day in this week. Which has easy to user Featured Image Slider. Also you can use Featured Page Slider or Featured Category Slider.
Sakin
Keymaster@smemflynn: there is good news for this options. As Catch Everest Pro is releasing any day this week. Our team in doing final testing.
In pro version, there is two option that you might find cool.
1. Featured Slider: You can choose from Featured Image Slider, Featured Post Slider, Featured Page Slider and Featured Category Slider.
2. Featured Image: There is option in Theme Options and in individual post to hide the featured image, or show the image like in Slider, small or full original size.Yes for now hiding from the theme option is good option.
Sakin
Keymaster@JanneS: For plugin support, please ask the plugin author first and if there is anything that we need to adjust to support their plugin. We will add in version update. Let me know it.
Sakin
Keymaster@ashleycovelli: Haven’t received it.
Sakin
Keymaster@Simona: Nice site. Great Work. Just add the following css in “Custom CSS” box in your Theme Options panel.
#footer-sidebar { background-color: #D8AE2F; }Sakin
Keymaster@maevamena: Just add the following css in “Custom CSS” box in Theme Options panel.
#header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a, #colophon .menu .current-menu-item a {
/* Safari 3-4, iOS 1-3.2, Android 1.6- */
-webkit-border-radius: 12px;
/* Firefox 1-3.6 */
-moz-border-radius: 12px;
/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
border-radius: 12px;
}
March 26, 2013 at 12:13 am in reply to: After changing menu line height, submenu is no longer attached to menu bar #5811Sakin
Keymaster@northwesturbanfarmer: You need to adjust the css for sub-menus. So, just add the following css in “Custom CSS” box in Theme Options panel.
#header #mainmenu ul li ul { top: 25px; }Sakin
Keymaster@janellenferrigan: You can remove the post meta from the top of posts by adding in the following CSS in “Custom CSS” box in Theme Options panel.
.entry-header .entry-meta { display: none; }Sakin
Keymaster@xray: It’s working fine on our site. Maybe you are missing keyword esc_attr__ in your translation software.
See this for details: http://wp.tutsplus.com/tutorials/theme-development/translating-your-theme/
Also see this we have just completed translation in Polish http://themes.svn.wordpress.org/catch-everest/0.1.3.1/languages/
Sakin
Keymaster@alyssahcanada:
1. However I still have not found a way to reduce the white space below my logo. I tried
— When I check your site, you have able to reduce the it. Now the space is due to the social icons and the search box at the herder right side.2. How is it possible to split the background colour horizontally into 2 or more colours. At Appearance>Options>Display Options the only choice is one solid colour.
— Here you can upload the image in your background from Appearance => BackgroundI like the style of sidebar menu at jimchicago’s site http://www.pmcsconsulting.com/dev/ How do I customize the font and style of my sidebar menu?
— Do you mean the sidebar widgets. To change the color of these, you need to use the css to change. Can you be more specific to what you want to do.Also look for the Catch Everest Pro version which will be releasing any day this week. Which has lots of cool options. Our team is doing final quality testing.
Sakin
Keymaster@crisfilip: Yes you need to select with slider you want to use. As there is option to choose between “Featured Image Slider” and “Featured Post Slider”.
Sakin
Keymaster@Peter: It would have been easier if you have send me the color code for each element. For now I will just give you general color code. You change the color code as per you need.
I don’t see Search on your header. Here goes the css for Footer as below:
/* For Footer Background and Font Color */
#site-generator { background: none #000000; color: #ffffff; }
/* For Footer link Color */
#colophon a { color: #999999; }
-
AuthorPosts
