Forum Replies Created

Viewing 20 posts - 14,081 through 14,100 (of 14,488 total)
  • Author
    Posts
  • in reply to: Language-files #3167
    Sakin
    Keymaster

    @OpenMind: Trying replacing your language folder with this one http://catchthemes.com/downloads/languages.zip

    in reply to: Featured Slider on Blog Post #3147
    Sakin
    Keymaster

    @nathalia: can you show me our site URL?

    in reply to: browser problems #3146
    Sakin
    Keymaster

    @evabigtree: what do you mean by tag bar?

    in reply to: Full width menu and header #3145
    Sakin
    Keymaster


    @linerunner
    : You can add in the following CSS in “Custom CSS” box in your Theme Options.

    body {
    padding-top: 0;
    }
    #page {
    max-width: 100%;
    }
    #branding {
    border-radius: 0;
    }
    #main {
    margin: 0 auto;
    max-width: 1000px;
    }

    in reply to: Color Options not loading #3144
    Sakin
    Keymaster

    @Shelley: It’s already fixed.

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

    @mrblista: See this for detail tutorial http://wp.tutsplus.com/tutorials/theme-development/translating-your-theme/ . In this tutorial you don’t need to make our theme translation ready. We have already don’t it and added a file simple-catch-pro.pot file. You just need to create de_DE.mo and de_DE.po file through http://www.poedit.net/

    in reply to: Widget background and text color change. #3142
    Sakin
    Keymaster

    @Lpaul: You can change it through adding in CSS in “Custom CSS” on in your Theme Options.

    /* For widget background and text color */
    .widget {
    background-color: #000;
    color: #fff;
    }
    /* For pages and posts */
    .hentry {
    background-color: #000;
    color: #fff;
    }

    in reply to: Menu Bar on smart PHONE #3141
    Sakin
    Keymaster

    also for best try using custom menu. See this on how to create custom menu http://en.support.wordpress.com/menus/

    in reply to: Blank Page #3140
    Sakin
    Keymaster

    @Rich2337: I don’t get it what you mean by blank page. If you mean creating a new page then see this http://en.support.wordpress.com/pages/

    in reply to: change tab manu font color #3138
    Sakin
    Keymaster

    for font color of menu add the following css in “Custom CSS” box under Theme Options

    #access .menu-header-container ul li a {
    color: #fff;
    }

    in reply to: shorter Footer space #3137
    Sakin
    Keymaster

    @evabigtree: Add the following css in your “Custom CSS” box in Theme Options

    #site-generator .copyright {
    width: 80%;
    }
    #site-generator .powered-by {
    width: 20%;
    }

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

    @paulyuan: You can change the background color in contain and widgets area in Catch Box Pro theme by adding the following css in “Custom CSS” box in Theme Options

    /* background color in contain */
    .hentry {
    background-color: #000000;
    }
    /* background color in widgets area */
    .widget {
    background-color: #cccccc;
    }

    I don’t get your other question of category.

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

    @nathalia: For your site please add the following css.

    .blog #slider { display: none; }

    in reply to: Changing Header bg color #3110
    Sakin
    Keymaster

    @evabigtree: Please post in your site URL so that I can check it and give you the answer.

    in reply to: Buy Button from ejunky #3079
    Sakin
    Keymaster

    @Buttsc7875: Sorry not familiar with e-junky code. So, can you ask that in e-junky support forum and let us know what they will ask you to do. If it’s in our theme that we can help then we will add in support for you.

    in reply to: Catch Box Responsive Themes not working in IE9 #3078
    Sakin
    Keymaster

    @richardfsmith: It opening fine on our end. I checked in both ie8 and ie9 for our Catch Box Theme ( http://catchthemes.com/demo/catchbox/ ) and Catch Box Pro Theme ( http://catchthemes.com/demo/catchbox/ )

    in reply to: Highlight menu #3076
    Sakin
    Keymaster

    @VINCE8585: You need to add the following css in your “Custom CSS” in Theme Options.

    #branding .menu .current-menu-item > a,
    #branding .menu .current-menu-ancestor > a,
    #branding .menu .current_page_item > a,
    #branding .menu .current_page_ancestor > a,
    #colophon .menu .current-menu-item a {
    background: #e5e5e5; /* Show a solid color for older browsers */
    background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
    background: -o-linear-gradient(#f9f9f9, #e5e5e5);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
    background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e5e5e5'); /* for IE */
    color: #000;
    }

    in reply to: responsive on galaxy S3 no ? #3075
    Sakin
    Keymaster

    @VINCE8585: Great it’s fixed. But when you need to modify theme you shouldn’t change any core theme files as this will be overwritten when there is update.

    So, if you are just modifying css then use “Custom CSS” box in your “Theme Options” under Appearance Tab in your WordPress Dashboard.

    If you want to further customize the code and the functions then you need to build child theme and then do customization there.

    in reply to: Menu items to span #3074
    Sakin
    Keymaster

    @amberatx: remove the css I gave your earlier and add the following css:

    #header #mainmenu ul li a {
    padding: 0 22.9px;
    }
    #header #mainmenu ul li:last-child {
    border-right: medium none;
    }

    in reply to: Post on homepage #3073
    Sakin
    Keymaster

    @mickael: There is new version of Catch Mustang released today to facilitate latest posts in homepage. Please download version 1.1 from your account with us.

    You can disable all the Homepage sidebar (Widgets) through “Theme Options -> Homepage Options -> Homepage Sidebar Options”

    You can enable latest posts on Homepage through “Theme Options -> Homepage Options -> Homepage/Frontpage Blog Settings”

Viewing 20 posts - 14,081 through 14,100 (of 14,488 total)