Forum Replies Created

Viewing 20 posts - 1 through 20 (of 26 total)
  • Author
    Posts
  • in reply to: Suddenly today two new lines appears #77021
    catchinternet
    Keymaster

    @knudkp: Thant is from Featured Content. So, can you go to “Appearance => Customize => Featured Content”. If you want to disable then in “Enable Featured Content on” option, just select “Disabled”.

    in reply to: font size help #76975
    catchinternet
    Keymaster

    @leotrim77: You can change font size using Custom CSS box. So, post in your site URL and let me know which font size you want to change.

    in reply to: Landing page? #76868
    catchinternet
    Keymaster

    @Sandra: You can hide it by using custom css. But if you want to remove it, then you need to build child theme and then add condition in header.

    So, can you post in your site URL and let me know in which page you want to hide menu and header.

    in reply to: Thumbnail editor stopped working on slider #76843
    catchinternet
    Keymaster

    @09Shan: Not sure what you mean. Can you explain in reference with your site URL? In Simple Catch Free theme there is Featured Post Slider, which take featured image of the post in the custom size called slider with size 976px width and 313px height.

    in reply to: Breadcrumbs in white box after Catch Box Pro 4.2 upgrade #76796
    catchinternet
    Keymaster

    @Robertf: Sakin is away for today and working on server.
    In this latest version, the support for breadcrumb is added automatically. It supports both Breadcrumb NavXT and WordPress SEO by Yoast plugin. So, just install any one and it will show automatically. You don’t need to add in manually.

    To remove the background in breadcrumb, then you need to add the following css in “Appearance => Customize => Theme Options => Custom CSS” box:

    .breadcrumbs {
        background-color: transparent;
        border-bottom: none;
        border-radius: 0;
    }
    in reply to: Issue on the header part #70952
    catchinternet
    Keymaster

    @kalatos: Please remove the following css from your custom css:

    #branding .top-bg { background: none #ffb15e; }
    #branding .top-bg { height: 1px; }

    and then add the following:
    #branding .top-bg { background: none #ffb15e; border: none; height: 1px; }

    in reply to: Header Height too large #69495
    catchinternet
    Keymaster

    @Cathy: There is header text “It’s all in the Details” in white font color so you are not able to see and it’s talking space. Change your header background color to dark color and then you will see what I mean.

    in reply to: Mobile Sidebar go down over footer #68734
    catchinternet
    Keymaster

    @Mattias: Sorry we don’t have that. When you edit theme, you shouldn’t edit directly in core theme files. If you need to edit/add any functions and code, then you need to build chile theme and update it from there. It’s safe always.

    in reply to: Jquery issue #68733
    catchinternet
    Keymaster

    @ rkmoonak: That social links under your post in from “Jetpack” plugin and I see it’s working fine.

    in reply to: Headings Font Size option (for slider) #68732
    catchinternet
    Keymaster

    @Tomáš: Try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (max-width: 782px) {
        #main-slider .entry-container { left: 2%; width: 96%; }
        #main-slider .entry-header .entry-title { font-size: 16px; }
        #main-slider .entry-content { font-size: 14px; }
    }
    in reply to: Add second menu and breadcrumbs #68731
    catchinternet
    Keymaster

    @barbyma31: There is no Footer Menu option in Catch Flames Free theme. It’s only there is pro version so I don’t get it how you got footer menu in preview. To add that code, it depend on where you want to add it. Best will be to download sample child theme from http://catchthemes.com/blog/create-child-theme-wordpress/ and then copy header.php file and then add the breadcrumb code where you want to show it.

    in reply to: Mobile version Logotyp full and centered #68730
    catchinternet
    Keymaster

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

    @media screen and (max-width: 980px) {	
        #masthead { position: relative; }
        #header-left { text-align: center; width: 100%; }
        #site-logo img { max-height: 81px; }
        #site-logo  { float: none; }
        #header-right { position: absolute; right: 0; top: 0; }
    }
    in reply to: featured slider problem on front page #68729
    catchinternet
    Keymaster

    @NANKYUNG: Cannot open your site. It is showing “데이터베이스 연결중 에러”

    Did you try changing image loader.

    in reply to: simple catch menu #68728
    catchinternet
    Keymaster

    @Tara: that’s nice

    in reply to: Show Comments Below Posts #68727
    catchinternet
    Keymaster

    @kashif: This seems that you have disable comment. Check it in 2 section.
    1. Go to “Settings => Discussions” and make sure you have checked in “Allow people to post comments on new articles”. Check this screenshot https://www.pinterest.com/pin/548594798333127973/, which show uncheck and you need to check in.
    2. Edit your post and make sure you have checked in “Allow Comments”. See this screenshot https://www.pinterest.com/pin/548594798329843253/, which show uncheck and you need to check in.

    in reply to: simple catch menu #68721
    catchinternet
    Keymaster

    @Tara: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box:
    #header .bottom-bg { padding-top: 0; }

    in reply to: FullFrame ProTheme Update not Available #68719
    catchinternet
    Keymaster

    @JOSHUA: For update, please follow theme instructions at http://catchthemes.com/theme-instructions/full-frame-pro/#updating

    in reply to: Cambiar slider image #68718
    catchinternet
    Keymaster

    @Nadae: For Catch Kathmandu Free theme slider, you need to go to “Appearance => Theme Options => Featured Slider”, then you need to select “Post Slider or Category Slider” from slider type and then add in post ID. For more, please follow theme instructions at http://catchthemes.com/theme-instructions/catch-kathmandu/ and screencast at http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/

    in reply to: Mobile Menu not working #68717
    catchinternet
    Keymaster

    @aeriformarts: That’s great. yes many times it’s plugin issue.

    in reply to: Issue on the header part #68716
    catchinternet
    Keymaster

    @kalatos:
    1. First add the following css:

    #branding .top-bg { height: 1px; }
    #branding .wrapper { position: relative; }
    @media screen and (max-width: 767px) {
        #access { clear: both; }
        #headimg { position: relative; width: 100%; }
    }

    2. Replace:

    #headimg {
        clear: none;
        display: inline-block;
        float: right;
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 55px;
        width: auto;
    }

    with the following:

    #headimg {
        clear: none;
        display: inline-block;
        float: right;
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
    }
Viewing 20 posts - 1 through 20 (of 26 total)