Forum Replies Created

Viewing 20 posts - 3,101 through 3,120 (of 14,509 total)
  • Author
    Posts
  • in reply to: adjusting catch base #60768
    Sakin
    Keymaster

    @annebelle: You can try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #site-branding, #site-logo {
        display: block;
        margin: 0;
        padding: 0;
    }
    .sidebar-header-right {
        display: none;
    }
    in reply to: Add fonts #60764
    Sakin
    Keymaster

    @toni: Then open your child theme style.css and add your css given by FontSquirrel. If you have stylesheet.css in your font folder then you can add the following css:
    @import url('fonts/stylesheet.css');

    in reply to: How to add shortcode in home page before footer #60762
    Sakin
    Keymaster

    @harish: Sorry, your site in not working so I am not able to check in where exactly you wanted and your settings.

    1. If you have A static page in your Front page displays from “Settings => Reading”, then you can simple add that shortcode in that page.
    2. If you have added in Footer area from “Appearance => Widgets”, then you can control widget visibility to show that widget only in homepage. For that you need to use plugin like “JetPack” and activate “Widget Visibility” module.

    in reply to: Uploading Newly Purchased Theme #60759
    Sakin
    Keymaster

    Ok Done. Can you check your email now.

    in reply to: Background image for page itself? #60757
    Sakin
    Keymaster

    @Michael: Thanks for your appreciation 🙂

    in reply to: Static Page Not Showing Content #60742
    Sakin
    Keymaster

    @Christine: You need to remove the following css from “Appearance => Theme Options => Custom CSS” box:

    .home .type-page {
        display: none;
    }
    in reply to: Moving the slider left or right #60741
    Sakin
    Keymaster
    in reply to: Blank Home Page #60740
    Sakin
    Keymaster

    @rojtalbot: I don’t get it what do you mean by you cannot find an option to blank the homepage. Sorry, I don’t understand it.

    in reply to: Featured content image size #60739
    Sakin
    Keymaster

    @Jonathan: Can you go to “Jetpack” plugin settings and deactivate “Photon” module and check in.

    in reply to: Problem with Page Header on Multilingual-Site #60737
    Sakin
    Keymaster

    @Tobias: try changing plugin or contact plugin author. They must have support and documentation.

    in reply to: Problem with Page Header on Multilingual-Site #60735
    Sakin
    Keymaster

    @Tobias: If you have post in both the site then you might want to check with the language plugin author support forum. This is more of plugin issue. Full Frame Pro theme is compatible with multi-language plugin like WPML, Polylang, qTranslate X, mqTranslate and qTranslate Plugins. It has been validated by WPML.

    in reply to: Background image for page itself? #60734
    Sakin
    Keymaster

    @Michael: Yes, you can change the background image just for block quotes using the following css:

    #content blockquote {
        background-image: url("your-image-url");
    }
    in reply to: Featured Slider Issues #60733
    Sakin
    Keymaster

    @Christine: Thanks and can you share that plugin name so that it will be beneficial for other users as well.

    in reply to: different header image on blogs #60732
    Sakin
    Keymaster

    @roche5000: You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    .post-by .no-padding-left,
    .post-by li.last {
        display: none;
    }
    #main #content ul.post-by li {
        background: none;
        padding: 0;
    }
    in reply to: Breadcrumbs, change the background colour #60722
    Sakin
    Keymaster

    @cindy: So, to make the background color of your breadcrumb wrapper to black, you need to add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #breadcrumb-list .wrapper {
        background-color: #000;
    }

    For hover, you can change the color code in the following css as per your need and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #breadcrumb-list a:hover,
    #breadcrumb-list a:hover span {
    	color: #404040;
    }
    in reply to: Featured Slider #60721
    Sakin
    Keymaster

    @Pier: Yes, we can use mixed post/page slider using Post/Page IDs. So, we will keep this as your feedback to development team.

    in reply to: 3 questions #60720
    Sakin
    Keymaster

    @Cattext: For #2, you can adjust the padding in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    #hgroup-wrap {
        padding-bottom: 50px;
    }
    #main {
        padding-top: 50px;
    }
    in reply to: Featured Post Slider dissappeared #60718
    Sakin
    Keymaster

    @mbrennan: Then update to latest version. It’s already version 3.3.2 https://wordpress.org/themes/catch-kathmandu/ . But be careful looks like you have edited core theme files. So, the edits inside your core theme files catch-kathmandu will be reverted back to original when you update the theme.

    in reply to: Remove Search Box #60716
    Sakin
    Keymaster

    @chrisnewitt: Thanks 🙂

    in reply to: Search results page #60715
    Sakin
    Keymaster

    @effess: To hide that in search result page, you can add the following css in “Appearance => Theme Options => Custom CSS” Box:
    .search-results .entry-meta { display: none; }

    If you are using Breadcrumb NavXT plugin and then you need to check that plugin settings. As you can see in our demo site http://catchthemes.com/demo/catch-kathmandu//?s=hello&submit=Search it’s working fine.

Viewing 20 posts - 3,101 through 3,120 (of 14,509 total)