Forum Replies Created

Viewing 20 posts - 8,341 through 8,360 (of 14,505 total)
  • Author
    Posts
  • 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.

    in reply to: full width menu! #22213
    Sakin
    Keymaster

    @angelhair0: Yes you are right. This theme is not designed to do that. For that you need to build child theme and edit header.php and it’s structures from functions.php file. Then edit the css. We have catch evolution theme which has full width menu.

    Sakin
    Keymaster

    @angelhair0: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box to remove the search in Header Right Section in Simple Catch Theme.
    #header .social-search { display: none; }

    in reply to: Catch Kathmadu Theme Support #22209
    Sakin
    Keymaster

    @akfujii: Did you find how to add Featured Image in your post/page? It’s not any function that you need change. It’s the default feature by WordPress itself, read this http://en.support.wordpress.com/featured-images/
    See this screenshot, if you want to set the featured image from media uploader http://www.pinterest.com/pin/548594798329948788/

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

    @drshento: If you are able to post message there then you can post it there as well. Just that you can directly reply here. There also if you click on any topic you can reply. But I recommend you to create new question so that I can answer better. To do that you just scroll down to bottom of the page and you will see Create New Topic in “Catch Everest | Free WordPress Themes”, there you can type in your title and content as per you need.

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