Forum Replies Created

Viewing 20 posts - 14,121 through 14,140 (of 14,499 total)
  • Author
    Posts
  • 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.

    in reply to: Post and Page title font size #2999
    Sakin
    Keymaster

    For font size of page title add the following “Css” in Custom CSS box in your Theme Options.

    .entry-title {
    font-size: 18px;
    line-height: 1.5;
    }

    For content font size.

    article {
    font-size: 18px;
    line-height: 1.5;
    }

    in reply to: change menu color #2998
    Sakin
    Keymaster

    @Rich2337: Please use different support thread for each question. This is quite confusing.

    in reply to: Blog page – featured slider #2997
    Sakin
    Keymaster

    @nathalia: Can you send me your site URL please.

    in reply to: Issues with contact forms #2996
    Sakin
    Keymaster

    @klrouth: Try adding the following CSS in “Custom CSS” box in your Theme Options.

    input[type=text],
    input[type=password],
    textarea { -webkit-appearance: none; }

    in reply to: Header size #2994
    Sakin
    Keymaster

    : You can add the following CSS in “WordPress Dashboard -> Theme Options -> Custom CSS”. You can decrease or increase the space as per your need.

    #header-content {
    margin-top: 10px;
    margin-bottom: 5px;
    }

    in reply to: Language-files #2985
    Sakin
    Keymaster

    @openMind: Ok I will check it.

Viewing 20 posts - 14,121 through 14,140 (of 14,499 total)