Forum Replies Created

Viewing 20 posts - 9,321 through 9,340 (of 14,494 total)
  • Author
    Posts
  • Sakin
    Keymaster

    @Markus: I see that you are using Custom Header Image from “Appearance => Header”. For logo, it is recommended to use Logo from “Appearance => Theme Options => Header Options” and upload the image in “Logo url” and check “Disable Header Logo”.

    For Custom header to make it on left, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #branding img { float: left; }

    in reply to: Simple Catch slider text problem #18476
    Sakin
    Keymaster

    @davidgoorevitch: The Featured Post Slider take the Featured Image, Title and Excerpt Content from the post. So you need to manage this accordingly or you can add CSS to make the fixed height for desktop view. Send me your site URL and then I will check in.

    in reply to: Fixed Featured Image Dimensions #18463
    Sakin
    Keymaster

    @shruti: If you use Featured Image Slider then you can add image of any size. If you are using Normal width then it width is 754px and for full width it’s 1190px width.

    But if you use Featured Post Slider or Featured Page Slider or Featured Category slider then it will take the exact image size of width 754px and height 400px.

    Which version of Catch Evolution Pro sure you using it. Make sure you are using the latest version 1.5. Then you will see the Featured Slider layout in “Appearance => Theme Options => Featured Slider => Slider Options”. There you will see the option “Slider Layout”

    in reply to: Size featured slider #18462
    Sakin
    Keymaster

    @Joaozinho: It’s little difficult to control that as it contains Title and Excerpt Content. You can control excerpt content of overall site from “Appearance => Theme Options => Excerpt/More Tag Settings” and change the excerpt length. You can also control for individual post from your “Excerpt Box” in your edit post. See this screenshot http://www.pinterest.com/pin/548594798330200958/ if you cannot find the excerpt box.

    in reply to: Website on mobile device issues #18461
    Sakin
    Keymaster

    @Joaozinho: I just check in your site in my iPhone and it’s working fine.

    in reply to: white space below the slider and 3 headers #18460
    Sakin
    Keymaster

    @Markus: It’s already empty. It’s your header image which has the spaces. See your logo image http://www.fhfn.org/wp-content/uploads/2013/12/cropped-Banner-Color6.jpg

    in reply to: white space below the slider and 3 headers #18453
    Sakin
    Keymaster

    @Markus: I realized that you are using Catch Evolution Pro theme. So before adding that custom css. Can you go to “Appearance => Theme Options => Header Options” and then make it 0 for “Header Bottom Margin”

    in reply to: white space below the slider and 3 headers #18450
    Sakin
    Keymaster

    @Markus: You can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box to remove the padding to of menu.
    #header-menu { padding-top: 0; }

    in reply to: color of site title and tagline #18449
    Sakin
    Keymaster

    @AGKD49: Ok I have just emailed you.

    in reply to: color of site title and tagline #18444
    Sakin
    Keymaster

    @AGKD49: Please post in your site URL so that I can check in.

    in reply to: Slider problems&number of posts displayed #18443
    Sakin
    Keymaster

    @caramele: I found the issue with “PE Category Filter” category.

    in reply to: white space below the slider and 3 headers #18442
    Sakin
    Keymaster

    @suchi: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box. Initially it was 50px so the following CSS will reduce it by 30px.

    @media screen and (min-width: 961px) {
    .home #main { padding-top: 20px; }
    .home .hentry { padding-bottom: 20px; }
    }
    in reply to: Custom background color per page #18440
    Sakin
    Keymaster

    @blackkeys: If you want to change the border color of the form input and textarea fields then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    input[type="text"], input[type="email"], textarea { border-color: #000; }

    in reply to: Hide Text #18439
    Sakin
    Keymaster

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

    #header-menu ul.menu a { text-transform: none; }
    .site-content #nav-below { display: none; }
    in reply to: move search-box in header #18438
    Sakin
    Keymaster

    @silentcall: I see that you have added the following CSS in your Custom CSS box to position the header top sidebar.

    .sidebar-top {
        position: absolute;
        right: 4px;
        top: 42px;
    }

    You can change that to

    .sidebar-top {
        bottom: 0;
        position: absolute;
        right: 4px;
    }

    and if you want to go further down you can add the following CSS
    .sidebar-top .widget { margin-bottom: 0; }

    in reply to: No image in excerpt style #18437
    Sakin
    Keymaster

    @emily.m: Please take a look at our theme instruction page http://catchthemes.com/theme-instructions/catch-evolution/. For Excerpt layout, first you need to set Featured Images on those posts. Then only the Featured Image from that post will be displayed. The recommended size for featured image is 644px width and 320px height. So, if you have small image than this then it will display your original image and if it’s bigger then it will crop exactly in the size 644px width and 320px height.

    in reply to: list posts with Tumbs on a page #18436
    Sakin
    Keymaster

    @silentcall: Thanks for sharing.

    in reply to: Changing the word "Home" #18434
    Sakin
    Keymaster

    @drsjpdc: I see that you have created Static Page O HAC as the Homepage. So, to remove the comment box from that page, you need to edit that page and then in Discussion box you need to uncheck “Allow Comments”. See this screenshot http://www.pinterest.com/pin/548594798329843253/

    in reply to: Remove Featured Image on Posts #18427
    Sakin
    Keymaster
    in reply to: Changing the word "Home" #18417
    Sakin
    Keymaster

    @drsjpdc: The best option is to create “Custom Menu” from “Appearance => Menus”, from there you will see Page and then click on “View All” and select “Home” and click on Add to Menu. This will add Home to your menu and then you can change the “Navigation Label” of that menu elements.

    After you create the menu you can assign that menu as Primary Menu from “Appearance => Menus => Manage Locations”

    You can see the details explanation of Custom Menu in this screenshot http://www.pinterest.com/pin/548594798330820987/ and at our blog http://catchthemes.com/blog/custom-menus-wordpress-themes/

Viewing 20 posts - 9,321 through 9,340 (of 14,494 total)