Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterI am working on the the translator now. Will update soon.
Sakin
Keymaster@paulyuan: You can hide entry meta on header by adding the following CSS in your “Custom CSS” box in your Theme Options:
.entry-header .entry-meta {
display: none;
}
You can disable sidebar if you select different layout from Theme Options. But if you have default layout then yes we will have sidebar.
Yes featured image on Post only. You can add any image in page that is not a problem. If you are thinking of adding the featured slider without post then you can upgrade to Catch Box Pro theme which have independent Featured Image Slider.
Sakin
Keymaster@jsiddharth: Need to look at your site.
Sakin
Keymaster@amberatx: You can increase the padding as per your need. Add the following CSS in “Custom CSS” box in your Theme Options under Appearance Tab in your WordPress Dashboard.
#header #mainmenu ul li a {
padding: 0 25px;
}
Sakin
Keymaster@VINCE8585: Sorry this option is not available in this theme. Why don’t you check our other theme Simple Catch Pro http://catchthemes.com/themes/simple-catch-pro/ which has this function.
Sakin
Keymaster@VINCE8585: It does. When you are in particular page or category. The menu of particular page or category font get bold.
Sakin
Keymaster@VINCE8585: Please ask the lightbox plugin support team for that and if they ask any changes you need then I will send you the support.
Sakin
Keymaster@Iris: Making changes in the core theme file is not recommended. Because it gets overwritten when you upgrade or even update your theme. So, if you are making any css changes then you can use our “Custom CSS” box in your theme options. So, that you can just copy the css and put it back.
Creating a child theme is very easy. You just to define the template in new style.css of child theme. Check this tutorial http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/
Sakin
Keymaster@drchoate: I don’t get your requirement. Why don’t you use category where it list all the post from that particular category.
Sakin
Keymaster@vonromantiko: there is option in your Theme Options under Appearance tab, where you can select default layouts.
Sakin
Keymaster@@andrewteg: In new Version 1.7.1 it is going to be fixed. Thanks for your input. It will be releasing soon.
Sakin
Keymaster@sunita0483: You are using Simple Catch Free Theme and also you don’t have any menu in this site http://www.truthdisciple.com/ . Please add menu and let me know it.
Sakin
Keymaster@Anusha: I don’t see problem in IE9 but yes there is problem in IE8 but the code that has problem is not ours. You have added custom code for contactSide and not used our sidebar. So, sorry I won’t be able to help much as we don’t have code base.
Sakin
Keymaster@amberatx: I looked at you site and you have successfully changed the header background. You need add the following CSS in “Custom CSS” box in your Theme Options.
#header {
background: none #A9C6A9;
}
Please don’t add any addition css in style.css directly in parent theme. But I see that you have build Child theme. If that is the case then you don’t need to add it in “Custom CSS” box. You can add it in child theme style.css
In your case I see that you have added in both places. In child theme style.css and in theme options. That why it is a problem.
Sakin
Keymaster@paulyuan: Please add in one question per posts. Use separate thread for new question.
How can I hide big title names from contains? I mean if the menu tab is “Projects”, the “Projects” always as a title shows on the contain of that page.
—- Add the following css in the “Custom CSS” box in your Theme Options panel
/* To hide the title of the page */
.page .entry-title {
display: none;
}
What is a normal way to do a photo gallery? By add posts into a categories as sidebar or to download a plugin?
—- this is your option. You can use the plugin or use the gallery presented in the theme itself. See this for using WordPress default gallery http://codex.wordpress.org/The_WordPress_Gallery . This is for adding it in your posts and pages. But for the slider you need to add plugin.Is there any way to make slider shows on right side or left side?
— For slider. There is variety of option presented in Catch Box Pro theme. You can look at the Slider Options. Form your WordPress Dashboard go to “Theme Options -> Featured Slider -> Slider Options ” . From there you can choose Slider Layout as “Normal” which will make the slider show in the left side. But you cannot show the slider in the Sidebar. But you can change the content layout from “Theme Options”What is the relationship between Main Sidebar and Page Sidebar? At same location? Only home page can has own sidebar, all pages will repeatably shows same sidebar and foobars, or turn them off for some pages. Is it right?
— There is Main Sidebar, Homepage Sidebar, Archive Sidebar, Page Sidebar and Post sidebar. These all are for same locations. It just give you option to show different sidebars in different section. If you have only Main sidebar with active widgets then all pages, posts, archive will show same sidebar. If you have active main and homepage sidebar, then homepage will have different sidebar. So goes with all.
— To turn off the sidebar in some pages, when you add or edit any page, you will “Select Slider Layout” meta box under your content editor. There you can select the appropriate setting for your pages and posts.Why Featured Image can not show on pages but it can shows on post.
— For this I don’t understand your question much. Featured image are used only if you are using it as blogs that is why posts are used.Sakin
Keymaster@openMind: Can you tell me the words that are not being translated and also can you send me the translation text. So, I will add it in both.
Sakin
Keymastergreat Johnny and thanks.
Sakin
Keymaster@l1qu1d: Can you send me your site url so that I can see what you are talking about. I am bit confused.
Sakin
Keymaster@Anusha: Which IE version and also send us the screenshot of problem. Also check in our demo site it there is problem http://catchthemes.com/demo/simplecatch
-
AuthorPosts