Forum Replies Created

Viewing 20 posts - 5,741 through 5,760 (of 14,504 total)
  • Author
    Posts
  • in reply to: Appearance –> Customize will not load #48132
    Sakin
    Keymaster

    @aruraza: I have been able to change the header image. That is the image of buddha. You can simply go to “Appearance => Header” and upload, then you will get this option “Crop Header Image” option. You can you can use your mouse/trackpad to select the image area as per you need using the pointer and click on “Crop and Publish”. See this screenshot http://www.pinterest.com/pin/548594798331307420/

    in reply to: Slider images too small #48131
    Sakin
    Keymaster

    @nussarthur: I don’t know what’s going with your site. Looks like you have conflict with your two plugin. One is thumbnail editor and Jetpack plugin “Photon” module. So, try disabling one and check in.

    in reply to: Footer bar is disturbed in mozilla firefox browser #48130
    Sakin
    Keymaster

    @harish: I don’t know how you have customize the theme and mess up with the div codes. Now, I see that it’s missing closing div code </div><!-- #content-sidebar --> before

    <div id="footer">

    in reply to: Weird font size issue #48129
    Sakin
    Keymaster

    @ncmh-cardiff: This is Chrome browser issue with rem css codes. They should be fixing it in their new version. Not sure when. For now you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    body > div { font-size: 1.4rem; }

    in reply to: On mobile all menu is not showing #48125
    Sakin
    Keymaster

    @harish: I checked in from my mobile devices and I am able to go to your contact page. I don’t see any issues.

    in reply to: Get rid of "Category Archives" but leave the category name in #48118
    Sakin
    Keymaster

    @Salome: To remove the word Category Archives only. You need to build child theme. You can check out http://catchthemes.com/blog/create-child-theme-wordpress/ for Child Theme Tutorial and sample child theme. Then copy content.php file to your child theme and then replace the code:

    <?php printf( __( 'Category Archives: %s', 'simplecatch' ), '<span>' . single_cat_title( '', false ) . '</span>' ); ?>

    With the following code:
    <?php printf( __( '%s', 'simplecatch' ), '<span>' . single_cat_title( '', false ) . '</span>' ); ?>

    in reply to: Slider images too small #48117
    Sakin
    Keymaster

    @nussarthur: I check in your site and see that the image that you have added as Featured Image in your post is smaller then width 976px and height 313px. So, best will be to upload the image of same size or larger then this.

    in reply to: Two blogs on one site #48106
    Sakin
    Keymaster

    @fmck718: I don’t see your school blog.

    in reply to: Appearance –> Customize will not load #48105
    Sakin
    Keymaster

    @aruraza: Just go to “Appearance => Header” and then upload the image that you want to remove the default header image.

    Fore more, check out theme instruction page at http://catchthemes.com/theme-instructions/

    in reply to: Clickable image as background #48104
    Sakin
    Keymaster

    @Sebastian:
    1. It depends on your screen resolution. So, i recommend you to add in 1600px or less as per your screen resolution. Image above 1600px is not recommended as it’s heaving and will have loading issues.

    2. For custom link in images. See this http://www.pinterest.com/pin/548594798329863531/

    in reply to: Read more tag #48103
    Sakin
    Keymaster

    @TBM: Excerpt Layout will automatically show the excerpt content. But if you show the full content display then you can split content using more tag<!--more-->. See this http://en.support.wordpress.com/splitting-content/more-tag for more details

    in reply to: Title and Slider Images #48102
    Sakin
    Keymaster

    @Bryan:
    1. To center the title, I need to check in your site URL.
    2. If you are using page slider then it will take the excerpt content. That will be auto from the content. But you can manually change the excerpt content that shows in slider from Excerpt Box. See this screenshot showing excerpt box http://www.pinterest.com/pin/548594798330200958/

    Also, you can use Featured Image Slider to add in independent image, title, content and links, all optional. See this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/

    in reply to: Post Slider disappears #48098
    Sakin
    Keymaster

    @johanfalk: The slider is working fine now too. But I see one issue in your site. I see that you have added following code in “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes => Code to display on Footer”
    UA-44170066-1

    Remove that. As that place is for Footer Code. If you are adding as Google Analytics code then you need to add in full code not just ID.

    in reply to: line between secondary menu and slider #48097
    Sakin
    Keymaster

    @Gerald: I see the following css in your custom css. Remove background color from that.
    So replace

    .home #masthead {
        background-color: #fff;
        margin-bottom: 10px;
    }

    with

    .home #masthead {
        margin-bottom: 10px;
    }

    Then add the following css:

    #masthead {
        background-color: transparent;
    }
    in reply to: Multilanguage in Catch Kathmandu Pro #48051
    Sakin
    Keymaster

    @Robert: Sorry I am not sure about how Poly Lang work. You need to ask in that plugin support forum. Catch Kathmandu Pro has however already worked with WPML plugin to make it multi-language site. See this http://wpml.org/theme/catch-kathmandu-pro/

    in reply to: Logo and header top sidebar #48050
    Sakin
    Keymaster

    @Peter:
    To change the color of links:
    – Go to “Appearance => Theme Options => Color Options => Site Color Options”
    – Then change the color code in “Link Color” and save changes

    To change the color of line above footer copyright, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
    #colophon { border-color: #1b5f7d; }

    in reply to: Footer bar is disturbed in mozilla firefox browser #48049
    Sakin
    Keymaster

    @harish: I check in your site and found that you have customize the theme that is why the footer is floating at the top. Where is div came from:
    <div class="outer" align="right">
    This is the problematic. You need to remove that and it will work fine.

    in reply to: On mobile all menu is not showing #48048
    Sakin
    Keymaster

    @harish: Sorry I don’t get it what you mean. The menu is showing perfectly fine in mobile devices.

    in reply to: How to Add Phone No, Email on Top right side of Logo? #48047
    Sakin
    Keymaster

    @harish: Sorry there is no option to do that. You need to build child theme and then add it manually.

    in reply to: Blog page set up #48046
    Sakin
    Keymaster

    @lorencowka:
    1. There is no option to show post in 4 in a row. If you want to showcase it then you can use Homepage Featured Content option in Theme Options panel to show that. But this is for manual featured content, which you can add 4 in a row and any number of content.

    2. To change the title color of the post. Go to “Appearance => Theme Options => Color Options => Site Color Options” and then change “Title Color” and “Title Hover Color” as per your need and save change.

    3. For header Featured Image in your homepage, you can go to “Appearance => Theme Options => Header Featured Image Options”. Then in “Enable Featured Header Image” option check in “Homepage” and in “Featured Header Image URL”, you can either paste your image url or click on “Change Image” and upload your image from there.

    Fore more, check out theme instruction page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/

Viewing 20 posts - 5,741 through 5,760 (of 14,504 total)