Forum Replies Created

Viewing 20 posts - 4,781 through 4,800 (of 14,504 total)
  • Author
    Posts
  • in reply to: 404 page not same as home page #52632
    Sakin
    Keymaster

    @reefadmin: Cool 🙂

    in reply to: Need the adventurous pro 1.2 files #52631
    Sakin
    Keymaster

    @JUAN ARTURO: I am bit confused.
    You main problem is the css with the following css where you have added in position absolute and you have started it from left 0. So, it’s conflicting with your logo.
    #hgroup.logo-enable.logo-left {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }

    Maybe you can try adding in the following css:
    #site-logo {
    position: relative;
    z-index: 20;
    }

    in reply to: Removing Titles WITHOUT removing blog Titles #52630
    Sakin
    Keymaster

    @mrlennyman: I am not so sure which title you want to hide it. Are you trying to hide the title in category that say “Category Archives: Category Name”, then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
    .category .page-header { display: none; }

    If this is not what you want to remove then please post in your site URL and explain which one you are trying to remove it.

    in reply to: Header side margins and padding #52628
    Sakin
    Keymaster

    @notjustblack: If you just want to remove the padding left then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
    #hgroup-wrap { padding-left: 0; }

    Also, if you like our theme than you can help us by providing your valuable review and rating for Catch Everest Free theme at https://wordpress.org/support/view/theme-reviews/catch-everest/. Thanks 🙂

    in reply to: Translate #52627
    Sakin
    Keymaster

    @Isabel: For 2nd question, the content area is already 900px width. So, we don’t recommend it making it bigger then this. It’s not good for readability. You can see the following css that you can play with for screen size above 1366px.

    @media screen and (min-width: 1367px) {
    #content .wrapper { width: 1280px; }
    #main { width: 900px; }
    .sidebar-primary { width: 340px; }
    }

    Looks like you have customize that single post template as there is no div id main. Instead you have new id rx_content. So, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
    #rx_content { background-color: #f2f2f2; }

    in reply to: Translate #52574
    Sakin
    Keymaster

    @Isabel:
    1. Are you translating to Spanish. For that you need to create es_ES.po and es_ES.mo file from catch-flames.pot file using Poedit software. I am confused we don’t have “leave a comment”, it should be as “Leave a reply” and also we don’t have “previus post”, it should be as “Older posts”. If you want, we can work together in this translation so that we will have it in core theme in next update. I will email you.

    2. Which width are you talking about. I am bit confused. It’s already large enough as per the design.

    3. For background color with opacity you need to use RGBA color. So, can per your color, it will be as below. You can add the following css in “Appearance => Theme Options => Custom CSS” box, where 164, 188, 175 is rgba color code and 0.6 means 60% opacity.
    .sidebar-primary, .sidebar-secondary {
    background-color: #a4bcaf;
    background: rgba(164, 188, 175, 0.6);
    }

    4. Your background image is not showing as you have added grey background for your content.

    in reply to: Edit Main Navigation #52573
    Sakin
    Keymaster

    @svoelker: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
    #access li { margin-right: 8px; }

    in reply to: Fixed/Sticky Menu and Transparency/Opacity #52572
    Sakin
    Keymaster

    @luismarioochoa: Maybe you are confused with padding left and right. It’s same you have to use 1140px width of image. When you use skip cropping it should work fine. But I see issue with your custom css. Find the following css:
    .site { box-shadow: none; }
    #site-logo, #header-right { padding-top: 0; }
    .site { margin-top: 0; }
    #hgroup-wrap { padding-bottom: 0; }

    Then replace it with the following css:
    #hgroup-wrap, #site-logo, #header-right { padding: 0; }
    .site { box-shadow: none; margin: 0 auto; }

    in reply to: Remove blank space in widget #52560
    Sakin
    Keymaster

    @beginmetbeleggen: Thanks. If you like our theme than you can help us by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-box/. We would really appreciate it.

    in reply to: Fixed/Sticky Menu and Transparency/Opacity #52551
    Sakin
    Keymaster

    @luismarioochoa: I see that you have remove Header. Since your image http://www.bonvivanttravel.ca/wp-content/uploads/2015/02/HEADER_RED.png is actually logo and not header featured image. So, you need to disable that from “Appearance => Theme Options => Header Featured Image Options” and add it from “Appearance => Header”. There you upload your full image or you can even choose from your existing media library. After you select it, if you want to load full image then click on Skip Cropping and save change.

    in reply to: Mobile menus #52541
    Sakin
    Keymaster

    sorry it’s really hard to check from screenshot. Ok can you confirm the theme that you are using.

    in reply to: Blog Issue #52539
    Sakin
    Keymaster

    @afeauto: Ok then can you check your settings at “Appearance => Customize => Header Image => Enable Featured Header Image on” and let me know it.

    in reply to: Remove blank space in widget #52538
    Sakin
    Keymaster

    @beginmetbeleggen: Yes, it’s because of your position of image change. Looking at your site, you can add the following css in “Appearance => Theme Options => Custom CSS” box to adjust the height.
    #secondary #text-3 { height: 66px; }

    in reply to: Problem with featured images #52537
    Sakin
    Keymaster

    @Isabel: Ok to disable single page/post featured image. Just go to “Appearance => Customize => Theme Options => Layout Options” and in “Single Page/Post Image Layout”, you need to select “Disabled”. Save Changes.

    in reply to: Problem with featured images #52530
    Sakin
    Keymaster

    @Isabel: Can you post in your site URL and explain please. So, that I can check in.
    Also let me know your settings in “Appearance => Customize => Header Image”

    in reply to: Change "Older posts / Newer posts" #52529
    Sakin
    Keymaster

    @ADN:
    1) You can translate Catch Kathmandu Pro in German language and the you will be able to change that. There is new version update 4.2 where we have added de_DE.po file

    2) You can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
    #secondary .widget { background-color: #fff; }

    3) You can adjust the margin bottom in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
    #supplementary .widget { margin-bottom: 50px; }

    in reply to: Footer Edit #52523
    Sakin
    Keymaster

    @manfredk: Sorry that option is only there in Pro version. Free version doesn’t have that option. You can find more details about pro version at http://catchthemes.com/theme-instructions/catch-box-pro/.

    in reply to: Featured slider in catch flames #52521
    Sakin
    Keymaster

    @Josue Salazar: You shouldn’t edit/add any files inside core theme folder ‘catch-flames’. As all these edits will be reverted back to original when you update or upgrade the theme.

    The slider you see in Catch Flames theme is the demo images. In Catch Flames free theme, there is option to change this demo images with your Page Slider images. For that, first you need to create pages and assign featured image in those pages. For featured image, check this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/. Then, you need to go to “Appearance => Theme Options => Featured Slider => Slider Options”, there in “Select Slider Type” you need to check in “Featured Page Slider”. Then you will see Featured Page Slider options box below, there you need to select the pages and save changes. For more check our theme instructions page at http://catchthemes.com/theme-instructions/catch-flames/

    But if you upgrade to Catch Flames Pro, you will have option to change that demo slider to “Page Slider or Post Slider or Category Slider or Independent Image Slider. To know more about additional featured in Pro version, check out theme instructions page at http://catchthemes.com/theme-instructions/catch-flames-pro/

    in reply to: Left Side Mobile Navigation Not Working #52520
    Sakin
    Keymaster

    @Alexander: Here is the list where you can find the image you are using is heavy. Web images shouldn’t be high like 809.2 kB. Check this report http://tools.pingdom.com/fpt/#!/cbQh8P/http://weekendpick.com/ . You can compress your image and make it less. You can see how our images have low image size http://tools.pingdom.com/fpt/#!/drP6d8/http://catchthemes.com/demo/catch-flames/

    When your site loads fast then I am able to click on menu from my iPhone 6. There is no problem.

    in reply to: Post/page full width images? #52519
    Sakin
    Keymaster

    @Tammy: Thanks for your reference the Catch Flames Pro theme support forum is at http://catchthemes.com/support-forum/forum/full-frame-pro-premium/

Viewing 20 posts - 4,781 through 4,800 (of 14,504 total)