Forum Replies Created

Viewing 20 posts - 9,181 through 9,200 (of 14,497 total)
  • Author
    Posts
  • in reply to: 3 columns looking bad on mobile #18943
    Sakin
    Keymaster

    @Sarah: It’s because of the following Custom CSS:

    /* For 2 columns primary, secondary and wrapper */
    .three-columns .content-sidebar-wrap {
        width: 83%;
    }
    .three-columns #primary {
        width: 70%;
    }
    .three-columns #secondary {
        width: 29.5%;
    }
    /* For 3rd column */
    .three-columns #third {
        width: 16.5%;
    }

    You need to add these inside

    @media screen and (min-width: 961px) {
    /* Custom Column CSS */
    }
    in reply to: Slider #18942
    Sakin
    Keymaster

    @shamwow: There are 4 types of slider in Catch Everest Pro theme. See the theme instruction page for more details on how to setup Slider http://catchthemes.com/theme-instructions/catch-everest-pro/

    Page Slider is use to highlight the page
    Post Slider is use to highlight the post
    Category Slider is use to highlight the post in that category
    Image Slider gives you complete flexible, you can upload your own image, content and links.

    in reply to: sizing recent posts on homepage #18929
    Sakin
    Keymaster

    @Kenneth: I am bit confused about your question.
    You can change the width as per you need.

    @media screen and (min-width: 961px) {
    .home #content { width: 58.4%; }
    }
    in reply to: Edit footer #18927
    Sakin
    Keymaster

    @Dirk: Footer Editor is only available on Pro versions. See the theme instruction at http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Alignment of widget in right sidebar #18926
    Sakin
    Keymaster

    @caro75: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    @media screen and (min-width: 961px) { #sidebar-header-right { width: 360px; } }

    in reply to: last update increased my logo #18925
    Sakin
    Keymaster

    @Nic71d: It’s because of your CSS in your child theme style.css. You need to remove the following CSS.

    #site-logo a img {
      height:150px !important;
    }
    Sakin
    Keymaster

    @thanksSakin: OK it’s on Home now. You added home menu with custom link. But you need to add it through “Pages => View All” in “Appearance => Menus”.

    in reply to: Sidebar #18915
    Sakin
    Keymaster

    @Sarah: Yes I understand now. First I would like to tell you that in 3 columns layout: The primary and secondary is wrap with class .content-sidebar-wrap and then you have third dive #third

    /* For 2 columns primary, secondary and wrapper */
    .three-columns .content-sidebar-wrap {
        width: 77%;
    }
    .three-columns #primary {
        width: 60%;
    }
    .three-columns #secondary {
        width: 39%;
    }
    /* For 3rd column */
    .three-columns #third {
        width: 22%;
    }
    in reply to: Header and right header match up #18914
    Sakin
    Keymaster

    @Ralph177: the best size will be 325px width.

    in reply to: Move logo to left of site title in Catch Box #18913
    Sakin
    Keymaster

    @CRICKETBIRD: Can you try in adding following CSS in “Appearance => Theme Options => Custom CSS” box.
    #site-logo, #hgroup { display: inline; float: left; }

    in reply to: Header quality picture #18912
    Sakin
    Keymaster

    @Joaozinho: The best header image size will be 1000px width.

    in reply to: Testimonials URL in WordPress #18911
    Sakin
    Keymaster

    @TourGuideKevin: I need to check in your WordPress settings to check in. So, I will send you email and you can send me the details there.

    in reply to: Home Slider Images #18910
    Sakin
    Keymaster

    @J14: You can change that both in Free Version and Pro Version. Pro version have independent Featured Image Slider where you can upload the image and add the title, content and links as per you need. All through Theme Options panel. You can check our theme instruction at
    Catch Evolution Free Version: http://catchthemes.com/theme-instructions/catch-evolution/
    Catch Evolution Pro version: http://catchthemes.com/theme-instructions/catch-evolution-pro/

    But in Free version, you only have option to use Featured Post Slider which is created to highlight your post. So, to create Featured Post Slider. First you need to create post and add featured image in your post. As the post slider will take your post featured image, title, excerpt content and link. After you create the post with featured image, you need to go to “Appearance => Theme Options => Featured Post Slider => Featured Post Slider Options” and add in the post ID.

    in reply to: White space around header #18909
    Sakin
    Keymaster

    @Joaozinho: There is no default option to move the search to the menu. You can add search in your sidebar. That will be good. About the header white space underneath the logo. I don’t see it any. It’s just your header image have show border at bottom. Edit that image. See this http://www.worldcupbrazil.net/wp-content/uploads/2014/01/copy-website.jpg

    in reply to: Move site description under site logo #18908
    Sakin
    Keymaster

    @mark: With CSS you can only move both whole site title and site description under logo. You cannot move just the site description.
    If you want to move just the site description, then you might need to hire customizer as you need to build child theme and then create functions.php file. Then copy the functions simplecatch_header_title() from Simple Catch Pro theme to your child theme and move the site-description outside the site-details container.

    in reply to: Layout bug with Jetpack Contact Form and Comments #18907
    Sakin
    Keymaster

    @Olivier: Yes, can you upload the complete screenshot of your form and send send me the url of screenshot.

    in reply to: qTranslate plugin in Catch Everest Pro #18906
    Sakin
    Keymaster

    @pemca: Thanks for posting it.

    in reply to: Heading on each featured option image #18905
    Sakin
    Keymaster

    @pemca: Sorry there is not option to do that from Theme Optional panel. For this you might need to hire customizer. As for this you need to build child theme and then need to create functions.php file and copy the function catcheverest_homepage_featured_content() from catch Everest Pro theme and edit it.

    in reply to: "page contents" #18904
    Sakin
    Keymaster

    @FannyV: It’s strange how you get that. I see that you have customize the theme using Chile theme. So, check out your header.php file for that.

    in reply to: Overriding default templates in a child theme #18903
    Sakin
    Keymaster

    @fastfun.jp: The best way to customize any WordPress theme in by building child theme and using action hooks and action filters in your functions.php file.

Viewing 20 posts - 9,181 through 9,200 (of 14,497 total)