Forum Replies Created

Viewing 20 posts - 10,561 through 10,580 (of 14,506 total)
  • Author
    Posts
  • in reply to: Add line to break slider and page content #14511
    Sakin
    Keymaster

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

    .featured-slider .slides {
        border-bottom: 20px solid #fee000;
    }
    in reply to: Featured Slider Problem #14510
    Sakin
    Keymaster

    @bekay86: You need to add in the post IDs in “Appearance => Theme Options => Featured Slider => Slider Options”.
    I just see that you have added the Post ID 540
    But I don’t see other Post ID.
    You need to post ID “#1 Featured Post ID”, “#2 Featured Post ID”, “#3 Featured Post ID” and “#4 Featured Post ID”

    in reply to: Customization Issues #14508
    Sakin
    Keymaster

    @mvtpinheiro: Yes that will not work as your have setup as “Content layout” as “Show excerpt” in “Appearance => Theme Options” from your WordPress Dashboard. This will automatically take the excerpt text of the your content as defined in “Excerpt Length in Words”. But if you want different word to be displayed in excerpt then you can add in your text in Excerpt Box in your post. See this screenshot for excerpt box http://www.pinterest.com/pin/548594798330200958/

    If you want to break your content with more then you have to choose “Show full content” in your “Content Options” from “Appearance => Theme Options”.

    in reply to: Logo after Headline #14507
    Sakin
    Keymaster

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

    #site-logo {
        display: inline;
        float: right;
    }
    #hgroup.with-logo {
        clear: none;
        display: inline;
        float: left;
    }
    in reply to: different header image on pages #14485
    Sakin
    Keymaster

    @victoria: I see that you have set “Featured Header Image Position” to “Before Header”. Make that to “After Menu” in “Appearance => Theme Options => Header Featured Image Options”.

    Then to remove the border (Shadow) in the header featured image, you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #main-feat-img { box-shadow: none; }

    I see that you have reduce the height of the menu. This will give issue to your submenu and I see that I cannot click to submenu. So, you need to change the position of submenu as well. To do that, you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-menu ul.menu ul { top: 40px; }

    in reply to: different header image on pages #14484
    Sakin
    Keymaster

    @jenbrookswriter: It’s little difficult to explain and work on it. I can configure that for you. I will email you now.

    in reply to: Link – Click effect images #14483
    Sakin
    Keymaster

    @carlosdonan: Thanks for your appreciation.

    in reply to: Link – Click effect images #14481
    Sakin
    Keymaster

    @carlosdonan: Looks like you are talking about outline in link. If so, then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    a:focus, a:active, a:hover { outline: none; }

    in reply to: How to enable jetpack infinite scroll? #14474
    Sakin
    Keymaster

    @owen: It is showing. See just above your footer, you will see “Older Post” full width button. That is Infinite Scroll. If you click on that it will load the post in same page. But if you disable Infinite Scroll, then it will not load the post in same page.

    in reply to: Space Between Menu Tabs #14471
    Sakin
    Keymaster

    @Bookmama: I told you to add the CSS in Theme Options panel. But I haven’t see that you have added css. If you add the following CSS in theme options panel then it will work perfect.

    @media screen and (min-width: 1060px) {
    #header-menu ul.menu li { float: left; }
    #header-menu ul.menu a {
        padding-left: 54px;
        padding-right: 53px;
    }
    }
    in reply to: different header image on pages #14470
    Sakin
    Keymaster

    @jenbrookswriter: Ok. Now you can go to “Appearance => Theme Options => Header Featured Image Options”. Then you will see “Enable Featured Header Image” where need to click on “Entire Site, Page/Post Featured Image”.

    Note: Make sure you have added in Featured Image in your page. Otherwise, it will not display. To learn about adding in Featured Image in page, see this http://en.support.wordpress.com/featured-images/#setting-a-featured-image

    in reply to: Change font color in Header? #14469
    Sakin
    Keymaster

    @moffie: Are you using Simple Catch Free theme. It’s always better to share your site URL, so that I can check in and send you the css code. The following CSS code is to change the color of Site tile and Site Subtitle in Simple Catch Free Theme. In the following CSS, change the color code as per you need and then add it in “Appearance => Theme Options => Custom CSS” box.

    /* Site Title Color */
    h1#site-title a { color: #444; }
    /* Site Subtitle Color */
    h2#site-description { color: #666; }
    in reply to: Another centered logo question #14467
    Sakin
    Keymaster

    @oly: With your current CSS. You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-left { width: 100%; }

    in reply to: Migrate WordPress to other folder #14466
    Sakin
    Keymaster

    @albertoc: You cannot just change the link in settings. To move the site from one folder to another, first you need to move all the files from that that folder to new one. Then you can use search and replace file to change the database path saved. See this article http://interconnectit.com/products/search-and-replace-for-wordpress-databases/

    in reply to: Optional Sidebars / Lines Separating Widgets #14462
    Sakin
    Keymaster

    @chipbphoto:
    1. To activate the optional sidebar, you need to add widgets in Optional Sidebar and then you have to select the optional sidebar in “Catch Everest Options” Meta Box, Select Sidebar options.
    Also update your theme to latest version, as there was issue in post slider.

    2. To add horizontal line between each of the widgets in the Sidebar, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #secondary .widget { 
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 20px;
        padding-bottom: 20px; 
    }
    @media screen and (min-width: 1190px) {
    #secondary .widget {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    }
    @media screen and (max-width: 1060px) {
    #secondary .widget {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    }
    in reply to: Logo after Headline #14459
    Sakin
    Keymaster

    @cabron_berlino: Sorry I don’t think I understand your request properly. I assume that you are trying to make logo at the left and then site title and description follow it. To do that you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #site-logo {
        display: inline;
    }
    #hgroup.with-logo {
        clear: none;
        display: inline;
    }

    If you are talking about different. Then please share your screenshot of what you want to achieve and then I will give you the suggestion.

    in reply to: Updating to 1.5 #14458
    Sakin
    Keymaster

    @GAHC: I check in your account and it’s fine. Can you check your account at http://catchthemes.com/my-account/. If you cannot find it then you can send email directly to sales and account at http://catchthemes.com/my-account/

    in reply to: Script error #14457
    Sakin
    Keymaster

    @dbevarly: I don’t see any error in your client site. Do you have any screenshot of the error?

    in reply to: Problem with the IE #14434
    Sakin
    Keymaster

    @GAHC: This is handle by sales and I just received confirmation about your account. Can you check now. If you still have issue then please contact sales directly at http://catchthemes.com/my-account/. Sorry for the trouble.

    in reply to: Problem with the IE #14417
    Sakin
    Keymaster

    @GAHC: You haven’t update the Catch Everest Pro theme. Update that as well. After the update clear your cache and refresh your browser and check in.

Viewing 20 posts - 10,561 through 10,580 (of 14,506 total)