Forum Replies Created

Viewing 20 posts - 8,701 through 8,720 (of 14,504 total)
  • Author
    Posts
  • in reply to: Disable clickable author link #20496
    Sakin
    Keymaster

    @jack5: If you are technical then you can edit the theme file by creating child theme. But if you just want to hide it then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .entry-meta .by-author { display: none; }

    in reply to: Childs theme #20495
    Sakin
    Keymaster

    @natalia: Ok sure I have just emailed you the child theme of Catch Everest Pro ZIP file. I can also assist you in update.

    in reply to: Help with Images In Catch Everest #20494
    Sakin
    Keymaster

    @astra202: Yes, first you need to create post with featured image. See this on how to add Featured image http://www.pinterest.com/pin/548594798329948788/

    Then you need to add the post ID in “Appearance => Theme Options => Featured Post Slider”. See this screenshot http://www.pinterest.com/pin/548594798329984427/

    For free theme you only have option to use post slider but if you are in pro then you have more slider option like independent image slider, page slider, post slider and category slider to choose from.

    Also check our theme instructions page.
    Catch Everest Pro: http://catchthemes.com/theme-instructions/catch-everest-pro/
    Catch Everest: http://catchthemes.com/theme-instructions/catch-everest/

    in reply to: Would like to add category.php and tag.php #20493
    Sakin
    Keymaster

    @rekkette: Yes you are write about lines 75-81. But category.php and tag.php in not a template part. But it’s a full new template which will overwrite archives.php code.

    in reply to: Missing 'Updated' #20485
    Sakin
    Keymaster

    @TruckinTortuga: Looks like you are doing good. As I haven’t found any issues in your site.

    in reply to: Would like to add category.php and tag.php #20484
    Sakin
    Keymaster

    @rekkette: Yes, you are right line no 21 to 26 is about category and tag title

    
    //This is for Category and Tag Titles line no 21 to 26
    if ( is_category() ) {
        printf( __( 'Category Archives: %s', 'catcheverest' ), '<span>' . single_cat_title( '', false ) . '</span>' );
    
    } elseif ( is_tag() ) {
        printf( __( 'Tag Archives: %s', 'catcheverest' ), '<span>' . single_tag_title( '', false ) . '</span>' );
    
    }
    
    //This is for category and tag description line no 55 to 66 
    if ( is_category() ) {
        // show an optional category description
        $category_description = category_description();
        if ( ! empty( $category_description ) )
            echo apply_filters( 'category_archive_meta', '<div class="taxonomy-description">' . $category_description . '</div>' );
    
    } elseif ( is_tag() ) {
        // show an optional tag description
        $tag_description = tag_description();
        if ( ! empty( $tag_description ) )
            echo apply_filters( 'tag_archive_meta', '<div class="taxonomy-description">' . $tag_description . '</div>' );
    }
    
    // For content you need to play with the code in line no 75 to 81
    <?php
    	/* Include the Post-Format-specific template for the content.
    	 * If you want to overload this in a child theme then include a file
    	 * called content-___.php (where ___ is the Post Format name) and that will be used instead.
    	 */
    	get_template_part( 'content', get_post_format() );
    ?>

    If this is complicated for you then you can simply create category.php file to control category display and similarly create tag.php file to control tag.

    So now you have 2 options and you can work in any one in which you feel comfortable in.

    in reply to: Would like to add category.php and tag.php #20482
    Sakin
    Keymaster

    @rekkette: Looks like you want to do advance customization, then you need to build child theme and then add your own copy tag.php, category.php and so on.

    in reply to: Missing 'Updated' #20479
    Sakin
    Keymaster

    @TruckinTortuga: Can you show me where it is showing issues. I see it all fine.

    in reply to: Backgroundcolor footer widgets #20477
    Sakin
    Keymaster

    Replace the previous css with the following.
    #supplementary .widget { background-color: #303030; border: none; }

    in reply to: Backgroundcolor footer widgets #20476
    Sakin
    Keymaster

    Replace the previous css with the following.
    #supplementary .widget { background-color: #303030; border: none; }

    in reply to: How to have smaller images in posts #20474
    Sakin
    Keymaster

    @Zoran: That will be difficult as the width has to change as per responsive design. So better hire a customizer through http://catchthemes.com/hire-customizer/

    in reply to: Responsive header image #20471
    Sakin
    Keymaster

    @Matthew: Try adding in the following CSS in Catch Evolution Pro Custom CSS box at “Appearance => Custom CSS” box.

    .page #main {
        display: inline-block;
        width: 100%;
    }
    in reply to: Missing 'Updated' #20470
    Sakin
    Keymaster

    @TruckinTortuga: When I check your site in my mobile it is working fine.

    in reply to: Backgroundcolor footer widgets #20469
    Sakin
    Keymaster

    @AFPhoto: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #supplementary .widget { background-color: #303030; }

    in reply to: Homepage – Extra code showing? #20468
    Sakin
    Keymaster

    @Keren: Something wrong with your site description. Can you change that to something else and check in. Don’t add any code in your site description. Like I see the code
    <span style="font-variant:small-caps">Lord</span>

    in reply to: Breadcrumb #20463
    Sakin
    Keymaster

    @Zoran: Ok that’s nice.

    in reply to: How to have smaller images in posts #20461
    Sakin
    Keymaster

    @Zoran: Sorry I don’t get it what you mean. Can you explain in reference to your test site.

    in reply to: footer menu #20448
    Sakin
    Keymaster

    @aroma-bobman: Yes you can assign footer menu in Catch Everest Pro theme. First, create custom menu from “Appearance => Menus”. Then you can assign that menu to footer menu from “Appearance => Menus => Manage Locations”.

    Fore more details about custom menu. Read this http://catchthemes.com/blog/custom-menus-wordpress-themes/

    in reply to: Upgrading from Free to Pro #20447
    Sakin
    Keymaster

    @Yvette: Are you using Catch Evolution Free Version? Catch Evolution Pro version is just features addition to Catch Evolution and all your settings will be auto migrated to the upgrade. You can simply purchase the theme and install it. See the theme instruction at http://catchthemes.com/theme-instructions/catch-evolution-pro/

    I hope you haven’t change any core theme files such as style.css, functions.php, index.php and so on. As core theme files will be reverted back to original when you update or upgrade the theme. But all the settings made from Theme Options panel will remain unchanged.

    Note: You might need to re-assign custom menu, header image and background if used. We also provide upgrade installation for free if you have any confusion. For this you need to purchase the theme and request the installation with your order id from http://catchthemes.com/contact-us

    in reply to: How to have smaller images in posts #20446
    Sakin
    Keymaster

    @Zoran: You can try adding in the following CSS in your child theme style.css file.
    .post .post-thumb { max-width: 170px; }

Viewing 20 posts - 8,701 through 8,720 (of 14,504 total)