Forum Replies Created

Viewing 20 posts - 7,741 through 7,760 (of 14,494 total)
  • Author
    Posts
  • in reply to: Navicon Cahne to 3bars #28912
    Sakin
    Keymaster

    @James: You will not see computer base arrow in your mobile devices. It will just show you when you view it from your computer browser.

    in reply to: Menu bar on mobile #28911
    Sakin
    Keymaster

    @sarahbou: Sorry bit confused. Can you post in your site URL so that I can check in.

    in reply to: Photos not displaying on mobile #28897
    Sakin
    Keymaster

    @Michael: I just check in with iPhone and it is showing all three images. Can you refresh and check in. Note: Your three image will be shown 1 image in a row in a mobile devices.

    in reply to: Exclude Pages in Header Links #28896
    Sakin
    Keymaster

    @Phil: Yes that menu can be replaced by creating custom menu from “Appearance => Menus”. Just create custom menu and then assign location from “Appearance => Menus => Manage Locations”, where you can select your custom menu in “Primary Menu” location.

    in reply to: Pre Purchase – Admin Demo Site? #28895
    Sakin
    Keymaster

    @Phil: Color Options are there for most of the elements and I am telling you that only for few odd places you need to add custom css. For that also I will help you out.

    We have just change our theme instruction page to highlight the additional features. See this http://catchthemes.com/theme-instructions/catch-kathmandu-pro/

    Sorry there will not be automatic upgrade. You need to either upload from your Dashboard or through FTP. If you are uploading from your Dashboard, then use Catch Updater plugin, which will help you to overwrite the existing theme as well as create backup of the theme.

    in reply to: Change Image Slider #28833
    Sakin
    Keymaster
    in reply to: Different placement for the logo and menu #28832
    Sakin
    Keymaster

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

    #header-right {
        clear: both;
        display: block;
        float: none;
        padding: 0;
        text-align: center;
        width: 100%;
    }
    #header-right .widget.widget_nav_menu,
    #header-right .widget .menu {
        float: none;
    }
    in reply to: no show image in widget #28830
    Sakin
    Keymaster

    @DIDIER: It is display in all the page. The Footer widget where it says “Nos agréments”

    in reply to: Different placement for the logo and menu #28822
    Sakin
    Keymaster

    @JingJing: I see that you are using Custom Menu and Social at Header Right Sidebar. So, it’s not like the one you have shown reference. Anyway, you can add border bottom below you header logo by adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    #hgroup-wrap {
        border-bottom: 5px solid #222;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    in reply to: Pre Purchase – Admin Demo Site? #28749
    Sakin
    Keymaster

    @Phil: Sorry we don’t have that option at this stage and my suggestion will be like if you are satisfied with free version then please stay in the Free Version. No need to upgrade to Pro version. But if you like and want to be part of Pro version then you are always welcome.

    For Pro version features comparison, you can look at the theme instructions of pro version and see the missing one in your free version.
    Catch Kathmandu Pro: http://catchthemes.com/theme-instructions/catch-kathmandu-pro/

    There are many features additional and some of theme are as below:
    1. Footer Editor Options to delete or edit the footer copyright information.
    2. More Featured Slider options such as Featured Page slider and Featured Image Slider
    3. More sidebars
    4. More Sidebar Widgets
    5. Webmaster Tools
    6. Comment Options: Option to Enable/Disable comments
    7. Font Family Options
    8. Color Options
    9. Additional Layout Options
    10. Additional Header Options

    in reply to: Exclude Pages in Header Links #28747
    Sakin
    Keymaster

    @Phil: Look like you are using normal page menu and for excluding the page from that menu, you need to use plugin. This is normal for all WordPress Themes.

    But there is Custom Menu Feature (http://en.support.wordpress.com/menus/) in WordPress that you can create from “Appearance => Menus” and then assign menu location for your menu from “Appearance => Menus => Manage Locations”. This will give you options to add only selected page, link, category and all. This is best approach for creating your menu http://catchthemes.com/blog/custom-menus-wordpress-themes/

    in reply to: Color changig in post #28746
    Sakin
    Keymaster

    @Sarah Althaus: Can you post in your Site URL so that I can check in and also let me know which option exactly you use to change the color.

    in reply to: Different placement for the logo and menu #28745
    Sakin
    Keymaster

    @JingJing: For this you need to first create your site with logo and menu and then send me your site URL then I will send you Custom CSS that you can add in.

    in reply to: no show image in widget #28744
    Sakin
    Keymaster

    @DIDIER: I check in your site with 4 Featured Homepage Content. Then I check in the image source and the image URL that you have added in for “Dernière actualité” if not found. Please check the image URL and add in the correct image URL. The image that is missing is http://eco4home.fr/wp-content/uploads/2014/05/imagette3.jpg

    Sakin
    Keymaster

    @altair: How did you change the image of the Slider, You have to use your post to change it. As Catch Kathmandu Free theme only have Featured Post Slider and Featured Category Slider to choose from. See the theme instructions at http://catchthemes.com/theme-instructions/catch-kathmandu/

    To remove the background color from Slider textbox, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #main-slider .entry-container, 
    #main-slider .entry-container:hover {
        background: none transparent;
        border: none;
    }
    in reply to: Center the Footer Menu #28741
    Sakin
    Keymaster

    @Navid: To center the footer menu, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #colophon #access-footer ul.menu {
        text-align: center;
    }
    #colophon #access-footer ul.menu li {
        display: inline-block;
        float: none;
    }
    #colophon #access-footer ul.menu a {
        display: block;
        float: none;
    }
    in reply to: How to Remove Image Border #28733
    Sakin
    Keymaster

    @kwest: Try adding in the following css in “Appearance => Theme Options => Custom CSS”
    #featured-post img, #main-slider img { box-shadow: none; }

    in reply to: Removing the search box from the home page #28732
    Sakin
    Keymaster

    @Dudley: The only way to remove the post meta will be by building child theme and editing the functions. But yes you can hide it by adding the following css in “Appearance => Theme Options => Custom CSS” box.
    .entry-meta { clear: both; }

    in reply to: How to change Footer Widget color #28731
    Sakin
    Keymaster

    @greengiant: For Labeling of the Featured Slider from Blue to another color. I will give you the code to add in your “Appearance => Theme Options => Custom CSS” box. You just need to send me the HTML color code that you like.

    Yes Footer Widget and Footer can be changed from Color Options. You just send me your site URL after you upgrade to Pro version and then I will help you out.

    in reply to: Reducing space under paragraphs #28728
    Sakin
    Keymaster

    @Benedikt: For screenshot, you need to upload in your site or any photo sharing site and add in url here.

    I see the issues here. You have choose “Full Content Display” from Theme Options panel. But then in your post you have split the post content using more tag. So, in the homepage, it will only show the post content before more tag. See this for more about More Tag http://en.support.wordpress.com/splitting-content/more-tag/

Viewing 20 posts - 7,741 through 7,760 (of 14,494 total)