Forum Replies Created

Viewing 20 posts - 8,901 through 8,920 (of 14,497 total)
  • Author
    Posts
  • in reply to: issue with displaying header #19823
    Sakin
    Keymaster

    @zorter: For sub-menu item color, you can add the following Custom CSS in “Appearance => Theme Options => Custom CSS” box.

    #fixed-header-top ul.menu ul { background-color: #fff; }
    #fixed-header-top ul.menu ul li a { color: #000; }

    For Slider, you cannot add this slider in your sidebar. For sidebar slider you can search for slider plugin at http://wordpress.org/plugins/.

    Thanks for upgrading to pro version. You can find detail instruction of slider on http://catchthemes.com/theme-instructions/catch-evolution-pro/. Now for the slider, first you need to “Select Slider Type” from “Appearance => Theme Options => Featured Slider => Slider Options”.

    So, if you choose Featured Page Slider or Featured Post slider, you need to add Page or Post ID from which the slider code will take the featured image of those page and post. Similarly if you choose Featured Category Slider, then it will take the latest posts features image from selected category.

    Then if you choose Featured Image Slider then it’s an independent slider where you have to upload individual image, title, content and links as per your need.

    Modifying the width of the slide is bit complicated as we need to change the width will the responsive design of various screen-size. So, can you tell me your desire width and I will check in the css.

    in reply to: Text wrapping in Explorer #19822
    Sakin
    Keymaster

    @JimFenster: Did you add in the custom css that I gave you.

    in reply to: Text wrapping in Explorer #19810
    Sakin
    Keymaster

    @JimFenster: Oh you have used custom three column layout style that is why it is showing issues. Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .one_third #sectionTitle {
        clear: both;
        display: block;
    }
    in reply to: issue with displaying header #19809
    Sakin
    Keymaster

    @zorter: For menu background color and text color you can change the color code as per you need and then add the following Custom CSS in “Appearance => Theme Options => Custom CSS” box. For easy and detail color option you can use PRO version.

    #fixed-header-top { background-color: #000; }
    #fixed-header-top ul.menu > li a { color: #dddd; }

    After you select the three column layout, you need to add widgets in your “Third Column sidebar” from “Appearance => Widgets”.

    in reply to: Customizing Catch Everest – 1 new issue #19807
    Sakin
    Keymaster

    @faemont: I see that you have added the following CSS in your custom CSS plugin. Just remove that and it will be fine.

    #search-5 {
        margin-right: 15px !important;
    }
    in reply to: editor change #19802
    Sakin
    Keymaster

    @vera: Oh you are not supposed to change any core theme files. If you need to edit any core theme files then do it by building child theme.

    Not the option will be to replace your functions.php file with http://themes.svn.wordpress.org/catch-evolution/1.3/functions.php . For this, you either need to have FTP access or Hosting Control panel access. Then you can change the code.

    in reply to: Text wrapping in Explorer #19801
    Sakin
    Keymaster

    @JimFenster: Please send me your site URL and also let me know which version of explorer your talking about and if you can upload the screenshot and share the URL will be great.

    in reply to: issue with displaying header #19800
    Sakin
    Keymaster

    @zorter: Which theme are you using it or can you send me your site URL?

    in reply to: Customizing Catch Everest – 1 new issue #19799
    Sakin
    Keymaster

    @faemont: Can you tell me what’s the issue in Chrome. It looks fine.

    in reply to: Post Header Size #19797
    Sakin
    Keymaster

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

    /* Disable Page Header */
    .page-header { display: none; }
    /* Disable Post Entry Meta */
    .entry-header .entry-meta { display: none; }
    in reply to: Changing Type of Font and size for my pages #19795
    Sakin
    Keymaster

    @BEAUVAIS: BolonewtRegular font is not a Google font or web font. We can only add GPL Web Font or Google Font in our theme pack. If you have license of this font then you can use Font Embed and add it. You can use online web font generator at http://www.fontsquirrel.com/tools/webfont-generator

    in reply to: Center Menu CSS #19788
    Sakin
    Keymaster

    @J14: Thanks for finding our the solutions and sharing it here. Yes, Pro version have lot more featured. See details at http://catchthemes.com/theme-instructions/catch-evolution-pro/

    in reply to: 1.6 update – logo image missing #19780
    Sakin
    Keymaster

    @Chris: Thanks Chris, finally I got it what you mean. Will update in new version update.

    in reply to: issue with displaying header #19779
    Sakin
    Keymaster

    @Jennifer: I see that you have 2 different image, 1 for the homepage and another for other pages. So, try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header-content {
        display: none;
    }
    #branding img {
        width: 100%;
    }
    in reply to: Changing the generic text that is set on the page. #19774
    Sakin
    Keymaster

    @dchambers: If you just want to change the text color of Entries in you Homepage Featured Content, then you can play with the color code as per your need. You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    /* For Title */
    #featured-post .entry-header .entry-title,
    #featured-post .entry-header .entry-title a {
        color: #fff;
    }
    /* For Content */
    #featured-post .entry-container { 
        color: #fff;
    }
    in reply to: 1.6 update – logo image missing #19773
    Sakin
    Keymaster

    @Chris: Yes, I did same setting that you showed me but for me the header image is showing fine. Isn’t it working for you.

    in reply to: 1.6 update – logo image missing #19771
    Sakin
    Keymaster

    @Chris: It’s strange as I check in all conditions and it’s working fine. Maybe, you check on “Disable Header Logo”. If you do this then only logo will disappear.

    in reply to: Help With CSS #19767
    Sakin
    Keymaster

    @luismarioochoa: Thanks for your support and purchasing Catch Box Pro theme.

    1. Remove the grey frame around the body of the website.
    – This can be done through “Appearance => Theme Options => Color Options => Custom Color”. There you can change “Content Background Color” to white and save it.

    2. Center the “Copyright © 2014 Luis Mario Ochoa. All Rights Reserved” info on the bottom of the page.
    – You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #site-generator .copyright {
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }

    3. Remove the three grey horizontal lines at the bottom of the page that serve to separate the body and footer.
    – You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .hentry, .no-results, #author-info, #disqus_thread, 
    #content .error404, #colophon, #site-generator {
        border: none;
    }
    in reply to: issue with displaying header #19766
    Sakin
    Keymaster

    @Jennifer: Can you post in your site URL so that I can check in.

    in reply to: Customizing Catch Everest – have 2 issues #19765
    Sakin
    Keymaster

    @faemont: I see that you have added “custom css” using My Custom CSS plugin. The following CSS added 5px solid red color border. You can remove that or change the color code in your custom css.

    .site {
        border-top: 5px solid #820900;
        margin: auto;
    }

    Same with the Contact Sales button, I found the following css, where #820900 is red color background:

    #search-5 a {
        background: none repeat scroll 0 0 #820900;
        border-radius: 5px;
        color: #FFFFFF;
        font-weight: bold;
        margin: auto;
        padding: 10px;
        text-align: center;
        text-transform: uppercase !important;
    }
Viewing 20 posts - 8,901 through 8,920 (of 14,497 total)