Forum Replies Created

Viewing 20 posts - 11,661 through 11,680 (of 14,504 total)
  • Author
    Posts
  • in reply to: Reducing white space between content and bottom of page #11112
    Sakin
    Keymaster

    @HannahCatch: If you cannot send me the url. Then can you upload the screenshot of your development site and send me the url of screenshot.

    Sakin
    Keymaster

    @tychoweb:
    I need to add an email address in the right header. Are you able to advise any way of just adding some text here?
    — To add email address in the right header section. You need to use Catch Everest Pro theme and then you can add widgets in Header Right Sidebar.

    I am thinking of upgrading in the next month, will the sites I’m working on be upgraded or will I have to start them from scratch to use the new features?
    — The upgrade process from Catch Everest Free to Catch Everest Pro is pretty smooth in you haven’t change any core theme functions and style. All your customization from Theme Options, posts, pages and everything will be upgraded smoothly.

    I realise this is the third “one question” but I am trying desperately to make the telephone bigger (it is h2), in the code below, whatever I set the font-size to isn’t making any difference at all. The ‘font-type’ works but I can’t make it bigger. Is there anything wrong with this code?
    — Change the size in the following css and add it in “Appearance = theme Options => Custom CSS” box.

    #site-description {
        font-size: 13px;
    }
    in reply to: Header and Writing on Featured Post Slider #11092
    Sakin
    Keymaster

    @Raminder: I see that you have added the following CSS in “Custom CSS” box.

    .page .entry-title {
        display: none;
    }

    Replace the above css with the following

    .page .entry-header {
        display: none;
    }

    There is no option to add in the footer black space. You can add widget in Footer Widgets areas and sidebars.

    But since you are using Catch Everest Pro theme, there is small trick. First add the social icon widgets in sidebar or footer widgets. Then get the view source and add the html code in the footer editor.

    in reply to: Widgets on Every Page of My Site #11091
    Sakin
    Keymaster

    @PhaseZwei: Oh sorry we don’t have 4 to 5 sidebars. But you can use plugins to have custom sidebars for each pages and post. Search for plugin at http://wordpress.org/extend/plugins/

    in reply to: Menu color #11090
    Sakin
    Keymaster

    @Sebastiaan.Horn: I see that you are using Catch Everest Pro theme. You can change the color from “Appearance => Theme Options => Color Options”.

    in reply to: Edit Size of Featured Content Box #11089
    Sakin
    Keymaster

    @svoelker: In the above css you can add the height attribute.

    /* For Screen Size above 960px */

    @media screen and (min-width: 960px) {
    .featured-text {
        width: 80%;
        height: 200px;
    }
    }
    in reply to: Edit Size of Featured Content Box #11088
    Sakin
    Keymaster

    @svoelker: In the above css you can add the height attribute.

    /* For Screen Size above 960px */

    @media screen and (min-width: 960px) {
    .featured-text {
        width: 80%;
        height: 200px;
    }
    }
    in reply to: Side bar now showing #11087
    Sakin
    Keymaster

    @empeyzee: the homepage sidebar work only if you have latest post or page in the homepage. Can you send me your Site URL? So, that I can check in your settings.

    in reply to: install problem #11086
    Sakin
    Keymaster

    @sross00: you don’t need to convert it into zip file. You can just download the zip from your account at http://catchthemes.com/my-account/ and upload the zip file itself. I will also contact you through email, if you need further assistance.

    in reply to: Change the size of social media buttons #11085
    Sakin
    Keymaster

    @DesignerD: Sorry there is no option for this. You need to build child theme and manually edit the image. But you can also look for plugin for social icons of your choice at http://wordpress.org/extend/plugins/

    in reply to: Resize the featured image inside a post #11084
    Sakin
    Keymaster

    @Anja0625: I don’t get it what you mean. Can you send me your site URL?

    in reply to: Customise bullets #11082
    Sakin
    Keymaster

    @Potzas: That is css circles. You can change to graphic by adding the background image in the controller. Add in the image url where there is image path and also change the height and width as per the image added. Then add the following css in “Appearance => Theme Options => Custom CSS” box.

    #controllers a {
        background: url("image path") no-repeat scroll 0 0 transparent;
        height: 10px;
        width: 10px;
    }
    #controllers a:hover, #controllers a.active {
        background: url("image path") no-repeat scroll 0 0 transparent;
    }
    in reply to: CSS/HTML for Text widget not working #11081
    Sakin
    Keymaster

    @aceenrichment: You can use “2. Catch Everest: Advertisement” widget, which accepts HTML code in Ads code space.

    in reply to: how to align the logo to the menu ? #11079
    Sakin
    Keymaster

    @hauaua: There is no option to make the logo on the left and menu on the right in the header. It’s design to make the logo and right sidebar in the header and then menu.

    Yes you can try hiring the developer and do the customization. There might me one way to do that by changing the css value. I can just give you the hint and you have to find the developer to do the rest.

    For assigning the Header wrap the width and float left and then menu width with float right. See the following css and add it in “Appearance => theme Options => Custom CSS” box and adjust as per your need.

    #hgroup-wrap {
        display: inline-block;
        float: left;
        overflow: hidden;
        padding: 0 5%;
        width: 40%;
    }
    #header-menu {
        display: inline-block;
        float: right;
        width: 50%;
    }
    #main-slider, #main { clear: both; }
    in reply to: insert finance calculator #11078
    Sakin
    Keymaster

    @jwendell: Not sure about the excel form. But yes for contact form and all you can use Contact Form 7.

    Ok I just search in WordPress plugin http://wordpress.org/extend/plugins/ and see the plugin http://wordpress.org/plugins/groupdocs-viewer/ . Maybe this will work. But I haven’t tried it.

    in reply to: Catagorize Posts Under Pages #11077
    Sakin
    Keymaster

    @bigbipper: I don’t get it what you mean? You should be able to do it through custom menu and also check the link where there is instruction to add it.

    in reply to: change the website color #11071
    Sakin
    Keymaster

    @kz2284: You can customize the color from “Appearance => Theme Options => Color Options”

    For more check out theme instruction http://catchthemes.com/theme-instructions/catch-mustang/

    in reply to: setting the menu depth and resizing the image box #11048
    Sakin
    Keymaster

    @Ellen: To change the image size with the php code will be difficult and you need to build child theme and edit. So, the easiest method will be to just the image with css. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #main #content .post-img a {
        height: 160px;
        width: 160px;
    }
    in reply to: Header Display Inconsistency #11047
    Sakin
    Keymaster

    @Danny: It has been fixed in version 2.1. See the change log http://catchthemes.com/changelogs/simple-catch-pro-theme/

    in reply to: ad placement #11046
    Sakin
    Keymaster

    @j9hagop: The ads code has the align right so, you need to change the ads code itself.

    To reduce the space. You can add the following CSS in “Appearance => Theme options => Custom CSS” box.
    #sidebar-top, #sidebar-top .widget { margin-bottom: 0; }

Viewing 20 posts - 11,661 through 11,680 (of 14,504 total)