Forum Replies Created

Viewing 20 posts - 10,361 through 10,380 (of 14,498 total)
  • Author
    Posts
  • in reply to: Slider #15157
    Sakin
    Keymaster

    @Sarah: For image to become same size in the slider. You image size should be minimum Width: 644px and minimum height Height: 320px.

    For some of the old images that your site have before changing to Catch Box Theme, you need to regenerate thumbnail. You can do that by adding “Regenerate Thumbnail” plugin. See the theme instruction at http://catchthemes.com/theme-instructions/catch-box-pro/

    in reply to: Adding images to the menu and/or header? #15155
    Sakin
    Keymaster

    @Dignan17: Change your menu background color to #a7a9ab. Upload your red image in your site and the add the following CSS in “Appearance => Theme Options => Custom CSS” box. In the following CSS, replace image_url with your red image url.

    #header-menu #access {
        background: url("image_url") no-repeat scroll 0 0 #005ca9;
        width: 98%;
    }
    in reply to: Header subtitle next to logo #15154
    Sakin
    Keymaster

    @Frans: I check in your site and see that you have moved site title and description above the Header Image from “Appearance => Theme Options => Header Options”. So, first uncheck this. Then you can add following CSS in “Appearance => Theme Options => Custom CSS” box.

    #hgroup.with-logo {
        clear: none;
        display: inline;
        float: left;
        padding-left: 10px;
    }
    in reply to: Post function for references #15153
    Sakin
    Keymaster

    @Frans: Yes, you can just write a post and then people can comment on it.

    in reply to: Constant Contact API Widget 2.4.1 #15139
    Sakin
    Keymaster

    @paigeohliger: You can decrease the space by adjusting line height css.
    #main #secondary .kws_form label { line-height: 25px; }

    in reply to: Adding images to the menu and/or header? #15138
    Sakin
    Keymaster

    @Dignan17: Looks like you want advance customization. So, I am bit confused.

    in reply to: Contact Us Form #15137
    Sakin
    Keymaster

    @paigeohliger: If you refresh your browser, you will see it will load the default css for email. But it will not match with your design as you have the following CSS in “Appearance => Theme Options => Custom CSS” box.
    input[type="text"], input[type="password"], textarea { background: none #fffdf9; height: 24px; padding: 3px 5px; }

    You need to replace that with the following CSS.
    input[type="text"], input[type="email"], input[type="password"], textarea { background: none #fffdf9; height: 24px; padding: 3px 5px; }

    in reply to: Header subtitle next to logo #15136
    Sakin
    Keymaster

    @Frans: I need to check in your site and then I can send CSS accordingly.

    in reply to: can't download new update #15130
    Sakin
    Keymaster

    @RodC14: Sorry there was problem with your account and it’s now fixed. For account and sales issue, please contact our sales directly http://catchthemes.com/contact-us/

    in reply to: Adding images to the menu and/or header? #15128
    Sakin
    Keymaster

    @Dignan17: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to add background image in the header. In the following CSS, change the image_url with your image url.
    #masthead { background: url("image_url") repeat scroll 0 0 transparent; }

    About menu, you can add full image same way with by changing #masthead to #header-menu . But it will be difficult to add 2 image in the menu. For that you might need to hire developer to edit that.

    in reply to: Constant Contact API Widget 2.4.1 #15127
    Sakin
    Keymaster

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

    #secondary .kws_form label { width: 100%; }
    #secondary .kws_form .cc_Go { padding-top: 1em; }
    in reply to: Installing Google Analytics #15126
    Sakin
    Keymaster

    @ghblog: For simple tracking you can just add it in “Footer” Section. Tracking ID is for Google Webmaster tool not for Google Analytic.

    in reply to: Post Title in Categories #15125
    Sakin
    Keymaster

    @@lew1s: It’s redirection issues. Have you use any redirection plugin or .htaccess configuration.

    in reply to: Remove faint line around images #15124
    Sakin
    Keymaster

    @Gladys: Thanks 🙂

    in reply to: Gravatar on my blog #15123
    Sakin
    Keymaster

    @klhaight: That depends on the email address register with Gravatar. But if you want your own custom image then you can use the “Metronet Profile Picture” plugin

    in reply to: Upgrading to 2.0 #15122
    Sakin
    Keymaster

    @paigeohliger: Can you check your account now.

    in reply to: Remove footer area space #15115
    Sakin
    Keymaster

    @Lorena Poling: Looking at your customize, it’s sure that you need to hire developer who can do that for you. I recommend tweaky http://bit.ly/YANvfZ services.

    Looking at your design,
    1. Header image at top, which you have already done it.
    2. Then Menu, this is also you have completed it.
    3. Then add in the featured image, this is simple, you can add it yourself from “Appearance => Featured Slider”
    4. Then add the the three blocks of text from “Appearance => Homepage Settings => Homepage Featured Content. Where you can just the text in “Content” and leave title, image, image url and all empty. So, you will have only content. Then add the following CSS in “Appearance => Theme Options => Custom CSS” box to give colors

    #site-generator { padding-top: 94px; }
    #featured-post #featured-post-1 .entry-content { background-color: #3fa9f5; }
    #featured-post #featured-post-2 .entry-content { background-color: #ff931e; }
    #featured-post #featured-post-3 .entry-content { background-color: #86328c; }
    #featured-post .post .entry-content { border: 1px solid #708e2f; padding: 10px; color: #fff; }
    #welcome-text { color: #fff; margin: 0 auto; width: 80%; }

    The add the your footer text as below in “Appearance => Theme Options => Footer Editor Options”

    <div id="welcome-text"><h4>Welcome to TULegacy!</h4>
    TU LEGACY will bring together people that care and are willing to donate to build a Legacy that will continue for many generations, helping kids, teenagers, families or elderly and give them the tools to succeed in their journey and dreams.</div>
    in reply to: Gravatar on my blog #15114
    Sakin
    Keymaster

    @klhaight: Check your account at Gravatar.com

    in reply to: Post function for references #15111
    Sakin
    Keymaster

    @Frans: For this type of features, you need to add plugin. Try Gravity Forms plugin to get message and post it. But if you just want to receive message in email you can use “Contact Form 7” free plugin.

    in reply to: Post Title in Categories #15110
    Sakin
    Keymaster

    @lew1s: I am bit confused what you mean. Can you explain please.

Viewing 20 posts - 10,361 through 10,380 (of 14,498 total)