Forum Replies Created

Viewing 20 posts - 9,181 through 9,200 (of 14,500 total)
  • Author
    Posts
  • in reply to: 2nd Featured Header #18970
    Sakin
    Keymaster

    @ianroach: Sorry, I am bit confused about your question. You can add header image from “Appearance => Header” and header featured image from “Appearance => Theme Options => Header Featured Image Options”. If you are not talking abut this then can you explain in reference with your site URL.

    in reply to: Product Image Size Woocommerce #18969
    Sakin
    Keymaster

    @Bethann: I see that you are using Catch Everest Pro theme and too add sidebar in Product page, you can just go to “Appearance => Widgets” and add widget in “WooCommerce Sidebar”

    in reply to: Simple Task is so hard to find in the code #18944
    Sakin
    Keymaster

    @Rinaldo: Sorry I don’t understand your question. Can you explain in reference with your site URL. In Catch Box Pro, you can just add the Site Title from “Settings => General”. Then for the widgets in Header Right Sidebar, you can go to “Appearance => Widgets”.

    For more, please read our theme instruction page at http://catchthemes.com/theme-instructions/catch-box-pro/

    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.

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