Forum Replies Created

Viewing 20 posts - 5,181 through 5,200 (of 14,504 total)
  • Author
    Posts
  • in reply to: Dashboard > Appearance > Widgets not working #50867
    Sakin
    Keymaster

    @Juha_52: From when did you get this issue. Have you customized any core theme files inside catch-evolution-pro folder. Also, I see that you are using child theme. Can you let me know what changes have you made it. Further, I see t that you have WP Super Cache. So, can you clear the cache and check in.

    in reply to: Make Featured SLider Images "not Clickable" #50864
    Sakin
    Keymaster

    @lucabriganti85: Sorry I see that you are using Simple Catch Free version, which only have option to use Featured Post Slider. This post slider is created to highlight your post in the slider. So, it will automatically link to the post.

    If you don’t need then you might want to upgrade to Pro version where you have option to use “Featured Image Slider” and upload image and remove the link as per your need.

    in reply to: remove white space under breadcrumbs #50863
    Sakin
    Keymaster

    @Kim: You can add the following css, for the font you can change the font as per your need.

    .page-header { margin: 0; }
    .page-title { font-size: 16px; }
    in reply to: Header menu went's dark when scrolling #50862
    Sakin
    Keymaster

    @greenline: You are using old version of theme. Can you update to latest version. Adventurous 1.4 then if there is still problem then I will check in. After the update don’t forget to refresh your browser to clear the cache.

    in reply to: Blank Featured Slider # #50857
    Sakin
    Keymaster

    @Young: Thanks and I have update it. Can you check it now.

    in reply to: more space between "read more" and "comments" #50840
    Sakin
    Keymaster

    @Eduardo: You can add in the following css in “Appearance => Theme Options => Custom CSS” box:

    footer.entry-meta { padding-top: 15px;}
    .entry-meta .cat-links, .sep-comment ( display: none; }
    .entry-meta .comments-link { float: right; }
    in reply to: add logo 'on top of menu/header image #50839
    Sakin
    Keymaster

    @Pieter: That requires lot of css customization and also need to adjust as per the responsive design. So, for this I recommend you to hire CSS developer to customize for you.

    in reply to: Blank Featured Slider # #50836
    Sakin
    Keymaster

    @Young: Can you reply my email I have just send you. I need to check more in details.

    in reply to: Sticky Post Title Format #50811
    Sakin
    Keymaster

    @Gavin: Yes, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
    .sticky .entry-header .entry-title a { color: #222; }

    in reply to: Change Widget Title Text Colour and Background #50810
    Sakin
    Keymaster

    @Gavin: Yes, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
    .widget-title { background-color: #eee; }

    in reply to: subheadline on all pages and second line #50809
    Sakin
    Keymaster

    @Gunter: Which subheadline are you talking about? If you are talking about Homepage Headline Options. Then there is no option to do that at this stage. If you want then please let me know it and we will add this in our development for new version update. If you want second line in Subheadline then you can break the link by adding in br code. That is <br/>

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

    @Consciousness: Ok I will check in your email as well. It’s really difficult to make it flexible as per the theme design. So, if you have fixed height and width then I can suggest you exactly.

    in reply to: Primary Menu only works on front page #50806
    Sakin
    Keymaster

    @Ellen: For drop down menu, not sure why it is not working in your other pages. Can you send me your site URL so that I can check in. About changing the color, most of the color options are there in “Appearance => Customize => Color Options”. For those, which are not there like menu. You need to send me the color code that you want to use and then I will send you the css to add in your custom css box.

    in reply to: Problem with translation of first featured slide #50804
    Sakin
    Keymaster

    @Delfim: Ok I will email you personally to check your issue.

    in reply to: Replacing position of content in home page #50803
    Sakin
    Keymaster

    @bobar22: It should work fine. I just tested in my server with Catch Kathmandu Free and now my Featured Post is inside <div id="content-sidebar-wrap">

    Post in your site URL and have you done anything else in child theme.

    in reply to: Remove page's Title HyperLink – Kathmandu theme #50802
    Sakin
    Keymaster

    @dawfx: It depends on how theme and plugin are developed.

    in reply to: Social Icons in line with menu #50786
    Sakin
    Keymaster

    @Eduardo: Yes you can. Post in your site URL so that I can check in.

    in reply to: Customize Catch Everest Social Legend #50785
    Sakin
    Keymaster

    @Fernando: You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    .header-sidebar .widget_catcheverest_social_widget .widget-title {
        color: #00008c;
    }
    in reply to: Replacing position of content in home page #50784
    Sakin
    Keymaster

    @bobar22: OK then you need to build child theme first. You can read about child theme and download sample child theme from http://catchthemes.com/blog/create-child-theme-wordpress/ . Then you can add the following code in your child theme functions.php file:

    <?php
    // Removing the Default Action Hook
    function unhook_catchkathmandu_functions() {
    	remove_action( 'catchkathmandu_before_main', 'catchkathmandu_homepage_featured_position', 10 );
    }
    add_action( 'init', 'unhook_catchkathmandu_functions' );
    
    add_action( 'catchkathmandu_content_sidebar_start', 'catchkathmandu_homepage_featured_display', 15 );
    in reply to: Problem with translation of first featured slide #50781
    Sakin
    Keymaster

    @Bill: Thanks for detail information. Ok I will email you to get more info.

Viewing 20 posts - 5,181 through 5,200 (of 14,504 total)