Forum Replies Created

Viewing 20 posts - 11,641 through 11,660 (of 14,501 total)
  • Author
    Posts
  • in reply to: Centering menu bar #11145
    Sakin
    Keymaster

    @victoria: Send me your site URL?

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

    @Anja0625: I cannot access your site. It is showing Database Error. Please fix that and let me know it.

    in reply to: Allow pages for posts slider (and workarounds) #11143
    Sakin
    Keymaster

    @nesciens: That’s nice. Yes, you can simply build child theme and add it like you have done it.

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

    @kz2284: From color option in your Theme Options panel. Just change the color code of “Header Background Color”

    in reply to: insert finance calculator #11141
    Sakin
    Keymaster

    @jwendell: Contact Form 7 is for creating contact form and all. For Excel, you need to search for other plugins. Try searching in Google.

    in reply to: Side bar now showing #11139
    Sakin
    Keymaster

    @empeyzee: There is only one trick to do that.
    1. Just create the page and add your image which you have it in your homepage featured content section.
    2. Select that page as “Front page” from “Settings => Reading” and check “A static page (select below)” and select that page.
    So this way you will have your page with sidebar.
    3. Then you can disable your Featured Homepage Content from “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”.

    in reply to: Customise bullets #11138
    Sakin
    Keymaster

    @Potzas: You don’t have to change anything is style.css . You should just add the following css in “Appearance => Theme Options => Custom CSS” box.
    image path means the url of the image.

    Like the image path of our logo is http://i0.wp.com/catchthemes.com/wp-content/uploads/2012/06/logo.png

    in the same way you need to add the image path. If for example, you want to add our logo then it will be as.

    #controllers a {
        background: url("http://i0.wp.com/catchthemes.com/wp-content/uploads/2012/06/logo.png") no-repeat scroll 0 0 transparent;
        height: 10px;
        width: 10px;
    }
    #controllers a:hover, #controllers a.active {
        background: url("http://i0.wp.com/catchthemes.com/wp-content/uploads/2012/06/logo.png") no-repeat scroll 0 0 transparent;
    }
    in reply to: Bug with non-standard browser default font size #11137
    Sakin
    Keymaster

    @nesciens: Sorry I don’t understand all these. Can you tell me what are you trying to do in your site?

    in reply to: Adding a full width header image per page #11136
    Sakin
    Keymaster

    @acanthuroid: I am not sure what have you done to your site. Can you send me the site URL?

    in reply to: Bug with non-standard browser default font size #11116
    Sakin
    Keymaster

    @nesciens: function.php is useless. You can just delete that and add all the css in your child theme style.css . When you are not disabling responsive, you don’t need to separate the css.

    So, just delete your child theme function.php and merge your child theme responsive.css to style.css

    Then send me your site URL. I will check in.

    in reply to: Site Title and Description #11115
    Sakin
    Keymaster

    @mattematica: The Site link color are not control through Theme Options panel. It is controlled though WordPress Custom Header Function from “Appearance => Header”. But yes, if you want to add custom hover color then you have to add custom css in “Appearance => Theme Options => Custom CSS” box.

    To change Font Family only for Site Title and Description, you can change it from “Appearance => Theme Options => Font Family Options”, where you can just change “Site Title & Description Font Family”.

    Also when you post your question, try to post in your site URL so that it will be easy for us to look that you are doing.

    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.

Viewing 20 posts - 11,641 through 11,660 (of 14,501 total)