Forum Replies Created

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

    in reply to: Can I change the footer background colour? #51233
    Sakin
    Keymaster

    @Sandra: Sorry you have posted in wrong support forum. You are using Simple Catch Pro theme and this forum is for Adventurous free theme. For Simple Catch Pro theme, please use this forum http://catchthemes.com/support-forum/forum/simple-catch-pro-premium/

    To change the color of footer from “Appearance => Theme Options => Color Options => Footer Background Color”

    in reply to: Can I change the footer background colour? #51232
    Sakin
    Keymaster

    @BrianRS: For detail color option and more feature you can upgrade to Pro version. You can check out the http://catchthemes.com/theme-instructions/adventurous-pro

    In Free version of Adventurous Theme, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    #site-generator {
        background-color: #000;
        color: #ccc;
    }
    in reply to: Social Icons in line with menu #51231
    Sakin
    Keymaster

    @Eduardo: Sorry I need your site URL for support.

    in reply to: Title colors in category/tag post list #51159
    Sakin
    Keymaster

    @Seper: It shouldn’t be like that. Which version of Catch Base theme are you using it?
    Can you check this version https://wordpress.org/themes/download/catch-base.1.2.1.zip

    As when I check in our dark color scheme, it’s working fine. No issue like that. So confused. Did you added any custom css?

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