Forum Replies Created

Viewing 20 posts - 6,981 through 7,000 (of 14,494 total)
  • Author
    Posts
  • in reply to: Adventurous Pro Issues #38435
    Sakin
    Keymaster

    Hi Ted,

    There is no problem in Header Featured Image. For homepage header featured image, first you need to add header image from “Appearance => Header” and then you can go to “Appearance => Theme Options => Header Featured Image Options” and select the option “Enable Featured Header Image”.

    Regards,
    Sakin

    in reply to: Color lines #38374
    Sakin
    Keymaster

    Dear Volker,

    You can add following css in “Appearance => Theme Options => Custom CSS” box to remove the border.
    #main-slider, #colophon { border: none; }

    Regards,
    Sakin

    Sakin
    Keymaster

    @mds88: Sorry the option to add link as open in new window or same window is there only in Pro version. So, you need to upgrade to Catch Kathmandu Pro theme for this feature.

    in reply to: Header image across page #38366
    Sakin
    Keymaster

    Hello Sara,

    You can replace the grey header image through custom css. First, you need to upload the image that you want to replace it. For example in the following css I have taken one image from your site and added as background. Now, you can change that image URL with the image URL of your own and add the css in “Appearance => Theme Options => Custom CSS” box.

    #header {
        background-image: url("http://www.isleofflora.com/wp-content/uploads/2014/06/IMG_1027-210x210.jpg");
    }

    Regards,
    Sakin

    in reply to: Menu Colors #38311
    Sakin
    Keymaster

    @RecoveryNC: You can upgrade to Adventurous Pro theme where you will get detail color option in Theme Options panel. For more details about additional features in Adventurous Pro theme, check out theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/

    For fee version, you can try adding in the following css at “Appearance => Theme Options => Custom CSS” box.

    #header-right .widget ul.menu ul {
        border-color: #9f00c5;
    }
    #header-right .widget ul.menu li:hover > a,
    #header-right .widget ul.menu a:focus,
    #header-right .widget ul.menu .current-menu-item > a,
    #header-right .widget ul.menu .current-menu-ancestor > a,
    #header-right .widget ul.menu .current_page_item > a,
    #header-right .widget ul.menu .current_page_ancestor > a {
        color: #9f00c5;
    }
    in reply to: Chrome Browser Displaying Larger #38309
    Sakin
    Keymaster

    @sbartsch: When I check your site in Chrome and FireFox but is showing same font. So, I am not being able to debug it much. Anyway, try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    #featured-post .entry-title {
    	font-size: 20px;
    }
    @media screen and (min-width: 1190px) {
    	#featured-post .entry-title {
    		font-size: 22px;		
    	}	
    }
    @media screen and (max-width: 960px) {
    	#featured-post .entry-title {
    		font-size: 18px;		
    	}	
    }
    @media screen and (max-width: 480px) {
    	#featured-post .entry-title {
    		font-size: 16px;		
    	}	
    }
    in reply to: Excerpt length is not working #38272
    Sakin
    Keymaster

    @pips: I see that there is conflict with “WP Multibyte Patch” and I have disable it and it’s working fine.

    in reply to: Top Menu Disappeared #38271
    Sakin
    Keymaster

    @Dona: Please don’t post the same question is two places, it’s going to confused me. So, I am deleting your new thread. You can change the padding and margin as per your need and add it in “Appearance => Theme Options => Custom CSS” box.

    .header-sidebar { padding-top: 40px; }
    #hgroup-wrap { padding-bottom: 40px; }
    #main #featured-post { margin-bottom: 40px; }
    #secondary .widget { margin-bottom: 40px; }
    Sakin
    Keymaster

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

    .home #content-sidebar-wrap,
    .page .entry-header { 
        display: none; 
    }
    Sakin
    Keymaster

    @Serena: You can create different navigation from “Appearance => Menus” and then you can add menus in Sidebar from “Appearance => Widgets”. In Catch Kathmandu pro you have different sidebar that you can add to. Then further, you can install “Jetpack” plugin and active “Widget Visibility” module http://jetpack.me/support/widget-visibility/ to control the display the widgets in various pages.

    in reply to: Padding, slider and removal of search bar #38266
    Sakin
    Keymaster

    Hi Sam,
    I see that you are using Catch Kathmandu Free Theme.
    1. Your question about moving the menu down below the logo.
    — For this first, you need to disable Header Right sidebar. For this, go to “Appearance => Theme Options => Header Options” and click on “Check to Disable” in Disable Header Right Sidebar and save changes.
    — Then you need to create Custom Menu from “Appearance => Menus” and then assign you menu as “Secondary Menu” from “Appearance => Menus => Manage Location”. For instructions on custom menu see this http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/ and http://catchthemes.com/blog/custom-menus-wordpress-themes/

    2. Your featured image size in those posts added in slider is smaller then required. If you see the theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu/, where you can see the size for Featured Post Slider is Width: 1280px
    and Height: 550px. Yes, cropping is done automatically if the image size is larger then this size but how can it crop the image smaller then 1280px width.

    3. If you don’t want the sidebar and content in homepage, then first check in your reading setting at “Settings => Readings” and make sure you have selected “Your latest posts” and in “Appearance => Theme Options => Homepage Settings => Homepage / Frontpage Settings”, make sure you have not checked in “Enable Latest Posts”.

    Regards,
    Sakin

    in reply to: Excerpt length is not working #38212
    Sakin
    Keymaster

    @pips: Thanks for your detail explanation with Youtube video. It’s great. Now, I wonder why it works in your old space and doesn’t in new space. I need to check in your server to find out the details. I will email you personally and please reply me there.

    in reply to: Header #38209
    Sakin
    Keymaster

    @Needhelp: Sorry I don’t understand what you are trying to do it. Which header you want link in. Can you post in your site URL and explain please.

    in reply to: Adventurous Pro Issues #38188
    Sakin
    Keymaster

    Hello Ted,

    Adventurous theme is build in responsive design and it changes as per the screen size. So, you have mobile menu in Portrait view and full menu in Landscape view. We found small glitch in landscape view with drop down menu and have fixed in new version. So, please wait, we will be release new version as soon as possible.

    We are testing it in http://catchthemes.com/demo/adventurous/

    Regards,
    Sakin

    in reply to: Front page posts categories: #38175
    Sakin
    Keymaster

    @helen68: Then go to “Settings => Readings” and then in “Front page displays”, check “A static page (select below)”. Since you want latest post in homepage then in “Front page:” don’t select any page and leave it as -Select- and in “Posts page:” sleet the page where you have to show the blog post.

    in reply to: Adventurous Pro Issues #38134
    Sakin
    Keymaster

    Hi Ted,

    Can you post in your site URL so that I can test in my iPad.

    Regards,
    Sakin

    in reply to: REMOVE THE padding #38133
    Sakin
    Keymaster

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

    @media screen and (max-width: 767px) {
        #site-generator .copyright,
        #site-generator .powered {
            display: none;
        }
    }
    in reply to: More tag doesn't work for me #38092
    Sakin
    Keymaster

    Hello Cedric,

    Can you check your “Content Layout” set in “Appearance => Theme Options => Layout Options”. If you choose “Content Layout” as “Excerpt/Blog Display”, then your <!–more–> link will not work, it will automatically get the excerpt content. For <!–more–> link to work, you need to change that to “Full Content Display”

    Regards,
    Sakin

    in reply to: picture link from another page appears on frontpage #38091
    Sakin
    Keymaster

    @Pippylala: Thanks for the update.

    in reply to: REMOVE THE padding #38090
    Sakin
    Keymaster

    @ashrafashraf: I have already given you detail code and that you can adjust it. If not then you need to hire customizer http://catchthemes.com/hire-customizer/

Viewing 20 posts - 6,981 through 7,000 (of 14,494 total)