Forum Replies Created

Viewing 20 posts - 10,161 through 10,180 (of 14,494 total)
  • Author
    Posts
  • in reply to: Child Theme #15831
    Sakin
    Keymaster

    @ghblog: Creating child theme is little hard then just a basic settings. First you need to create the folder. For example: simple-catch-child . Then you need to create the file style.css in your child theme folder. The main thing in your child theme css in to define the template. That will be the parent theme folder name. For Simple Catch Theme, it will be simple-catch.

    For more about Child Theme. See this http://codex.wordpress.org/Child_Themes

    in reply to: Remove Author, Date and Category from Posts #15827
    Sakin
    Keymaster

    @ghblog: Let me know your site URL. Then I will check it and send you the code.

    in reply to: Customising Colour of Social Media Icons #15826
    Sakin
    Keymaster

    @Sarah: Oh I got that. We haven’t activate search module.

    in reply to: Featured image on home page #15825
    Sakin
    Keymaster

    @Gina: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .blog .entry-summary img { float: left; margin-right: 10px; }

    in reply to: Header and White Space #15809
    Sakin
    Keymaster

    @kris10haley: You can remove the white space around her logo (especially above) by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-content { padding: 0; }

    For making the logo 75-80% of it’s current size, you and just upload the small size logo.

    For lessening the white space above/below posts, pages and widgets.. This theme is design with lot of white spaces to create clean look.

    To reduce the white page above and below content

    .hentry {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    To reduce the white page above and below widgets

    .widgets {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    in reply to: Featured Slider Not Working #15807
    Sakin
    Keymaster

    @robzone21: I just check in your site and found that you are not using any of our themes. We only provide support to our own themes.

    in reply to: Update #15806
    Sakin
    Keymaster

    @ashrafashraf: You are checking in Installation instruction while you need to check “Updating Theme Using the Administration Panel” instruction.

    in reply to: Widget-Title #15805
    Sakin
    Keymaster

    @EPICPROJECT: Sorry there is no option to do that only for the post in the widget. But you can use “3. Catch Everest: Featued Content” widget and add write down own title and content as per you need.

    in reply to: Sub-Menu Help #15804
    Sakin
    Keymaster

    @BenniemanZA: You can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box. This is bit difficult. So, nice one please upgrade to Pro version.

    #header-menu { background-color: #323c9a; }
    #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 { background-color: #6ea2dc; }
    #header-menu ul.menu li:hover > a, #header-menu ul.menu a:focus { background-color: #6ea2dc; }
    in reply to: Homepage Featured Content #15803
    Sakin
    Keymaster

    @Jeffer: For main you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #main { background-color: #fff; }

    in reply to: remove default border from images #15802
    Sakin
    Keymaster

    @azizwaing: You need to add in your site URL so that I can check in.

    in reply to: Can I change my FB & Twitter icons? #15801
    Sakin
    Keymaster

    @kat22: Just find them image “social-profile.png” in your theme images folder and then edit that image file.

    in reply to: Responsive?? #15800
    Sakin
    Keymaster

    @essam: I am not sure that you mean. Sorry I am confused.

    in reply to: Allowing Rollover Images to be Inserted on Pages #15799
    Sakin
    Keymaster

    @nnicholson1: I see that for other image you have added style="border: none;" in your img tag. For this one also you need to add that.

    in reply to: Blog and hearder image #15797
    Sakin
    Keymaster

    @soraja: Hello Anita, I am not so sure about that plugin but if you want to localize in Hungarian language then you need to create hu_HU.mo and hu_HU.po file through http://poedit.net/ software. If you look at the languages folder, you will see other language file for your reference.

    About your header image hover, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box to remove the opacity effect.
    #hgroup-wrap a:hover img { opacity: 1; }

    in reply to: Featured image on home page #15791
    Sakin
    Keymaster

    @Gina: Sorry, I don’t get it what you mean. Can you share your site URL and then explain please.

    in reply to: Update #15790
    Sakin
    Keymaster

    @ashrafashraf: For update, please follow the instruction mentioned in http://catchthemes.com/theme-instructions/catch-box-pro/

    in reply to: my favicon is not working #15789
    Sakin
    Keymaster

    @senna: Looks like you have successfully changed it. Favicon should be .ico extension image to get it in older browser but modern browser accepts other image formats as well.

    I just check in your site and see favicon in your site as http://www.lincolnfamilyfunerals.com.au/wp-content/themes/catch-everest/images/favicon.ico

    in reply to: read more does not work on separate blog page #15771
    Sakin
    Keymaster

    @Pete7feet: thanks 🙂

    in reply to: Word breaking #15770
    Sakin
    Keymaster

    @@betgriff: Thanks for your appreciation 🙂

Viewing 20 posts - 10,161 through 10,180 (of 14,494 total)