Forum Replies Created

Viewing 20 posts - 7,881 through 7,900 (of 14,497 total)
  • Author
    Posts
  • in reply to: A Few Questions #27251
    Sakin
    Keymaster

    @VibeEnglish: Thanks for your appreciation.

    in reply to: How to add numeric page numbers in simple catch theme? #27236
    Sakin
    Keymaster

    @Yu: You can now download the latest version 2.2 and then use WP-PageNavi plugin.
    To change order post to previous and newer post to next. You need to build child theme and then create functions.php file in your child theme and then copy catchkathmandu_content_nav() function from template-tags.php file to your child theme functions.php file and edit those text.

    in reply to: add image-icon before text in menu #27235
    Sakin
    Keymaster

    @Djapeto: You are not supposed to edit any core theme file or add anything in core theme folder. As this folder will be reverted back when you update the theme. You can simply upload the image from “Media => Add New” from your WordPress dashboard and then send me the image url.

    in reply to: A Few Questions #27232
    Sakin
    Keymaster

    @VibeEnglish: Please don’t edit style.css directly. You can add in extra style either in “Appearance => Theme Options => Custom CSS” box or by building child theme.

    Free theme only have Post slider and category slier option to highlight you post. Or Image Slider you need to upgrade to pro version. But you can upload your own image in Post and Category Slider. The only different is that these images are pulled from your post Featured Image.
    1. First you need to create post from “Posts => Add New” and then add Featured Image. See this screenshot http://www.pinterest.com/pin/548594798331806476/
    2. Then either you can select Post Slider and add in your post ID or you can select category slider and select category. See the detail theme instructions at http://catchthemes.com/theme-instructions/catch-kathmandu/

    in reply to: Secondary menu name on mobile #27226
    Sakin
    Keymaster

    @Alexander: Thanks for your appreciation.

    in reply to: Secondary menu name on mobile #27223
    Sakin
    Keymaster

    @Alexander: Ok we have removed the menu header and will only show menu when there is no page highlight otherwise it will show the current page. You need to upgrade to version 2.2

    in reply to: text widget padding #27217
    Sakin
    Keymaster

    @medicsontheball: You can add that css in “Appearance => theme Options => Custom CSS” box.
    #text-10 { padding: 0; }

    in reply to: Help need for Catch Box Pro Homepage #27211
    Sakin
    Keymaster

    @Ena: I have already replied your email.

    in reply to: add image-icon before text in menu #27210
    Sakin
    Keymaster

    @Djapeto: I cannot fine that image link. Can you send me the complete image URL.

    in reply to: A Few Questions #27209
    Sakin
    Keymaster

    @VibeEnglish: Please post in your site URL let me know how much you want.

    in reply to: slider to header / entrymeta #27205
    Sakin
    Keymaster

    @Melody: That’s not a problem. You can use it as per you need.

    3. Not again if you want to move your header image below the menu, this option is there in theme option panel of pro version. But for free one, you need to build child theme and then create functions.php file in your child theme and change position with action hook.
    So your child theme functions.php will be like below:

    <?php
    // Removing the Default Action Hook
    function unhook_catchevolution_functions() {
    	remove_action( 'catchevolution_after_headercontent', 'catchevolution_featured_header', 10 ); 
    }
    add_action( 'init', 'unhook_catchevolution_functions' );
    
    add_action( 'catchevolution_after_header', 'catchevolution_featured_header', 20 );

    And then you need to create style.css to as below:

    /*
    Theme Name: Catch Evolution Child Theme
    Theme URI: http://catchthemes.com/themes/catch-evolution
    Author: Catch Themes Team
    Author URI: http://catchthemes.com
    Description: Catch Evolution Child is a beautifully sleek creation of Catch Themes. It exudes a clean and super sharp look. It comes with a whole set of interesting, rich features and flexible theme options. Built on HTML5, CSS3, it has a responsive design which lets the content automatically adapt to the screen's size on different devices. Catch Evolution looks striking in a bigger screen. The layout is wider, bigger and luxuriously spacious. This theme is easily customizable with an advanced theme options panel. It supports popular plugins such as Jetpack, WordPress SEO by Yoast, WP-PageNavi, Contact Form 7, WooCommerce and many more. It is also translation ready and should you need support with this theme, please go to http://catchthemes.com/support/
    Version: 1.0
    Template: catch-evolution
    Text Domain: catchevolution
    
    This theme, like WordPress, is licensed under the GPL.
    Use it to make something cool, have fun, and share what you've learned with others.
    */
    
    
    /* =Import Catch Everest CSS
    -------------------------------------------------------------- */
    
    @import url("../catch-evolution/style.css");
    
    
    /* =Child Theme Custom CSS
    -------------------------------------------------------------- */
    #header-image {
        overflow: hidden;
        width: 100%;
    }
    #header-image img {
        display: block;
        max-width: 100%;
    }
    in reply to: social link #27202
    Sakin
    Keymaster

    @Conrad: You can add the following css, depending in your need.

    /* To Hide Post on/Entry meta */
    .entry-meta { display: none; }
    /* Just Hide Arrow only in post */
    .meta-nav { display: none; }
    /* Hide Arrow with navigation in post */
    .post-navigation { display: none; }
    in reply to: Renaming Secondary Menu for mobile users #27156
    Sakin
    Keymaster

    @brendon: In next version, we will remove the header of the Menu. So, you don’t need to add any of these script. You can just remove it after next version update. Yes, I understand there is delay in the script. Can you try moving it to “Appearance => Theme Options => Tools => Header and Footer Codes => Code to display on Header” box as below:

    <script type="text/javascript">
    jQuery(window).load(function() {
    
    //Remove Old Primary Menu 
    jQuery( "#tinynav1" ).remove();
    //Remove Old Footer Menu
    jQuery( ".sb-holder" ).remove();  
    
      // Secondary Menu
      jQuery('#access-secondary .menu').tinyNav({
    	active: 'current-menu-item',
    	header: '' 
      });
    jQuery(".tinynav2").selectbox();
    
    });
    </script>
    in reply to: slider to header / entrymeta #27150
    Sakin
    Keymaster

    @Melody:
    1) You cannot add that slider as header. Sorry no option in this theme. BUt there is option in Pro version to make the slider full width. For this you need to build child theme and change the position.
    2) Again there is no option for this. You need to build child theme and then copy content.php to your child theme and edit the code.
    3) You can create custom menu from “Appearance => Menus” and then assign location as “Fixed Header Top Menu” from “Appearance => Menus => Manage Location”. Also you can add menu in Header Right Sidebar.

    in reply to: Landing Page #27148
    Sakin
    Keymaster

    @rsolosky: Sorry I don’t get it what you mean. Can explain it in detail.
    You can create page and write the content on it. But if you don’t want that page to show in the menu. Then you can build custom menus from “Appearance => Menus”, from which you can just add the pages that you like in the menus http://catchthemes.com/blog/custom-menus-wordpress-themes/

    in reply to: Footer area #27147
    Sakin
    Keymaster

    @rgidon: Catch Box theme only accepts maximum of 3 Footer widgets areas that is Footer Area One, Footer Area Two and Footer Area Three. You can add any number of widgets in these Areas. Since, the width of the catch box is just 1000px. So, it’s not recommended to add more then 3.

    in reply to: How to add numeric page numbers in simple catch theme? #27146
    Sakin
    Keymaster

    @Yu: Sorry Catch Kathmandu Pro theme doesn’t support WP-PageNavi and will add it in next version update.

    in reply to: Updating Themes & Child Themes #27137
    Sakin
    Keymaster

    @Doren: Thanks 🙂

    in reply to: social link #27136
    Sakin
    Keymaster

    @Conrad: Sorry not sure about this. Can you post in your site URL and explain in reference to your site. Then I can check in.

    in reply to: social link #27049
    Sakin
    Keymaster

    @ingrid: Can you post in your site URL. Facebook like box is not there in our theme. For social like box you either need to install plugin use facebook like box script.

Viewing 20 posts - 7,881 through 7,900 (of 14,497 total)