Forum Replies Created

Viewing 20 posts - 12,561 through 12,580 (of 14,496 total)
  • Author
    Posts
  • in reply to: Featured Content #8091
    Sakin
    Keymaster

    @Potzas: Yes for this I need to see your site so that I can understand what are you talking about.

    in reply to: Hover options #8090
    Sakin
    Keymaster

    @Potzas: I think you are talking about the menu active color. You can change he active background color and text color by changing the color code and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #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: #000; color: #fff; }

    To have Featured Image without any link then user Featured Image Slider. Which you can do it from “Appearenance => Theme Options => Featured Slider => Slider Options”. Then select “Image Slider” and add the image you want without a link.

    in reply to: Logo Left of Site Title #8088
    Sakin
    Keymaster

    @specialkyo: This option in not there in Theme but you can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    hgroup.with-logo { clear: none; float: left; padding-left: 2rem; }

    in reply to: Featured Slider Text Box #8087
    Sakin
    Keymaster

    @specialkyo: If you are using Catch Everest Pro theme then you can use Featured Image Slier which you can select from “Appearance => Theme Options => Featured Slider”. Then Select slider type.

    In Featured Image Slider, you can just upload the image and no need to add any links.

    See theme instruction for more details http://catchthemes.com/theme-instructions/catch-everest/

    in reply to: Header and Foot Padding #8085
    Sakin
    Keymaster

    @justinillig: I don’t understand which padding you are talking about. Do you mean the margin above the header or above the header image.

    in reply to: Shadowed Images & Change Title Hover Color #8084
    Sakin
    Keymaster

    @rachellam:
    1. I can’t seem to change the blue hover color of the titles of posts and the recent posts/archive links on the right side bar.
    — Just change the color code in the following CSS and add it in “Appearance => Theme Options => Custom CSS”. box.
    .entry-header .entry-title a:hover { color: #0088cc; }
    .widget-area .widget a:hover { color: #0088cc; }

    2. I’d like to get rid of the shadows surrounding the three linked images on the sidebar so they blend with the white background.
    — Just add the following CSS in “Appearance => Theme Options => Custom CSS”. box.
    #medias img { box-shadow: none; }

    in reply to: Cannot Disable Categories in Homepage/Frontpage Settings #8083
    Sakin
    Keymaster

    @mirokitong: Sorry I cannot check in from here. I need your site access. So, I will send your private email and you can follow up with me there.

    in reply to: Change Permalink #8082
    Sakin
    Keymaster

    @jccaro: You cannot just add extra link in the homepage. Homepage will always be your primary URL. If you add any base slug then it will add to all other pages as well.

    in reply to: text in page is cut off on right margin #8081
    Sakin
    Keymaster

    @craigcmd: Please remove the following CSS from your “Custom CSS” box and it will be fine.


    #primary {
    width: 535px;
    }

    #content {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    }

    in reply to: Posts not showing up #8079
    Sakin
    Keymaster

    @cheri.schneider: I don’t understand what are you trying to do. Also you are using old version of Catch Everest theme. Please update it to latest version.

    in reply to: another font family #8078
    Sakin
    Keymaster

    @jthornton: If you are sing Simple Catch theme then post it in Simple Catch Forum http://catchthemes.com/support-forum/forum/simple-catch-public/ This is Catch Everest Support Forum.

    in reply to: Feature Slider image #8077
    Sakin
    Keymaster

    @jthornton: If you are sing Simple Catch theme then post it in Simple Catch Forum http://catchthemes.com/support-forum/forum/simple-catch-public/ This is Catch Everest Support Forum.

    in reply to: change color top background #8076
    Sakin
    Keymaster

    @Elisabetta: What is the error on version 2.0?

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

    @impresnet: Ok I will check in your site and let you know. I need to check with browser compatibility guy. So, it will take little more time.

    Till then can you check out our demo page for Catch Everest http://catchthemes.com/demo/catch-everest/ and let me know if it has IE8 issues or not on your side. As, it is displaying fine on our side.

    in reply to: Feature Slider image #8045
    Sakin
    Keymaster

    @kalalilys:

    1. how to increase the header width area (when I try to load the image it gives me an error page load after the page where it recommends a image size of 300px width)
    — The you have to added it though “Appearance => Header”. Just upload the image of your chose. If there is upload problem first check with any default theme like Twenty Twelve. If you still have problem with default theme then it’s your server issue. If not then let me know it.
    2. move social media buttons up on the header section
    — I see that social media buttons up on the header right section only. If you are thinking about adding in the top, then you have to upgrade to Catch Everest Pro version, where you have additional Header Top Sidbear, where you can just drag and drop “Catch Everest Social Widget” to the sidebar.
    3. how to remove the search bar (I haven’t search for this…I was being lazy 🙁 sorry )
    — You can hide by adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #hgroup-wrap .searchform { display: none; }

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

    @impresnet: It should work fine on IE as with option enable. In which IE version you are checking it. This theme support IE8 and above only.

    in reply to: Feature Slider image #8033
    Sakin
    Keymaster

    @kalalilys: If you are using Catch Everest Free theme then you have only option to add Featured Post Slider but if you Upgrade to Pro version then you have option to use Featured Post Slider or Featured Page Slider or Featured Category Slider or Featured Image Slider.

    Here goes the instruction to add the Featured Post Slider
    1. First create the Post and don’t forget to add in the Featured Image in the post as this image is used in the slider. To add featured image see this http://en.support.wordpress.com/featured-images/#setting-a-featured-image

    2. Then get the ID of the post. When you edit your post or write a post. you will see the id in your browser address bar. You will also be able to get the post ID from All Post in your WordPress Dashboard. But still if you cannot find it then you can use this plugin to view it http://wordpress.org/extend/plugins/catch-ids/

    3. Then go to “Appearance => Theme Options => Featured Post Slider”. Add in the post id. Make sure you only add in the ID number.

    in reply to: Posts not showing up #8032
    Sakin
    Keymaster

    @cheri.schneider: Did you check your settings at “Appearance => Theme Options => Homepage Settings => Homepage / Frontpage Settings”. Is Enable Latest Posts checked. Try this.

    Just add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide the slider excerpt text.
    #main-slider .entry-content { display: none; }

    in reply to: Add "Home" Landing Page #8030
    Sakin
    Keymaster

    @jccaro: Thanks for your appreciation but sorry there is no option for second homepage. Yes, you need to build child then and work on customization. You should get help from your developer.

    in reply to: Header Search Box #8029
    Sakin
    Keymaster

    @Gary: It’s simple to disable Search in Header. Just Go to “Appearance => Theme Options”. Then check the box “Disable Search in Header” and Save Changes.

Viewing 20 posts - 12,561 through 12,580 (of 14,496 total)