Forum Replies Created

Viewing 20 posts - 6,981 through 7,000 (of 14,505 total)
  • Author
    Posts
  • in reply to: space between paragraphs #38489
    Sakin
    Keymaster

    @NAVARRE: You can change the margin bottom as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 961px) {	
        #content p { margin-bottom: 40px; }
    }
    in reply to: Desktop media picture sizez #38488
    Sakin
    Keymaster

    @Pippylala: If you are using Catch Evolution Free Theme then you only have option to user Featured Post Slider where images are auto crop to 754px width and 400px height. It will auto crop is the images are larger then this but if the image is of exact this size or smaller then it will load the original size. So, it’s better to crop the image in this size before you upload it.

    Fore more details see the theme instructions page at http://catchthemes.com/theme-instructions/catch-evolution/

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

    Hi Sam,

    About the slider image, I already told you. It will only crop if it’s larger but how to make it big when you upload the small images. That is not possible.

    If you don’t want sidebar in through out the site then you can go to “Appearance => Theme Options => Layout Options” and then select “No Sidebar” layout.

    Regards,
    Sakin

    in reply to: Adventurous Pro Issues #38469
    Sakin
    Keymaster

    Hi Ted,

    This is strange as it’s working fine in our server. So, I need to check in details and I will email you personally.

    Have a nice day.

    Regards,
    Sakin

    Sakin
    Keymaster

    @Serena: Language are controlled from .mo and .po file at languages directory inside ‘catch-kathmandu-pro’ theme directory. For this you can use poedit.net software to generate languages files. Further, if you want us to include in Theme itself then you need to send us the language files.

    in reply to: Soliloquy #38448
    Sakin
    Keymaster

    @Pippylala: Sorry I am able to understand your issue. Can you explain in details with your site URL.

    in reply to: text on the center #38447
    Sakin
    Keymaster

    Hello A.J.,

    I check in your site and see that you are using Easing Slider Pro slider which we don’t have control in it. So, need to ask in the support forum of that slider. I am not being able to check in it’s development.

    Regards,
    Sakin

    in reply to: Crash #38446
    Sakin
    Keymaster

    @Bravoure: Sorry I don’t understand. When I check in your site. It looks fine. Can you explain in details about your issue.

    in reply to: Child themes #38444
    Sakin
    Keymaster

    Hi Dave,

    I am not sure that I understand your issue. When you install child theme, it will be like installing new theme.

    You can now check out sample child theme of Adventurous Child Theme and Adventurous Pro theme at http://catchthemes.com/blog/create-child-theme-wordpress/

    Regards,
    Sakin

    in reply to: Having trouble changing forum colors. #38437
    Sakin
    Keymaster

    @leafygrove: Nice that you figure it out. Abut the author link color you can change the css as:
    a.bbp-author-name { color: #404040; }

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

    @sarag: Stretching image is not good and your image size is 210 by 210. So, I check in 976 by 313 size and make it cover. Try the following css.

    #header {
        background-image: url("http://www.isleofflora.com/wp-content/uploads/2014/07/bashcorpo_com__paper15-976x313.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }
    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; 
    }
Viewing 20 posts - 6,981 through 7,000 (of 14,505 total)