Forum Replies Created

Viewing 20 posts - 5,061 through 5,080 (of 14,500 total)
  • Author
    Posts
  • in reply to: How do I edit text? #51356
    Sakin
    Keymaster

    @joe979xx: Please check in theme instructions page for that http://catchthemes.com/theme-instructions/catch-kathmandu/

    1. Sliding image is from Demo slider. Catch Kathmandu free version you have option to change that demo slider to “Featured Post Slider” or “Featured Category Slider”. For more refer to theme instruction page and for post slider we also have screencast at http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/

    2. The Popular places, that is Demo Featured Content. You can change that by adding your own featured content or disable it. For that you need to go to “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options” and add your own content.

    3. For menu, you can build your custom menu. Refer to theme instructions page and screencast at http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/

    in reply to: Single Column and Post Management #51355
    Sakin
    Keymaster

    @CollegeCook: Thank for your appreciation

    1. It’s design to make masonry layout by default. Sorry there is no option to change layout in Create Free version. For that you need to upgrade to Pro version. If you have Create Pro theme then you can change your homepage layout from “Appearance => Customize => Theme Options => Layout Options => Frontpage Posts Layout”

    2. This feature is also there only in Create Pro where you can disable or change the image size from “Appearance => Customize => Theme Options => Layout Options => Single Page/Post Image Layout”. In free version, you can just hide it by adding in the following css in “Appearance => Theme options => Custom CSS” box:
    .single .entry-thumbnail { display: none; }

    3. Read more/Excerpt option is there only in Pro version at this stage. So, you need to upgrade it and manage through “Appearance => Customize => Theme Options => Excerpt Options”

    4. Icons option is there only in Pro version. “Appearance => Customize => Theme Options => Icons Options”

    5. Sorry that is option there in Pro version. In free version, for Custom CSS, you can use Catch Web Tools plugin. http://catchthemes.com/wp-plugins/catch-web-tools/

    6. No options for that. You might need to add in custom template by building child theme or maybe there is plugin for that

    We are in the process of giving more option in Create Free theme. But at this time, it is on hold as there is account issue with WordPress.org. We are in the process of migrating from Sakinshrestha account to Catchthemes account and then we will add more feature. Sorry for the trouble. Right now Create Free theme is just a basic theme which work as default demo but not much option.

    in reply to: Remove Grey Border #51344
    Sakin
    Keymaster

    @Kim: Do you mean the images with caption then you can add the following css:

    .wp-caption {
        background-color: transparent;
        max-width: 100%;
        padding: 0;
    }
    in reply to: continuous blank pages after every save #51343
    Sakin
    Keymaster

    @somethingelse: This is something different. I need to check in your server and WordPress. So, I will email you personally to get more detail information.

    in reply to: Align image and gallery on the right #51342
    Sakin
    Keymaster

    @Ronel: Please post in your gallery page URL so that I can check in and suggest you the fix.

    in reply to: Format of returned search results #51341
    Sakin
    Keymaster

    @Dan: Yes, it will be nice. We are in the process of uploading new version where there will be clean search template like you described.

    For now, you can build child theme and add the content-search.php file and add the following code. For child theme, you can check out http://catchthemes.com/blog/create-child-theme-wordpress/

    <?php
    /**
     * The template for displaying Search Result
     *
     * @package Catch Themes
     * @subpackage Adventurous
     * @since Adventurous 1.0
     */
    ?>
    
    <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
     
        <div class="entry-container">
        
    		<header class="entry-header">
        		<h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'adventurous' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1>
    		</header><!-- .entry-header -->
    
    		<div class="entry-summary">
            <?php the_excerpt(); ?>
        </div><!-- .entry-summary -->  
            
        <footer class="entry-meta">          
            <?php edit_post_link( __( 'Edit', 'adventurous' ), '<span class="edit-link">', '</span>' ); ?>        
        </footer><!-- .entry-meta -->
            
      	</div><!-- .entry-container -->
        
    </article><!-- #post-<?php the_ID(); ?> -->
    in reply to: Going from Adventurous (free) to Pro…. #51340
    Sakin
    Keymaster

    @Keith: Yes, the process is almost automatic. All your theme options settings will be saved and migrated to Pro version automatically. You can check this screencast http://devotepress.com/wordpress-writing-editing/upgrade-premium-version-wordpress-themes-eg-adventurous-pro/

    in reply to: Move Featured Image to Header Area #51339
    Sakin
    Keymaster

    @EducatedSavage: Thanks for your appreciation. It will be great if you could provide your review and rating for Catch Base Free theme at https://wordpress.org/support/view/theme-reviews/catch-base/

    Thanks 🙂

    in reply to: Footer translation problem. #51338
    Sakin
    Keymaster

    @baneff: Thanks for your contribution and I am really happy that it’s working nice.

    in reply to: Change Color – Kathmandu theme #51337
    Sakin
    Keymaster

    @dawfx: Yes, you can reply me here once it’s uploaded.

    in reply to: Change Color – Kathmandu theme #51301
    Sakin
    Keymaster

    @dawfx: Sorry can you update in any test site. I will not be able to do that.

    in reply to: Home Page Slider Disappearing #51295
    Sakin
    Keymaster

    @Hansi: Thanks for your appreciation 🙂

    in reply to: Fixate Menue and make a smaler logo #51294
    Sakin
    Keymaster

    @pips: Some issue with that plugin. Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    #main-slider { clear: both; }

    in reply to: Search Results Page #51293
    Sakin
    Keymaster

    @Kim: So, you like large logo in your mobile as well, then you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (max-width: 940px) {
        #branding img { max-height: inherit; }
    }
    in reply to: Title colors in category/tag post list #51292
    Sakin
    Keymaster

    @Seper: With all these custom css and change, I need to check your site to find the issue.

    Try changing color code in the following css and then add in your custom css:

    .blog .entry-title a,
    .archive .entry-title a, {
        color: #404040;
    }
    in reply to: Remove 'posted on' #51291
    Sakin
    Keymaster

    @Kim: Just add the following css in your Custom CSS box:

    .entry-meta .sep, 
    .entry-meta .by-author {
        display: none;
    }
    in reply to: Multilanguage in Catch Kathmandu Pro #51290
    Sakin
    Keymaster

    I don’t think BWS multilanguage plugin has string translation option. We provide support to the plugin after plugin author send us the instructions to add in.

    in reply to: Multilanguage in Catch Kathmandu Pro #51289
    Sakin
    Keymaster

    @Michael: Oh Sorry I just check in qTranslate plugin forum and now they changed to mqtranslate plugin.

    But we always recommend WPML plugin. They are plugin mulit-language plugin and they have certified Catch Kathmandu Pro as compatible. http://wpml.org/theme/catch-kathmandu-pro/

    in reply to: Move Featured Image to Header Area #51285
    Sakin
    Keymaster

    @EducatedSavage: ok I see your site and now I understand your question. You have to make your featured image in pages to be your header image just like in homepage. For that, just go to “Appearance => Customize => Header Image”. Then in “Enable Featured Header Image on”, you need to choose the option “Entire Site, Page/Post Featured Image”. Finally click on save and publish.

    Then, you can disable your current page image that is there below promotion headline For that go to “Appearance => Customize => Theme Options => Layout Options” , then in “Single Page/Post Image Layout”, you need to choose the option “Disabled”. Finally click on save and publish.

    in reply to: Move Featured Image to Header Area #51280
    Sakin
    Keymaster

    @EducatedSavage: No problem. Thanks, I have update to Catch Base now. Will check in your question soon.

Viewing 20 posts - 5,061 through 5,080 (of 14,500 total)