Forum Replies Created

Viewing 20 posts - 5,741 through 5,760 (of 14,497 total)
  • Author
    Posts
  • 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/

    in reply to: Whitespace between featured post slider and homepage headline #48040
    Sakin
    Keymaster

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

    #masthead {
        padding-bottom: 0;
    }
    #homepage-message {
        margin-top: 0;
    }
    in reply to: line between secondary menu and slider #48039
    Sakin
    Keymaster

    @Gerald:
    1. In homepage headline, you can split the content to next line by adding in the HTML code <br />

    2. That bouncy effect is not there in this theme. Sorry for that.

    3. I don’t see header top sidebar in your site. But to make that background transparent. You can add the following css:
    .header-sidebar { background: none transparent

    in reply to: Embedding a YouTube Video in a Table #48038
    Sakin
    Keymaster

    @Whitney: You can wrap it with the div with max width logic. For example: the following code will load your video with maximum 600px width.

    <div style="max-width: 600px">https://www.youtube.com/watch?v=46lb7hn4ukM</div>

    in reply to: Change site title font to external font style possible? #48037
    Sakin
    Keymaster

    @Salome: That’s nice 🙂

    in reply to: Social networking theme #48022
    Sakin
    Keymaster

    @Joaozinho: Sorry WordPress Theme is not social networking. So, to add that features you need to add in Plugin. Search for plugin at http://wordpress.org/plugins

    in reply to: Remove shadow around certain images #48021
    Sakin
    Keymaster

    @fmck718: For that page only, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    .page-id-554 #content img {
        box-shadow: none;
    }
    in reply to: line between secondary menu and slider #48020
    Sakin
    Keymaster

    @Gerald: I see that there is extra css which is adding the border. Can you check if you could find the following css. If you find that then please delete that.

    #masthead {
        border-bottom: 1px solid #6a6;
    }

    Otherwise, you need to replace #masthead { border: none; } with the following css:
    .site #masthead { border: none; }

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