Forum Replies Created

Viewing 20 posts - 12,101 through 12,120 (of 14,500 total)
  • Author
    Posts
  • in reply to: Reverse order of responsive design? #9691
    Sakin
    Keymaster

    @frog357: I don’t understand your question. Can you explain more and also add in your site URL?

    in reply to: Using tab widgets #9690
    Sakin
    Keymaster

    @cumpleby: Them theme doesn’t have tab widgets. Try searching for plugin in http://wordpress.org/extend/plugins/

    in reply to: Centering Widget in Footer #9689
    Sakin
    Keymaster

    @pfian: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #supplementary .widget-area {
        float: none;
    }
    in reply to: Header – Centring #9687
    Sakin
    Keymaster

    @tamesidemartialarts: I need your site URL.

    in reply to: Font Size Inconsistent #9686
    Sakin
    Keymaster

    @xpyouth: Please add in your site URL and then I can check the issue first.

    in reply to: Header color, content width, content font, search box #9685
    Sakin
    Keymaster

    1) I’d like to change the color of my site title header. How do I do that?
    — You can change the color code and add the following css in “Appearance => Theme Options => Custom CSS” box.

    h1#site-title a {
        color: #444;
    }

    2) Also, the width of the content is very narrow. I’d like it to match the size of the header content above. Add the following css in “Appearance => Theme Options => Custom CSS” box.

    .no-sidebar div.col8 {
        width: 100%;
    }

    3) How do I change the font color and size for my content?
    — You said it’s solve. So, I leave this.
    4) I would like to add a line around my search box so that is visible.
    — I don’t get this.

    in reply to: Blog Homepage reading #9683
    Sakin
    Keymaster

    @ben: You can just install this plugin http://wordpress.org/plugins/wp-pagenavi/

    in reply to: Catch Everest Pro #9680
    Sakin
    Keymaster

    @pele: Can you login and check your account. You should be able to download it.

    in reply to: Simple Catch Pro #9678
    Sakin
    Keymaster

    @ben: Hello I think you have already solved it as when I check in your site. You have Simple Catch Pro Theme.

    in reply to: Qtranslate and featured slider #9677
    Sakin
    Keymaster

    @donestefano71: I am sorry I don’t understand your requirement.

    About the excerpt. We have added option to modify the excerpt in catcheverest-functions.php file. You can look at functions catcheverest_excerpt_desired() and others. It’s well commented, so you will understand.

    in reply to: Header color, content width, content font, search box #9674
    Sakin
    Keymaster

    @mintamim: All the question asked in there in the theme options in Simple Catch Pro theme. So upgrading will help you. See the feature list here http://catchthemes.com/theme-instructions/simple-catch-pro/

    For Simple Catch Free theme you need to add Custom CSS. But to provide custom css, I need to see your site. So, send me your site URL.

    in reply to: How to remove some things #9673
    Sakin
    Keymaster

    @rubenpalma: It’s same for all theme. You can enable or disable comment through “Settings => Discussion” further, you need to check the settings in individual page or post through Discussion box. See this for more details http://en.support.wordpress.com/enable-disable-comments/

    in reply to: Featured Slider Questions #9672
    Sakin
    Keymaster

    @Fenanxxl: sorry recent post in slider mean. Featured Category Slider, this is only there in Catch Box Pro version. You need to upgrade. See this for more about features in Catch Box Pro theme http://catchthemes.com/theme-instructions/catch-box-pro/

    in reply to: Center logo? #9671
    Sakin
    Keymaster

    @Bee1derful: Try adding the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #site-logo {
        float: none;
    }
    #hgroup-wrap img {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    in reply to: Trouble changing text color of footer #9670
    Sakin
    Keymaster

    @stelles: Try upgrading to Pro version which has lot of Color options and other features. See this http://catchthemes.com/theme-instructions/catch-everest-pro/

    For now you can add the following css in “Appearance => Theme Options => Custom CSS” box to change the footer background.

    #site-generator {
        background-color: #009933;
    }
    in reply to: Remove Social Media Button #9668
    Sakin
    Keymaster

    @kalalilys: The customization though Theme Options and Custom CSS is fine. If you want to edit any core theme function then child theme is necessary. I see in your setting that site tile and description is hidden. So, just add it.

    in reply to: large page breaks #9661
    Sakin
    Keymaster

    @bill: Yes this is responsive theme. The css that you have added in not for the paragraph. You can delete that.
    The css will be as below, if you want it to be universal for all devices.

    p {
        margin-bottom: 10px;
    }

    But if you want to change only for large devices then it will be as below:

    @media screen and (min-width: 1060px) {
    p {
        margin-bottom: 10px;
    }
    }
    in reply to: NO iPad support! #9660
    Sakin
    Keymaster

    @Peter: Sorry we cannot make it auto change the menu. But yes you can add the css to change the menu to look like in iphone.

    in reply to: Social Icons #9659
    Sakin
    Keymaster

    @Terry M: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    ul.social-profile li.facebook a {
        background-position: 0 -43px;
    }
    ul.social-profile li.google-plus a {
        background-position: -173px -43px;
    }
    ul.social-profile li.you-tube a {
        background-position: -87px -43px;
    }
    in reply to: PDF link on homepage #9658
    Sakin
    Keymaster

    @Terry M: It’s because this free theme uses the Featured Image and the Excerpt from the post to homepage. The excerpt doesn’t show the link.

Viewing 20 posts - 12,101 through 12,120 (of 14,500 total)