Forum Replies Created

Viewing 20 posts - 14,101 through 14,120 (of 14,495 total)
  • Author
    Posts
  • 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”

    in reply to: Language-files #3063
    Sakin
    Keymaster

    I am working on the the translator now. Will update soon.

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

    in reply to: CSS width not centering the image #3050
    Sakin
    Keymaster

    @jsiddharth: Need to look at your site.

    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.

Viewing 20 posts - 14,101 through 14,120 (of 14,495 total)