Forum Replies Created

Viewing 20 posts - 3,761 through 3,780 (of 14,498 total)
  • Author
    Posts
  • in reply to: Can't get sidebar on blog page only #57650
    Sakin
    Keymaster

    @byMuk: First can you send me your site URL and let me know what are you trying to do it. Catch Everest theme doesn’t support WooCommerce for that you need to upgrade to Catch Everest Pro.

    in reply to: Read More #57646
    Sakin
    Keymaster

    @Kim: Don’t know about that. check your settings at “Appearance => Theme Options => Excerpt / More Tag Settings”

    in reply to: Please Donate to Catch Themes after Nepal Earthquake #57645
    Sakin
    Keymaster

    @Consciousness: Yes, it was big one again 7.3. It’s totally devastating and we are back on tent. Having terrible headache and spinning round and round. We are ok but we are down physically and mentally.

    in reply to: Catch Responsive Social Icons Widget #57643
    Sakin
    Keymaster

    @Iso Sonique SARL:
    1. If you are talking about Social Links in your Header Right Sidbear, then you can add in your linkedin profile URL in “Appearance => Customize => Social Links => Social Links”.
    2. Sorry we don’t have option to add in Print link. You need to use plugin for that.

    in reply to: Featured Slider Pics not responsive #57636
    Sakin
    Keymaster

    @webtussi: Have you change any css? It’s strange why it’s not responsive in your site. try adding the following css in “Appearance => Customize => Theme Options => Custom CSS” box:

    #feature-slider .cycle-slideshow img { width: 100%; }

    in reply to: Fixed Header Top #57634
    Sakin
    Keymaster

    @Ben: There is no option to add site title in that Fixed Header Top Are. If you don’t have logo then you can make your site title as image and add in.

    Sakin
    Keymaster

    @Thomas: Sorry bit WordPress doesn’t have that option at this stage. WordPress is trying to improve on that and trying to improve wp_is_mobile functions and more. Then only we can do that. Yes, I understand your issue and all the theme have same issue.

    in reply to: Right sidebar not showing on iPhone #57632
    Sakin
    Keymaster

    @Hans-Peter: I just check in your site from both iPhone 6 and 5 and it’s working fine. You right sidebar will show below the content. This is called responsive design. As your mobile screen is small it will be hard for user to read if we have content and sidebar next to each other.

    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.

Viewing 20 posts - 3,761 through 3,780 (of 14,498 total)