Forum Replies Created

Viewing 20 posts - 8,921 through 8,940 (of 14,504 total)
  • Author
    Posts
  • 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;
    }
    in reply to: mail chimp code to foot #19764
    Sakin
    Keymaster

    @chris: You can add this in Footer Area One. Go to “Appearance => Widgets” and drag and drop “Text Widget” or “Catcheveret: Advertisement” widget and add the code.

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

    @Chris: I just check in your site. Your logo and header image both are working fine.

    in reply to: Menu Bar – Center, Justify & Recolor #19762
    Sakin
    Keymaster

    @hipandhealthykids: Ok thanks will add in next version update.

    in reply to: Website page not found #19750
    Sakin
    Keymaster

    @telexesposito: I cannot open your site at all. It is showing 403 Forbidden error. So, please check this with your hosting server support.

    in reply to: Parallax sliders? #19743
    Sakin
    Keymaster

    @oly: Sorry we don’t have any Parallax-style sliders. For plugin can you check at http://wordpress.org/plugins/. We don’t have any recommendation.

    in reply to: Explorer 8 #19742
    Sakin
    Keymaster

    @oly: When I check from Window8 IE8, it is working fine. So, which one you are looking at. IE8 is kind a old not and not supportive.

    in reply to: Home Slider separate from posts #19736
    Sakin
    Keymaster

    @TruckinTortuga: I see that you are using Catch Evolution Free theme which only have option to use Featured Post Slider which was created to highlight your post. That means, you need to use post and link to post. No, other options. But Pro version have option to use Page Slider, Post Slider, Category Slider and Image Slider. See more about it at http://catchthemes.com/theme-instructions/catch-evolution-pro/

    Yes, when you have the latest post added in your slider post. Then you will have duplicate like one in the slide and anther as your latest posts. You can remove that by going to “Appearance => Theme Options => Featured Post Slider” Featured Post Slider Options” and check on “Exclude Slider post from Homepage posts”.

    in reply to: Optional Sidebars #19735
    Sakin
    Keymaster

    @poppy: It’s lot complicated. First you need to build child theme. Then create functions.php file in your child theme and then register sidebar through widgets_init action hook and then you need to create metabox and add additional sidebar option.

    So, why do you need to many sidebar? The best will be to install “Jetpack” plugin and activate “Widget Visibility” module, which allows you to add widgets in particular page you want. See this http://jetpack.me/support/widget-visibility/ . When you activate the Jetpack plugin, make sure you have “Mobile Theme” module deactivated in jetpack as this will conflict with theme responsive design.

    in reply to: Logo #19733
    Sakin
    Keymaster

    @TruckinTortuga: If you have build child theme then adding in the Child Theme style.css is better.

    in reply to: Add right Sidebar and widgets #19732
    Sakin
    Keymaster

    @aeriformarts: Do you mean that you want to add sidebar just right to the Homepage Featured Content. This is cannot be done by default. Homepage Featured Content takes row by itself. For this I am sorry you need to hire customizer http://catchthemes.com/hire-customizer/ to work for you.

    in reply to: Change font for header #19731
    Sakin
    Keymaster

    @aeriformarts: The font for the site title and description can be changed only from the font at “Appearance => Theme Options => Font Family Options”. Change “Site Title Font Family” and “Site Tagline Font Family”. If you want o use non google font then you can just add the image instead of the site title and tagline from “Appearance => Header”, where you can upload the Header Image and uncheck “Show header text with your image.” to remove the header text.

    in reply to: menu text unreadable #19730
    Sakin
    Keymaster

    @paulmag: Thanks for showing issue in Catch Box Free theme and we will update this theme. Till then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .tinynav option { color: #fff; }

    in reply to: Sapce above header #19729
    Sakin
    Keymaster

    @suchi: To remove spaces, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header-top { padding-top: 0; }
    #header-top p.simple-image { margin-bottom: 0; }

    If you further want to remove the box shadow in the header images then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .widget img, #masthead #main-feat-img { box-shadow: none; }

Viewing 20 posts - 8,921 through 8,940 (of 14,504 total)