Forum Replies Created

Viewing 20 posts - 7,641 through 7,660 (of 14,497 total)
  • Author
    Posts
  • in reply to: Featured Image for Home Page #30192
    Sakin
    Keymaster

    @Michelle: Thanks for your cooperation and being so helpful. Because of user like you, our themes are getting better day by day. Thanks a lot.

    Sakin
    Keymaster

    Hello Jeff,

    You don’t need to unzip it. You can go to your WordPress Dashboard and upload the zip file directly from “Appearance => Themes => Add New => Uploads” and upload the zip file then install and active it.

    After that you can go to “Appearance => Theme Options” to change the demo site content such as Featured Slider, Homepage Headline, Homepage Featured Content and more. See the detail theme instructions at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/

    Let me know if you have any further issues. When you post in your next question, please post in your site URL as well. It will be easy for us to check in.

    in reply to: Change header-bg #30190
    Sakin
    Keymaster

    @Koaster: Can you post in your site URL and also upload your background image in your site and send me the image URL. Then I will check in how it can be changed.

    in reply to: Blog template in Catch Evolution Pro #30189
    Sakin
    Keymaster

    @Melanie: Thanks for your appreciation.

    in reply to: How to Remove Date and Author Name #30188
    Sakin
    Keymaster

    @Aneesh: Thanks for your info and proposal for payment. Sorry there is no bargaining in the theme price. We sell at fixed price and we provide support for our theme through support forum. Yes those options are there in pro version.

    in reply to: Search Result with images #30119
    Sakin
    Keymaster

    @Sevian: Oh so you want to add Featured Image in your Search result posts. This is quite technical task.
    1. First you need to build child theme
    2. Then copy content-single.php in your child theme and find the following code in this file

    if ( is_search() ) : // Only display Excerpts for Search ?>
                <div class="entry-summary">
                    <?php the_excerpt(); ?>
                </div><!-- .entry-summary -->

    3. then replace the above code with the following:

    if ( is_search() ) : ?>
    <div class="entry-summary">
        <?php if( has_post_thumbnail() ):?>
            <a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'catchevolution' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark">
                <?php the_post_thumbnail( $imagesize ); ?>
            </a>
        <?php endif; ?>
        <?php the_excerpt(); ?>
    </div><!-- .entry-summary -->
    in reply to: slider #30118
    Sakin
    Keymaster

    @ADINA NOVAC: This is strange issue in your site. We haven’t go this issue in our server. So to check this I need to check your site admin. If you want me to check in then reply me here and I will email you the details.

    Or you can just copy the image URL from “Media => Library” in your WordPress dashboard and just paste the URL of the image in “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”.

    in reply to: Problem with Plugin: Easy Digital Downloads #30117
    Sakin
    Keymaster

    @Black_Bird: So, if you want your download page to be 100% and hide the sidebar then you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    .single-download #primary { width: 100%; }
    .single-download #secondary { display: none; }
    in reply to: I killed my site #30116
    Sakin
    Keymaster

    Hello Eric,

    First you are not supposed to edit core theme files such as style.css, index.php, functions.php and so on as these files will be reverted back to original when you update or upgrade the theme.

    So, for all the edit please do it from “Appearance => Theme Options” panel and for your custom css to remove padding and all, you can either add it in “Appearance => Theme Options => Custom CSS” box or build child theme and add it in child theme style.css.

    I see the only way to fix your site is to active any other default theme like Catch Kathmandu and then delete this Catch Everest Theme from “Appearance => Themes” and then install the fresh copy.

    Regards,
    Sakin

    in reply to: entry-meta / footer-meta #30115
    Sakin
    Keymaster

    @Melody: This is bit technical task. For this first, you need to build child theme and then you copy the content.php file to your child theme and edit the code as per you need inside entry-meta div.

    in reply to: Changing colors of boxes in Catch Kathmandu #30114
    Sakin
    Keymaster

    Hello Kathy,

    For detail color options, you need to upgrade to Pro version. See the theme instructions of Catch Kathmandu Pro at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/.

    If you have just few elements that you want to change. Then you can send me your site URL and let me know the element for which you want to change the color and the color code that you want to change to.

    Regards,
    Sakin

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

    @laura.lee: Ok thanks for the update.

    in reply to: Header Text Problem? #30110
    Sakin
    Keymaster

    @dfjama: Thanks for your appreciation.

    in reply to: Web site turned to text, no images #30109
    Sakin
    Keymaster

    @Kathleen7777: Sorry, you haven’t posed in your site URL. So, how can I check in. Please add in your Site URL and explain the issue in reference to your site.

    in reply to: How to overwrite on responsive.css #30107
    Sakin
    Keymaster

    @Aar: As many user didn’t knew about @media screen css for responsive design and edit the css randomly, which created lot of issues in responsive style. So, we added in different responsive.css file.

    If there is just few edits like that then you can add it in “Appearance => Theme Options => Custom CSS” box.

    Also when you copy from responisve.css file you need to copy with while media screen css. For example:

    @media
    screen and (min-width: 1190px) {
    .page-links,
    .widget,
    blockquote,
    .site-content article,
    .site-content .site-navigation,
    #infinite-handle,
    .comments-title, #reply-title,
    #respond {
    margin-bottom: 50px;
    margin-bottom: 5rem;
    }
    }

    in reply to: Blog template in Catch Evolution Pro #30086
    Sakin
    Keymaster

    @Melanie:
    1. It’s because of your color changes. You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    .page-header { border: 1px solid #ddd; }

    2. This is blog, so it will display, so it will display the Homepage Sidebar. But we have just fixed that in version 2.2. You can update the theme and it will work.

    3. Can you update and check in.

    in reply to: Problem with Plugin: Easy Digital Downloads #29950
    Sakin
    Keymaster

    @Black_Bird: First, you are not supposed to remove the Theme Attribute in Catch Evolution Free Theme. You have remove Theme: Catch Evolution from footer. As per the license, you need to attribute the theme. If you don’t like in Footer then you need to add somewhere. Also, this is not social as we provide you free theme and free support and the only thing that we get in Attribution. So, please add it back.

    About your question, you cannot add that option in Download page. So, best will be to hide the sidebar with the help of custom css in your download page. Send me your download page URL, where you want to remove the sidebar and make it full width.

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

    @laura.lee:
    1. To align slider image to the right, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    .featured-slider .slides img { float: right; }

    2. This one I am bit confused what you are talking about. If you are talking about the Featured Image the post title. Then yes, it’s not there above Page Title.

    in reply to: Forum #29931
    Sakin
    Keymaster

    @Joaozinho: That is not a regular page so it will not show in pages in “Appearance => Menus”. You have to add that page as Links.

    The error in not form the theme, it’s from the Facebook Comment script that you have added in. So, you have to look through Facebook comments at https://developers.facebook.com/docs/plugins/comments

    in reply to: Featured Image for Home Page #29930
    Sakin
    Keymaster

    @Michelle: Thanks for your cooperation. We found the bug and fixed it.

Viewing 20 posts - 7,641 through 7,660 (of 14,497 total)