Forum Replies Created

Viewing 20 posts - 8,341 through 8,360 (of 14,509 total)
  • Author
    Posts
  • in reply to: Blog not working on IE9 #22379
    Sakin
    Keymaster

    @klhaight: I see that you build child theme and edited lot of style. I see so many repeat css which you can delete it and also you have added css in “Appearance => Theme Options => Custom CSS” box. So, it’s very difficult for me to check in.

    So, first delete all the css from “Appearance => Theme Options => Custom CSS” box and your child theme style.css custom css. Then check in with IE9. IF this is file then you can add in custom css in your child theme style.css one by one as per the requirement. Please don’t add unnecessary css.

    If you are checking below IE9 then you need to use plugin such as https://wordpress.org/plugins/wp-ie-enhancer-and-modernizer/

    in reply to: Crop image #22378
    Sakin
    Keymaster
    in reply to: Can't Update Featured Slider #22377
    Sakin
    Keymaster

    @thatfashiondude: Ok I need to check in details so I please respond my email.

    in reply to: Thumbnail on start page #22376
    Sakin
    Keymaster

    @Irina: Yes, you can use the above css given my @Nancy. But after you add in that css you need to upload the Featured image of small size. The reference site you have given uses featured image size of 150px height and 150px width. This is the best option.

    But if you want to just control the size with the CSS. Then you can add the following css which adds size in the @Nancy css. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .home .entry-summary .wp-post-image,
    .archive .entry-summary .wp-post-image {
        display: inline;
        float: left;
        height: auto;
        margin: 0 10px 10px 0;
        width: 30%;
    }
    in reply to: Menu don't Link #22373
    Sakin
    Keymaster

    @SteffB: Please check in your site. I am not able to open it. It says “Unable to connect”.

    in reply to: Can't Update Featured Slider #22371
    Sakin
    Keymaster

    @thatfashiondude: Strange. It’s updating fine in our side. I just change the Post id in “Appearance => Theme Options => Featured Post Slider => Add Slider Options”.

    So, can you tell me what did you add in your Slider Options? Need more details about what’s not working.

    in reply to: Left Align Header Menu #22370
    Sakin
    Keymaster

    @drshento: Thanks I try my best to make everyone happy and when I receive any appreciation. It makes my day wonderful. Thanks a lot 🙂

    in reply to: Questions about Catch Everst #22366
    Sakin
    Keymaster

    @drshento: Yes, that’s not the right css. Can you try adding in the following css.

    #header-menu ul.menu {
        float: right;
    }
    Sakin
    Keymaster

    @Bouncedancer: That’s fine.

    in reply to: Help with sidebar #22362
    Sakin
    Keymaster

    @amycooke999: Can you post in your site URL? There is layout Options in “Appearance => Theme Options => Layout Options”, where you can choose “Right sidebar”. This will be for overall site. But if you want different layout in specific page/post then you can choose on that particular page/post as “Right Sidebar”.

    Then go to “Appearance => Widgets” and add widgets in your sidebar.

    in reply to: Editing CSS of Submenu #22361
    Sakin
    Keymaster

    @CinnamonEarth: You need to edit the width of both menu and sub-menu.

    /* For Parent Menu */
    #header-menu ul.menu a {
        padding: 0;
        text-align: center;
        width: 198px;
    }
    /* For Sub-Menu */
    #header-menu ul.menu ul {
        width: 205px;
    }
    in reply to: background image in posts and pages #22356
    Sakin
    Keymaster

    @scott: Can you upload your logo and design in your site and then send me the URL. I will send you the css code to do that.

    in reply to: latest posts on first page #22354
    Sakin
    Keymaster

    @silentcall: Nice…. Thanks.

    in reply to: Can I edit footer? #22349
    Sakin
    Keymaster

    @niyazsky: It’s not allowed to edit copyright information in Free Theme. You need to upgrade to Catch Kathmandu Pro to edit that. In pro version, you can edit that from “Appearance => Theme Options => Footer Editor”.

    in reply to: Alternative Text for pictures in the Slider #22281
    Sakin
    Keymaster

    @MVS: Catch Everest Free Theme uses Featured Post Slider which is created to highlight your post. So, when you add post ID in “Appearance => Theme Options => Featured Post SLider” like in this screenshot http://www.pinterest.com/pin/548594798329984427/

    The slider code will take the Featured Image from that post. The image title and alternative text will be Post title. Image tag will not have description. Read this http://www.w3schools.com/html/html_images.asp

    in reply to: Editing CSS of Submenu #22280
    Sakin
    Keymaster

    @CinnamonEarth: Hello Jackie, I see that you have edited the menu style. Just try to add the following CSS in “Appearance => Theme Options => Custom CSS” box and check in.
    #header-menu ul.menu ul{ box-shadow: none; }

    in reply to: Issue Slider Image and Content #22279
    Sakin
    Keymaster

    @niyazsky: Featured Post slier take the text from the Post itself. It takes the post title and excerpt content.

    in reply to: Issue Slider Image and Content #22277
    Sakin
    Keymaster

    @niyazsky: Catch Kathmandu Free theme uses Featured Post slider which is created to highlight the posts. For then first you need to create the post add featured image in those post. Then get the post ID and add it in “Appearance => Theme Options => Featured Slider”. You will see it like this http://www.pinterest.com/pin/548594798329984427/

    For more details. Read the theme instruction page http://catchthemes.com/theme-instructions/catch-kathmandu/ heading “Featured Slider”

    in reply to: Hello, Sakin. I Need Some Help… #22222
    Sakin
    Keymaster

    @Dottie: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #branding { border: none; }
    #branding .bottom-bg { display: none; }
    #access ul.sb-options { background-color: #8db5a3;}
    #access .sb-options a { border-color: #ddd; }
    #access .sb-selector:link,
    #access .sb-selector:visited,
    #access .sb-selector:hover {
        color: #106d6f;
        text-shadow: none;
    }
    #access .sb-options a:link,
    #access .sb-options a:visited {
        color: #106d6f;
    }
    in reply to: Questions about Catch Everst #22216
    Sakin
    Keymaster

    @drshento: You can add the following CSS either in Jetpack Edit CSS or in “Appearance => Theme Options => Custom CSS” box.

    /* For Menu Background and Color */
    #header-menu { background-color: #fff; }
    #header-menu ul.menu a { color: #000; }
    /* For Menu Active Background and Color */
    #header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a {
        background-color: #000;
        color: #fff
    }
    /* For Menu Hover Background and Color */
    #header-menu ul.menu li:hover > a, #header-menu ul.menu a:focus {
        background-color: #000;
        color: #fff
    }

    Note: Send me your site URL is this doesn’t work.

Viewing 20 posts - 8,341 through 8,360 (of 14,509 total)