Forum Replies Created

Viewing 20 posts - 7,561 through 7,580 (of 14,497 total)
  • Author
    Posts
  • in reply to: Headline on all Pages #30844
    Sakin
    Keymaster

    @kfunk: Sorry this option in not available at this stage. We will work on it for further releases. We wanted to keep it only in homepage that is why we called in Homepage Headline.

    If you know the technical php then you can do this by building child theme. You can just build child theme and then create functions.php file in your child theme, copy fucntion catchkathmandu_homepage_headline from catchkathmandu-functions.php file to your child theme functions.php file. Then in your child theme functions.php file replace the following code
    if ( ( is_front_page() || ( is_home() && $page_for_posts != $page_id ) ) && ( empty( $disable_headline ) || empty( $disable_subheadline ) || empty( $disable_button ) ) ) {
    With the following code
    if ( empty( $disable_headline ) || empty( $disable_subheadline ) || empty( $disable_button ) ) {

    in reply to: add gallery #30842
    Sakin
    Keymaster

    @ashrafashraf: If it’s your homepage is static front page then you can use is_front_page() condition, if you use latest post in front page then use is_home() condition . You will find Page ID in All pages columns and if not then you can use this plugin Catch IDs

    in reply to: Backoffice very slowly with Pro version Kathmandu #30841
    Sakin
    Keymaster

    @Le Moué: Hum it’s strange as we haven’t change much in version 2.4. It’s all just quick bug fixes. It shouldn’t be effecting any performance. If you have recently upgraded your WordPress or any other plugin then check that. Also I would like to let you know that now a days WordPress admin call Google Custom Font and it take bit of time to load as well. So, it depends on the internet you use.

    in reply to: Trouble Centering Header Image #30840
    Sakin
    Keymaster

    @iceman027: Thanks for informing that you fixed it. Cheers 🙂

    in reply to: Menu 2 blue colour box #30839
    Sakin
    Keymaster

    @Dennis Lynge Nielsen: I think you should opt for Pro version where you have all color options for Menus. You can simple use Color Pick or Paste the color code.

    in reply to: Buttom blue bar -copyright/powered by .. #30838
    Sakin
    Keymaster

    @Dennis Lynge Nielsen: Sorry you are not supposed to remove/change the text copyright/powered by. This is attribution that you need to provide for getting free theme and free support. If you want to change/remove this then you need to upgrade to Catch Kathmandu Pro version where you will get Footer Editor option in Theme Options panel to edit it. Further, you will get Color Options to change the color as per your need. Check out theme instruction of Catch Kathmandu Pro http://catchthemes.com/theme-instructions/catch-kathmandu-pro/ for additional features you get.

    in reply to: Remove frame around page #30836
    Sakin
    Keymaster

    @Dennis Lynge Nielsen: Sorry bit confused as I don’t have your site URL to check in. Are you talking about removing the box shadow around the pages, then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    .site { box-shadow: none; }

    in reply to: Change menu colors? #30835
    Sakin
    Keymaster

    Hi Bethna,

    Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
    #header-menu #access { background: none #136507 }

    in reply to: Diaporama problem #30833
    Sakin
    Keymaster

    @Perriard: See this screenshot http://www.pinterest.com/pin/548594798331985501/. Where you have add in your image URL in Image For example you image url will be like this http://concertation.ch/ipromed/wp-content/uploads/sites/2/2014/05/Photo-mediateur-urbain.png

    If you still cannot find it then you can send me your images URL and then I will send you screenshot with your image URL so that you can do it exactly.

    in reply to: Updated Kathmandu Theme: Reviews button #30829
    Sakin
    Keymaster

    @jghford: I think you are talking about Homepage Headlines and button. You can disable or edit that from “Appearance => Theme Options => Homepage Settings => Homepage Headline Options”.

    in reply to: Reduce Sidebar Width #30827
    Sakin
    Keymaster

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

    .site-content article {
      -webkit-hyphens: manual;
      -moz-hyphens: manual;
      hyphens: manual;
    }
    in reply to: Control over page and feature titles #30734
    Sakin
    Keymaster

    Hello Tim,

    It’s somehow similar and doesn’t make much difference. Custom CSS box is easy to use but child theme in something we need technical knowledge. So, if you are a developer or have technical knowledge, go to Child theme style.css. It gives you personalized experience.

    Regards,
    Sakin

    in reply to: Blog Widget Footer Spacing #30728
    Sakin
    Keymaster

    @James: You can add the following css in “Appearance => Theme Options => Custom CSS” box to add bullets in your list items in footer widgets.

    #supplementary .widget ul {
        list-style: disc outside;
        margin-left: 15px;
    }
    in reply to: Control over page and feature titles #30725
    Sakin
    Keymaster

    @Tim: This Custom CSS will load above header. Custom CSS are text and will not take much space to optimize it. The main optimization should be in the images you use and also try to use minimize the uses of plugins.

    in reply to: link button not working #30724
    Sakin
    Keymaster

    @mergelane: Sorry David, I don’t understand what are you trying to say it. Can you send me your site URL and explain the issue in reference to your site. So, that I can check in the issue.

    in reply to: Small header #30722
    Sakin
    Keymaster

    @maevamena: This is WordPress custom header image issue. Sometime, when you upload the image from “Appearance => Header” and on Crop screen, we just click on “Don’t Crop and Publish as it is”, it take in the default image size. This issue only occurs sometimes when you make changes in custom header.

    So, to correct this what you can do it. Go to “Appearance => Header” and upload the new image. Then in “Crop Header Option” select the entire image area and click on “Crop and Publish”. This should fixed you issue. See this screenshot http://www.pinterest.com/pin/548594798331307420/

    in reply to: Add new slider #30720
    Sakin
    Keymaster

    @ashrafashraf: You can use is_page condition and create function same like before. Here is sample that you can add just below your previous code. There no need to open <?php as it’s already been open in your previous code.

    function catchbox_child_easingsliderlite() {
    	// Loads slider only in page ID 42
    	if ( is_page( 42 ) && function_exists( "easingsliderlite" ) ) { 
    		easingsliderlite(); 
    	}
    }
    add_action( 'catchbox_before_primary', 'catchbox_extra_gallery', 15 );
    in reply to: Homepage slider images #30713
    Sakin
    Keymaster

    @stevedurko: Oh if you want simple theme like you have currently then I recommend Catch Box or Catch Everest theme.

    in reply to: Large logo size not an option #30672
    Sakin
    Keymaster

    @christian: In catch Evolution, you can add large header image from “Appearance => Header” and then “Browse” and upload the image. See this screenshot on how to crop the large header image after you upload http://www.pinterest.com/pin/548594798331307420/

    in reply to: add gallery #30666
    Sakin
    Keymaster

    @ashrafashraf: You site in Under Maintenance also you reach out of Free support. Please consider hiring customizer. I will not be able to help you beyond the theme supported functions.

Viewing 20 posts - 7,561 through 7,580 (of 14,497 total)