Forum Replies Created

Viewing 20 posts - 3,781 through 3,800 (of 14,510 total)
  • Author
    Posts
  • in reply to: Problem with Slider Images #57631
    Sakin
    Keymaster

    @Thomas: That loading time depend on your server and cache. So, we don’t have control on that with theme. If you are using latest version, then we have added “Image Loader” setting at “Appearance => Customize => Featured Slider Options => Featured Slider Settings”.

    For more about Image loader you can read this http://jquery.malsup.com/cycle2/demo/loader.php

    in reply to: Center site title and tagline #57629
    Sakin
    Keymaster

    @dodo: Please post in your site URL so that I can check your site and send you the correct CSS.

    in reply to: Post format #57626
    Sakin
    Keymaster

    @jblack6572: Sorry we don’t have instructions for that as we haven’t focused much on that and just Supported as WordPress default. But you can take a look at the demo http://catchthemes.com/demo/catch-kathmandu/blog/page/2/

    If you want to know more about it then you can refer to WordPress codex at https://codex.wordpress.org/Post_Formats

    in reply to: Whitespace above header image on mobile devices #57625
    Sakin
    Keymaster

    @dodo: where did you add that css. If you add that css in “Appearance => Theme Options => Custom CSS” box. Then it will work.

    If you are adding it in your child theme style.css then add the following css:

    #branding #header-content {
        padding: 0;
    }

    Sorry for the late reply. As we have again hit by 7.3 scale of Earthquake aftershock and we were closed down.

    in reply to: Problem in accessing social media icons #57624
    Sakin
    Keymaster

    @Webitseo: In Catch Flames Free theme we don’t have Social Icons Widget. It’s there only in Catch Flames Pro version. So, to add social icon in Catch Flames Free theme, you just need to add your social profile at “Appearance => Theme Options => Social Icons”. Then it will automatically add it in your Header Right Section below search and if you want to show that in footer then you need to check in “Enable Social Icons in Footer”

    For more, check out theme instructions page at http://catchthemes.com/theme-instructions/catch-flames/.

    If it doesn’t show even after you add in then please share your site URL and then I will check in.

    in reply to: Is WordPress 4.2 supported? #57623
    Sakin
    Keymaster

    @Thomas: Yes, it supports WordPress above 4.0. So, it supports 4.2 as well.

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

    @aj: If you have latest version of Catch Base Pro theme then you can go to “Appearance => Customize => Featured Slider Options”. Then in “Featured Slider Type”, you can choose the type. For example, you can choose “Featured Image Slider”. Then upload image one by one in “Featured Slide #1, Featured Slide #2, Featured Slide #3 and so on”. Also check in “Featured Slider Settings” for Enable slider on, effect and all. For more, check out theme instructions page at http://catchthemes.com/theme-instructions/catch-responsive-pro/#featured-slider

    If this doesn’t work then, please send me your site URL and then I can check in.

    in reply to: .assistive-text h3 in 1px square? #57551
    Sakin
    Keymaster

    @vigilant_spb: That is there to make the theme admissibility ready. You cannot change that directly. So, for this you need to build child theme. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/. Then copy the whole function catchbox_header_menu() to your child theme functions.php file. Then you can change that h3 to div or remove it as per your need.

    in reply to: How to change standard text? #57544
    Sakin
    Keymaster

    @vigilant_spb: Yes, if that changes is made inside catch-box theme directly, then it will be overwritten when you update theme.

    in reply to: Replace Header Search Box with custom text area #57543
    Sakin
    Keymaster

    @Amy: Yes, you can add that image as logo. Just go to “Appearance => Customize => Site Title & Tagline”, and then click on “Change Image” and upload your image. Then you need to uncheck “Check to disable logo” and Save & Publish.

    in reply to: How to write title on the top of the images? #57540
    Sakin
    Keymaster

    @Amanda Barbosa: Sorry this theme is not designed to do like that. But you can try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS” box:

    @media screen and (min-width:768px) {
        .has-post-thumbnail .archive-post-wrap {
            position: relative;
        }
        .has-post-thumbnail .archive-post-wrap .entry-header {
            bottom: 200px;
            padding: 10px;
            position: absolute;
        }
        .has-post-thumbnail .archive-post-wrap .entry-title, 
        .has-post-thumbnail .archive-post-wrap .entry-title a {
            color: #fff;
        }
    }
    in reply to: Make widget appear before news on mobile #57539
    Sakin
    Keymaster

    @dodo: Sorry, there is no option to do that. For this, you need to build child theme and change the position. So, best solution at this stage will be to use your header. You can change the style of your header text from custom css.

    in reply to: Page of subcategory #57538
    Sakin
    Keymaster

    @danielski: Thanks for the update.

    in reply to: Problem in content 3 columns return and hyperlink #57537
    Sakin
    Keymaster

    @Gianpiero: Sorry I am bit confused about your issue, can you explain what are you trying to do it. As when I check in Featured Page Content, it’s working fine.

    in reply to: Updating Failure #57536
    Sakin
    Keymaster

    @nextstep: Yes, if you want to update from WordPress Dashboard then you need to use Catch Updater plugin at http://catchthemes.com/wp-plugins/catch-updater/. For more check out theme instructions page at http://catchthemes.com/theme-instructions/catch-responsive-pro/

    in reply to: .assistive-text h3 in 1px square? #57531
    Sakin
    Keymaster

    @vigilant_spb: Please post in your page URL so that I can check in and give you css to show it.

    in reply to: French Translation #57530
    Sakin
    Keymaster

    @Laurent: Thanks. I will email you can you can send me file there.

    in reply to: Social Links Above Header + Default Color #57522
    Sakin
    Keymaster

    @Alex GR: Thanks.

    For slide share, you can add the following css in Appearance => Theme Options => Custom CSS” box:

    ul.social-profile li.slideshare a { background-position: -259px -43px; }

    in reply to: Color search box #57490
    Sakin
    Keymaster

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

    .header-sidebar #s,
    input#s {
        background-color: #fff;
    }

    Thanks a lot for your appreciation. Cheers 🙂

    in reply to: Theme auto update issue #57489
    Sakin
    Keymaster

    @beatmaniaNZ: Don’t worry about it, if you haven’t change any core theme files like style.css, index.php, functions.php and so on inside catch-responsive-pro directory. As all your settings from Theme Customizer and WordPress will remain intact. It will just replace the files inside catch-responsive-pro directory.

Viewing 20 posts - 3,781 through 3,800 (of 14,510 total)