Forum Replies Created

Viewing 20 posts - 5,081 through 5,100 (of 14,504 total)
  • Author
    Posts
  • 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.

    in reply to: change site title link #51277
    Sakin
    Keymaster

    @srp7: It’s not there in header.php file. After you build child theme, you need to copy function simplecatch_headerdetails() from simplecatch-fucntions.php file to your child theme functions.php and change the links there. After that you need to change any value in either Theme Options panel or Site Title and tagline. Then it will clear the cache and new link will be there.

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

    @EducatedSavage: Sorry it’s bit confusing. Can you send me your site URL. As you have posted question in Catch Box Free theme support but Catch Box theme doesn’t have Promotion Message.

    in reply to: Alignment on mac #51275
    Sakin
    Keymaster

    @Kim: I only see issue in your site. I am not sure why it is. Yes, your site menu is having issue in Safari browser. There is no issue in any other site. I even tested other site like http://www.tidewatercanal.com.

    Also I see that you are using old version of Catch Flames Pro. Can you update to latest version and check in.

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

    @baneff: it depends on the version that you are using it and the .pot file. So, can you send me uk.po file so that I can check in. I will email you and then you can send me the file.

    in reply to: Featured post slider image size #51270
    Sakin
    Keymaster

    @MasterManiacs: Thanks 🙂

    in reply to: Center the logo #51245
    Sakin
    Keymaster

    @Young: try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    #masthead .wrapper {
        text-align: center;
    }
    #site-branding {
        display: inline-block;
        float: none;
        margin: 0 auto;
    }
    in reply to: Stop the scrolling menu & logo #51244
    Sakin
    Keymaster

    @harish: That is special feature of Adventurous theme. Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box to disable it.

    #masthead.fixed-header { position: static; }

    in reply to: Changing banner in header right sidebar widget #51243
    Sakin
    Keymaster

    @Cybersnaby: For that you need to use Plugin. You can use plugin like “Jetpack” where you have “Widget Visibility” module. You can activate that and then you will get option in each widget to to make it visible in particular page. So, in this way you can add the code in many pages that you like.

    in reply to: Responsive error in one layout #51242
    Sakin
    Keymaster

    @pips: It’s because of the CSS that you have added in for your layout 3. Please find the following css in “Appearance => Theme Options => Custom CSS” box and remove it and then it will work fine.

    .no-sidebar #primary {
    width: 820px;
    }
    in reply to: Class for the pagetitle #51241
    Sakin
    Keymaster

    Its entry-title class .entry-title

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

    @dawfx: For detail color option, you need to upgrade to Pro version. There is detail color option at “Appearance => Theme Options => Color Options”

    For free version, you need to use custom css and change it. Send me your site URL and color code that you want to change to and then I will check in.

    in reply to: Opacity on Slider #51239
    Sakin
    Keymaster

    @luismarioochoa: It depends on where you want to add in. For transparent background, you need to use rgba color like below example.

    #slider .featured-text {
    background: rgba(0, 0, 0, 0.5);
    }
    in reply to: Add new fonts #51237
    Sakin
    Keymaster

    @Caducassau: Which font are you trying to add in? Is that Google Font. Let me know it and I will check in for best solution.

    in reply to: Does the search run twice? #51236
    Sakin
    Keymaster

    @Sebastian: No we use WordPress default search and we haven’t done any customization of it.

    in reply to: Catch Everest Upgrade #51235
    Sakin
    Keymaster

    @bigoslesli: Thanks for our question.

    If you update the theme, you don’t need to re-do all the theme options. It will be saved in your server and it will be used in updated version as well.

    If you purchase pro theme and then upgrade it then also you don’t need to re-do your theme options. All the old options will be there, you just need to work on additional new options. You might want to check this post http://devotepress.com/wordpress-writing-editing/upgrade-premium-version-wordpress-themes-eg-adventurous-pro/

    in reply to: Featured post slider image size #51234
    Sakin
    Keymaster

    @MasterManiacs: Which version of Catch Box Theme are you using it. As our latest version has image size for featured slider is
    add_image_size( 'featured-slider', 644, 320, true );

Viewing 20 posts - 5,081 through 5,100 (of 14,504 total)