Forum Replies Created

Viewing 20 posts - 11,681 through 11,700 (of 14,501 total)
  • Author
    Posts
  • in reply to: Custom featured slider #11005
    Sakin
    Keymaster

    @Sebastiaan.Horn: In Simple Catch Free theme, we only have featured post slier where it will link to post. If you don’t want link and have your own custom text, then you have to use “Image Slider”. To use image slider, you need to upgrade to Simple Catch Pro theme.

    See this for additional features in Simple Catch Pro theme http://catchthemes.com/theme-instructions/simple-catch-pro/

    in reply to: Remove white header from top of page #11004
    Sakin
    Keymaster

    @Cath6789: Just remove .home and it will be as below:

    #hgroup-wrap {
        display: none;
    }
    in reply to: Featured Images for a Category Blogroll #11003
    Sakin
    Keymaster

    @eckh20: This option is not there. You need to build child theme and edit it. Consider hiring developer for this.

    in reply to: Favicon.ico #11002
    Sakin
    Keymaster

    @jbprins: Yes you can upload your favicon.ico from “Appearance => Theme Options => Fav Icon Options”

    in reply to: Social Link Icon Change #11001
    Sakin
    Keymaster

    @saludypaz: For that you need to build child then and edit the function catcheverest_social_networks() also change the icon image social-profile.png . For this you need to hire developer.

    in reply to: insert finance calculator #10978
    Sakin
    Keymaster

    @jwendell: I am also not sure about that. I just google that. There is no option in WordPress to do it by default. They are using their own tricks. So, can you ask to the person who wrote the tutorial. Also check the video in the youtube and ask them as well.

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

    @svoelker: I don’t know which slider you are using. There is option for post slider, image slider and others.

    If you are using post slider, then you can adjust the amount of text from the excerpt box in your post. See this http://en.support.wordpress.com/splitting-content/excerpts/

    If you are using Image Slider, then you can change the content from the slider options itself.

    If you want to adjust the width of the slider text box then you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    /* For Screen Size above 960px */
    @media screen and (min-width: 960px) {
    .featured-text {
        width: 80%;
    }
    }
    in reply to: update Catch everest Pro #10974
    Sakin
    Keymaster

    @willisnz: Done.

    in reply to: Can't Download Theme? #10973
    Sakin
    Keymaster

    @sross00: Sometime, email might land to your spam or junk folder in your email. So, check their first. I see that you have cancelled your purchase. That is why it is not showing download. I have just created new one for you.

    Sakin
    Keymaster

    @Luis: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .hentry, .no-results, #author-info, #disqus_thread, #content .error404 { border-bottom: none; }

    in reply to: insert finance calculator #10961
    Sakin
    Keymaster
    in reply to: Spacing between Widgets #10960
    Sakin
    Keymaster

    @nickf26: You can change the margin as per your need. Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #secondary .widget { margin-bottom: 40px; }

    in reply to: Homepage #10959
    Sakin
    Keymaster

    @traintoepping: If you don’t want any text in the homepage and just want slider and the footer. Then don’t set the homepage as static page. Just set as Latest posts. After that you can hide the latest post from “Appearance => Theme Options => Homepage Settings => Homepage/Frontpage Settings”.

    in reply to: Header & Footer #10957
    Sakin
    Keymaster

    @traintoepping:
    1. Center my logo
    — Add the following CSS in “Appearance => Theme Options => Custom CSS” box. The css you have added in fine. Just need to add the following extra css.

    #header-left { width: 100%; }
    #site-logo a { display: inline-block; }

    2. Reduce the white space beneath my logo
    — Add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #hgroup.with-logo { display: none; }

    3. Change the color of the footer text
    — Just change the color code and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #site-generator { color: #000; }

    in reply to: insert finance calculator #10954
    Sakin
    Keymaster

    @jwendell: There is not such function to directly add the excel sheet in the WordPress site. But yes you can create the embed code and add it.

    Maybe this post will help you:
    http://datawiz.wordpress.com/2011/01/14/creating-a-web-calculator-using-excel/

    You can also check it video:
    http://www.youtube.com/watch?v=ZIBF1sDOCEU

    in reply to: Don't display breadcrumbs on home page #10952
    Sakin
    Keymaster

    @poornima.uk: I don’t know how that plugin will add but you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide it from homepage.
    .home .breadcrumb { display: none; }

    in reply to: portfolio/gallery #10951
    Sakin
    Keymaster

    @kz2284: You portfolio looks good at http://69.195.124.63/~kzinteri/portfolio/. Then I check in your portfolio “RESIDENTIAL DESIGN” at http://69.195.124.63/~kzinteri/portfolio/residential-design/. This also looks fine.

    You cannot make it 100% same. But with the help of css you can make it similar. Add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .single-portfolio .wp-caption {
        background: none transparent;
        margin: 0 0 0 2.92%;
        max-width: 100%;
        padding: 0 0 30px;
        width: 30.35% !important;
    } 
    .single-portfolio .wp-caption img {
        background-color: #f5f5f5;
        border: 1px solid #b5b5b5;
        -webkit-border-radius: 3px; 
        -moz-border-radius: 3px;
        border-radius: 3px; 
        display: block;
        margin: 0 auto 10px;
        max-width: 100%;
        padding: 2%;
        width: 96%;
    }
    .single-portfolio .wp-caption .wp-caption-text:before {
        content: none;
    }
    .single-portfolio .wp-caption .wp-caption-text {
        font: 24px 'Cuprum',Arial,Helvetica,sans-serif;
        margin-bottom: 2em;
        padding: 0;
        position: relative;
        text-align: center;
    }
    in reply to: Is it possible to remove the search box from the page? #10947
    Sakin
    Keymaster

    @aaloovinc: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-right .widget_search { display: none; }

    in reply to: slider #10946
    Sakin
    Keymaster

    @Aliaaz: I don’t get it why you want to reduce the height. It’s just give you as per the image height. You can just upload the image with the height you want.

    Sakin
    Keymaster

    @Luis: It will work fine. I found issue in your custom CSS box. Remove the following CSS. I don’t know why you added that. This is giving you issue.
    @media screen and (max-width: 599px)

Viewing 20 posts - 11,681 through 11,700 (of 14,501 total)