Forum Replies Created

Viewing 20 posts - 12,041 through 12,060 (of 14,500 total)
  • Author
    Posts
  • in reply to: Custom CSS field not working #9871
    Sakin
    Keymaster

    @mg13: Can you just send me the list of the task for which you want the help. It’s confusing. Just add it in points.

    in reply to: Inserting PHP code above the header #9870
    Sakin
    Keymaster

    @SteveW: Yes for editing any core theme files like header.php you need to first build child theme and then edit header.php in your child theme.

    in reply to: Move Feature Slider Above Menu? #9865
    Sakin
    Keymaster

    @jmott310: For that you need to build child theme and working on action hook. This is more technical work so look for developer to do that for you.

    in reply to: Supported Mobile Phones #9864
    Sakin
    Keymaster

    @Mirko034: It is tested in all latest smart phone and tablets.

    in reply to: Featured Slider Images don't appear #9863
    Sakin
    Keymaster

    @CarlK3D: Can you check in by disabling that plugin.

    in reply to: Change Featured Image Slider #9862
    Sakin
    Keymaster

    @lachinn: For reducing the header padding top. Just change the padding and add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #site-logo {
        padding-top: 50px;
    }

    You can write post and page both. The pages are for static content like About Us, Contact us and so on and the posts are for blogs and category content.

    in reply to: How do you hide breadcrumbs? #9861
    Sakin
    Keymaster

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

    .page.page-blog  .entry-title {
        display: block;
    }
    in reply to: Catch Everest Pro #9859
    Sakin
    Keymaster

    @neh: Check now.

    in reply to: Header Inquiry #9858
    Sakin
    Keymaster

    @Uendi: I see that you have added a lot of screenshots. To get this level of support please subscribe to support membership http://catchthemes.com/membership/

    For all static content like Contact Us, About us and so on. Please use Add pages.

    in reply to: How do you hide breadcrumbs? #9856
    Sakin
    Keymaster

    @clubio: I see that you have already done it in pages.

    in reply to: How to remove some things #9855
    Sakin
    Keymaster

    @impresnet: I just check in your site and you are still using version 0.3. See this http://www.impresnet.com/esc/EAO/wp-content/themes/catch/catch-everest/style.css

    in reply to: Decrease space #9854
    Sakin
    Keymaster

    @lachinn: For your header padding above your site logo. You can decrease the padding top and add it in “Appearance => Theme Options => Custom CSS” box.

    #site-logo {
        padding-top: 50px;
    }

    To change the slider to Featured Page. You need to upgrade to Catch Everest Pro version where there is option to replace your post slide to page slider. See this http://catchthemes.com/theme-instructions/catch-everest-pro/

    I see that you have hidden the featured image in post through Custom CSS.

    in reply to: Catch Everest Pro #9828
    Sakin
    Keymaster

    @callinsky: Can you login to your account at http://catchthemes.com/login/

    in reply to: YouTube Widgets #9817
    Sakin
    Keymaster

    @Tekstiltrold: We are still in discussion about the width of the content section if we use 2 sidebars. We thing it might get too busy and will do content distraction. So, noting coming up soon. If you have any suggestion for the layout sizes then send us.

    in reply to: Adding Space Between Content & Sidebar #9816
    Sakin
    Keymaster

    @Maria: Thanks for putting back the footer link. Yes, now you have to post message in each forum so that I get alert and will send your the codes.

    Changing the space between the content and sidebar. This is bit complicated, as the theme in build in 978 grid system. So, I advice not to change it. But if you want then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box. Where I have reduce the width of sidebar by 10px and increase the margin by 10px.

    #sidebar.col4 {
        margin-left: 40px;
        width: 296px;
    }
    in reply to: JavaScript/CSS codes are displayed in excerpt #9815
    Sakin
    Keymaster

    @warnetsabily: If there is those kind of issue then you can use the “Excerpt” box in those posts. See this for to add content in Excerpt box http://en.support.wordpress.com/splitting-content/excerpts/

    in reply to: Post on homepage since 1.0 update #9814
    Sakin
    Keymaster

    @danielfawcett and @Erker: Sorry for the trouble and thanks for working around. We have fixed the issue and send it for update to WordPress.org . It will be live as soon as the WordPress Theme Review team approves it.

    But for now. You can manually update.
    1. Downloading the new theme 1.1 from the following URL
    http://wordpress.org/themes/download/catch-everest.1.1.zip
    2. Login to your site and go to “Appearance => Themes” and activate the default theme link Twenty Twelve.
    3. Then delete the old version of Catch Everest
    4. Then go to “Appearance => Themes => Install Themes => Upload”
    5. Then click on Browse and select the downloaded zip file catch-everest.1.1.zip and upload it and activate it.

    in reply to: Updated and have a "wrong datatype" error #9808
    Sakin
    Keymaster

    @babyslime: Strange error. Can you go to “Appearance => Theme Options => Homepage / Frontpage category setting” Then select all the categories and save it. Then you can click on disable and save back. Check in both condition.

    in reply to: Header Inquiry #9807
    Sakin
    Keymaster

    @Uendi:
    1. Move the “Home” to the left,
    — Add the following CSS

    #header-menu ul.menu{
        text-align: left;
    }

    2. Change the color from grey to blue for the menu bar,
    — Add the following CSS

    #header-menu {
        background-color: #1E73BE;
    }

    3. Change the highlight color from black to blue for the menu bar,
    — Add the following CSS

    #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, #colophon .menu .current-menu-item a {
        background-color: #1E73BE;
    }

    4. Place the “Search” words next to the search box,
    — Add the following CSS

    #header-right #searchsubmit {
        display: inline-block;
        float: left;
    }
    #header-right #s {
        float: left;
    }

    6. Adjust the size of the site to be narrow a bit,
    — I don’t get this. Please explain.

    7. Adjust the white spacing between the top and the site title to be longer,
    — Adjust the padding top and ddd the following CSS

    #hgroup {
        padding-top: 5rem;
    }

    and is there a way to insert a logo and the site title together on the left top.
    — Why don’t you have site title in the logo image and then add it from “Appearance => Header”

    in reply to: YouTube Widgets #9806
    Sakin
    Keymaster

    @Tekstiltrold: I see that you have added css in “Appearance => Theme Options => Custom CSS” box. Just remove the following CSS from Custom CSS box.
    #header-content { padding: 5em 0; }

    Then disable the Header Right sidebar through “Appearance => Theme Options => Header Options”. Check to disable “Disable Header Right Sidebar” and click on save.

Viewing 20 posts - 12,041 through 12,060 (of 14,500 total)