Forum Replies Created

Viewing 20 posts - 4,841 through 4,860 (of 14,497 total)
  • Author
    Posts
  • in reply to: I need help with the background color on my web site #52243
    Sakin
    Keymaster

    @Anne-Pia: For that you need to translate the theme in Danish language. Then it will be auto changed to it. You need to create .mo and .po files. You can see the example language in ‘languages’ folder. Out theme is translation ready and you will see catch-flames.pot file in languages folder. So, you can just download poedit software from http://poedit.net/and create .mo and .po file.

    After you complete translation, you can contribute to theme and we will add in the core theme.

    in reply to: I need help with the background color on my web site #52241
    Sakin
    Keymaster

    @Anne-Pia: If you remove that older post link then how will your site visitor look for old posts.

    in reply to: How do I change default Image sizes in Blog listings? #52240
    Sakin
    Keymaster

    @Consciousness: If you don’t want to use import then you can add the following code in your child theme functions.php file.

    add_action( 'wp_enqueue_scripts', 'catchevolution_child_enqueue_styles' );
    function catchevolution_child_enqueue_styles() {
        wp_enqueue_style( 'catchevolution_parentstyle', get_template_directory_uri() . '/style.css' );
    }
    in reply to: Featured Slider shows Too Much Content #52238
    Sakin
    Keymaster

    @BigA2015: Thanks for your appreciation and please support Catch Kathmandu theme by providing your good review and rating at https://wordpress.org/support/view/theme-reviews/catch-kathmandu/

    in reply to: blog comments #52237
    Sakin
    Keymaster

    @photobyemelie: Can you send me your site URL so that I can check in.

    in reply to: I need help with the background color on my web site #52236
    Sakin
    Keymaster

    @Anne-Pia: You can change colors from “Appearance => Theme Options => Color Options => Content Color Option”

    in reply to: Remove Previous/Next post link #52228
    Sakin
    Keymaster

    @ADN: You cannot change that just from Custom CSS. For that you need to change the code. So, for this you need to build child theme http://catchthemes.com/blog/create-child-theme-wordpress/. Then copy catchkathmandu_content_nav() function from template-tags.php to your child theme functions.php file.

    Then you will see the following code:

    <?php previous_post_link( '<div class="nav-previous">%link</div>', '<span class="meta-nav">' . _x( '&larr;', 'Previous post link', 'catchkathmandu' ) . '</span> %title' ); ?>
    <?php next_post_link( '<div class="nav-next">%link</div>', '%title <span class="meta-nav">' . _x( '&rarr;', 'Next post link', 'catchkathmandu' ) . '</span>' ); ?>

    You need to replace with following:

    <?php previous_post_link( '%link', '<div class="nav-previous">Previous</div>' ); ?>
    <?php next_post_link( '%link', '<div class="nav-next">Next</div>' ); ?>
    in reply to: move social icons #52227
    Sakin
    Keymaster

    @shaun.smudger.smith: Sorry your site is offline in maintenance mode. Also I don’t know what you meany by original place.

    in reply to: Changed fonts don't respond on Android #52226
    Sakin
    Keymaster

    @Carla: Please validate your CSS in child theme. It’s not show it should work. Can you take expert help.

    For example the following text. You cannot add text like that.
    Child CSS Parent CSS Files

    If you want to add text then it should be as:
    /*Child CSS Parent CSS Files*/

    Also the code why you have added the following:
    ruimte tussen titel en tagline }

    Sorry I will not be able to do detail review of your child theme. So, if you want to change font only. Then I suggest you to remove your child theme and just use parent theme and then use plugin to add font support. As child theme and advance css editing requires HTML,CSS and PHP knowledge.

    in reply to: Responsive header image #52225
    Sakin
    Keymaster

    @laurat107: Sorry I only support WordPress Theme developed by us that is by Catch Themes.

    in reply to: Previous/Next #52220
    Sakin
    Keymaster

    @Kim: Sorry I don’t know about it. You might need to hire developer to work on it. In theme, we are just allowed to used the default core function which does that. Maybe search for plugin.

    in reply to: How to add images underneath main slider? #52187
    Sakin
    Keymaster

    @Troy: To add more slider image, you just need to go to “Appearance => Theme Options => Featured Slider => Slider Options” and in “Number of Slides” you can increase the number.

    Sorry there is no option to add image under the slider.

    in reply to: Make logo full width and fix menu #52186
    Sakin
    Keymaster

    @andriansah: nice 🙂

    in reply to: Small stuff #52185
    Sakin
    Keymaster

    @Kim: Sorry I don’t get it what you mean.

    in reply to: Add new fonts #52184
    Sakin
    Keymaster

    @Keith: Post in your site URL so that I can check in how you have use plugin to add that font then I can suggest you css.

    in reply to: Homepage Featured Content not displaying properly on iPad2 #52183
    Sakin
    Keymaster

    @Josh: Ok I have replied in all the email you have send me.

    in reply to: Google Meta Description #52182
    Sakin
    Keymaster

    @Schelbert: I don’t know how you have added in Meta Description. We don’t have anything in theme to control Meta Description and we recommend WordPress SEO by Yoast plugin to control Meta Description.

    Also I couldn’t check in as you have W3 total Cache plugin optimized. So, use that plugin and change your description as per your need and don’t forgot to clear your cache from W3 Total Plugin after you make any changes.

    in reply to: Changed fonts don't respond on Android #52181
    Sakin
    Keymaster

    @Carla: When you remove that media screen. You forgot to remove that closing bracket. }

    For example, you have css as
    #site-title {
    font-size: 54px;
    font-family: Cochin, sans-serif,Arial;
    }}

    This should be
    #site-title {
    font-size: 54px;
    font-family: Cochin, sans-serif,Arial;
    }

    Another same issue:
    #site-description {
    font-size: 18px;
    font-style: Cochin, sans-serif,Arial;
    }}

    This should be:
    #site-description {
    font-size: 18px;
    font-style: Cochin, sans-serif,Arial;
    }

    in reply to: Post/page full width images? #52180
    Sakin
    Keymaster

    @oly: Theme doesn’t have that. You might want to look for plugin to do that.

    in reply to: Removing header border #52178
    Sakin
    Keymaster

    @daniel12: This theme is not ideal for large header image. Maybe try other theme like Catch Adventurous.

    In Simple Catch Theme, to add large image, you need to build child theme and then copy content.php file to your child theme and replace

    <div class="col3 post-img">
    	<a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'simplecatch' ), the_title_attribute( 'echo=0' ) ); ?>"><?php the_post_thumbnail( 'featured' ); ?></a>
    </div> <!-- .col3 -->

    With the following code:

    <div class="col8 post-img">
    	<a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'simplecatch' ), the_title_attribute( 'echo=0' ) ); ?>"><?php the_post_thumbnail( 'full' ); ?></a>
    </div> <!-- .col3 -->

    Again replace the code
    <div class="col5">
    with the following code
    <div class="col8">

    About the footer, it’s same you need to build child theme and work on it. Only Pro version give you Footer Editor in theme options panel to change the footer text.

Viewing 20 posts - 4,841 through 4,860 (of 14,497 total)