Forum Replies Created

Viewing 20 posts - 11,461 through 11,480 (of 14,505 total)
  • Author
    Posts
  • Sakin
    Keymaster

    @fcast: Cool 🙂

    in reply to: Trying to Adjust My Site Fonts #11704
    Sakin
    Keymaster

    @tault: You can add the following css.

    /* Page Title Color */
    .entry-title, .entry-title a { color: #DA0059; }
    
    /* default font family */
    body, input, textarea { font-family: Cambria, Arial, sans-serif; }
    in reply to: How to remove from pages #11703
    Sakin
    Keymaster

    @wendell.laurent: Can you try adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .page .entry-title { display: none; }

    in reply to: Trying to Adjust My Site Fonts #11687
    Sakin
    Keymaster

    @tault: Can yo send me your site URL?

    in reply to: How to Disable Social Icons Appearing in Pages #11686
    Sakin
    Keymaster

    @anaorsini: For disabling comment. See this http://en.support.wordpress.com/enable-disable-comments/

    For Contact Us form. You need to add your form in Contact Us page. You can just add Contact Form 7 plugin and then add the plugin shortcode in that page.

    in reply to: gallery images obscured by header #11685
    Sakin
    Keymaster

    @Kip: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #branding { z-index: 2; }

    in reply to: Changes Made in 2.5 Updates? #11684
    Sakin
    Keymaster

    @meow: You can see the change log at http://catchthemes.com/changelogs/catch-box-theme/.

    Those are action hooks which are very important if you need to customize the theme using child theme.

    in reply to: Remove posted by, date and no comments #11683
    Sakin
    Keymaster

    @lakeoswegobaseball: To hide it you can just add the following css

    .entry-meta { display: none; }

    in reply to: Header size and menu bar color #11682
    Sakin
    Keymaster

    @GlennClosson: I need to know which theme are you using and how are you using it. So, best will be to share your site URL. So, that I can check in your site and send you the css code.

    in reply to: catch everest pro update #11681
    Sakin
    Keymaster

    If you upgrade from Free to Pro version of Catch Everest theme. It should be all smooth.

    But if you have change any theme core files, such as style.css, functions.php, content.php and so on then it will not. That is why we always recommend to edit the theme only though the function available in Theme Options panel.

    Further, if you want to customize the css then you can use “Appearance => Theme Options => Custom CSS” box or build child theme and add your css.

    For any customization of functions and theme core files, you need to build child theme and edit it.

    in reply to: Add border to tables #11680
    Sakin
    Keymaster

    @pango: Not sure abut your table. Also see that your table in not design in responsive design. So, when I view in my mobile device. It gets cut down. So, I recommend you to use the plugin Table Press at wordpress.org/plugins/tablepress

    in reply to: How to remove from pages #11679
    Sakin
    Keymaster

    @wendell.laurent: You can ready about the additional feature in Catch Everest Pro at http://catchthemes.com/theme-instructions/catch-everest-pro/

    You can just hide the page title by adding custom CSS in “Appearance => Theme Options => Custom CSS”.

    If you want me to provide you the css code then send me your site URL.

    in reply to: Homepage Sidebar Not Displaying #11678
    Sakin
    Keymaster

    @lakeoswegobaseball: Sorry we don’t have that feature ready. You can just set static page and add something nice so it will look great.

    in reply to: install problem #11654
    Sakin
    Keymaster

    @dmoxnam: When you have this type of issue you need to delete the folder catch-everest from your FTP.

    in reply to: catch everest pro update #11653
    Sakin
    Keymaster

    @donald: For any account and sales related question, you can directly contact our sales team at http://catchthemes.com/contact-us/

    Can you check your account now? I got message from sales that it has been fixed.

    in reply to: Search Bar & What appears in google #11652
    Sakin
    Keymaster

    @kati:
    1. You’ll notice that my search bar where you ‘type keyword’ in the header doesn’t have the same gray box as the search bar below in the content section. Can you tell me how to get it to match the gray color box?
    — You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header .social-search form.searchform input {
        background-color: #f5f5f5;
    }

    2. When I search “the fab lifestyle diet” in Google a wierd test page shows up first, it looks like this is one of my first test posts that has since been deleted. Is there a way to get my home page to come up and get rid of this test page all together? The test pages has been permanently deleted already in my WP admin.
    — For that you can add Permanent Redirection through .htaccess file. If you are unaware of this then you ca search for Redirection plugin at http://wordpress.org/extend/plugins/
    For detail SEO, I recommend using WordPress SEO by Yoast Plugin.

    in reply to: delete footer #11651
    Sakin
    Keymaster

    @vickygeek: You are not allowed to change footer credit link while using any free theme. So in this case, you can just upgrade to Pro version. In Pro version there is Footer Editor, where you can delete the text.

    in reply to: Homepage Sidebar Not Displaying #11650
    Sakin
    Keymaster

    @lakeoswegobaseball: The Optional Homepage sidebar will only work in you have set Static Homepage or Latest Post in the homepage. You can set that from “Appearance => Theme Options => Homepage Settings => Homepage / Frontpage Settings”.

    in reply to: favicon removal #11649
    Sakin
    Keymaster

    @thess: That’s the header logo. You can disable it from “Appearance => Theme Options => Logo Options”. There you can just check “Disable Header Logo” and save it.

    in reply to: adding a widget on the top area #11647
    Sakin
    Keymaster

    @vickygeek: For that you need to upgrade to Catch Everest Pro. Read more about Catch Everest Pro at http://catchthemes.com/theme-instructions/catch-everest-pro/

Viewing 20 posts - 11,461 through 11,480 (of 14,505 total)