Forum Replies Created

Viewing 20 posts - 13,941 through 13,960 (of 14,325 total)
  • Author
    Posts
  • in reply to: Menu items to span #3049
    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;
    }

    in reply to: Image before h2 title #3048
    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.

    in reply to: Highlight menu #3047
    Sakin
    Keymaster

    @VINCE8585: It does. When you are in particular page or category. The menu of particular page or category font get bold.

    in reply to: Lightbox plus #3046
    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.

    in reply to: Child theme #3045
    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/

    in reply to: Multiple Post Pages #3043
    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.

    in reply to: Hi! I have a question #3042
    Sakin
    Keymaster

    @vonromantiko: there is option in your Theme Options under Appearance tab, where you can select default layouts.

    in reply to: editor-style vs style #3041
    Sakin
    Keymaster

    @@andrewteg: In new Version 1.7.1 it is going to be fixed. Thanks for your input. It will be releasing soon.

    in reply to: Menu Bar on smart PHONE #3040
    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.

    in reply to: Slider text #3035
    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.

    in reply to: Changing Header bg color #3034
    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.

    in reply to: Post and Page title font size #3032
    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.

    in reply to: Language-files #3016
    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.

    in reply to: Language-files #3013
    Sakin
    Keymaster

    great Johnny and thanks.

    in reply to: Featured Slider #3005
    Sakin
    Keymaster

    @l1qu1d: Can you send me your site url so that I can see what you are talking about. I am bit confused.

    in reply to: Slider text #3004
    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

    in reply to: how to activate language file #3003
    Sakin
    Keymaster

    @glimburg: If you are using “Catch Box” Theme then you can just use that theme.

    in reply to: Hi! I have a question #3002
    Sakin
    Keymaster

    @vonromantiko: Do you mean adding addition sidebar on Left or just changing the right sidebar to left one.

    in reply to: Header Image #3001
    Sakin
    Keymaster

    @drchoate: Yes you can do that. First upload large image as the header image and then add the following CSS in “Custom CSS” in your Theme Options under Appearance tab in your WordPress dashboard.

    #branding hgroup {
    margin: 0;
    padding: 0;
    }

    Note: When you add any question please add in your site url.

    in reply to: Language-files #3000
    Sakin
    Keymaster

    @openMind:I have found one issue in the .pot file. So, I have send for update. I hope that will fix it. Need to wait for theme review team to approve it. For now, can you replace this file http://themes.svn.wordpress.org/catch-box/1.7.1/languages/catchbox.pot in your current theme and check it.

Viewing 20 posts - 13,941 through 13,960 (of 14,325 total)