Forum Replies Created

Viewing 20 posts - 10,861 through 10,880 (of 14,506 total)
  • Author
    Posts
  • in reply to: Blog page features image slider, can't disable #13515
    Sakin
    Keymaster

    @ajamison: You are using old version. Please update to latest version of Catch Everest theme. We don’t support old version.

    in reply to: Adding Link Seperators to Catch Everest Pro #13514
    Sakin
    Keymaster

    @xylemclothing: For that you need to first upload the separator image and then add the following css in “Appearance => Theme Options => Custom CSS” box. In the following CSS, change the Image URl text with your your separator image url

    #header-menu ul.menu li {
        background: url("Image URL") no-repeat scroll right center transparent;
    }
    in reply to: Space around serach form in Sidebar header #13513
    Sakin
    Keymaster

    @xylemclothing: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to remove the margin bottom between the footer widgets.
    #footer-sidebar .widget { margin-bottom: 0; }

    For header section. I see that you have add all that in Table. So, I cannot change much from the css code. Can you try adding vertical align to top and check it. Try adding int he following CSS.
    #header-right td { vertical-align: top; }

    in reply to: Tagline #13512
    Sakin
    Keymaster

    @frederikwa: You have added long “Site Title” that is why it is big. You should add it in Tagline from “Settings => General”.

    in reply to: Featured Content Areas #13511
    Sakin
    Keymaster

    @kbarbera: As per the design in Catch Everest Pro theme, you can either add 3 featured content in one line or 4 features content in 1 line.

    in reply to: Featured Slider Text– Only Looking to Display Title #13510
    Sakin
    Keymaster

    @JayCeeEm: If you have change that file, then you can just change any setting in your Theme Options panel to clear the cache setup in Slider.

    in reply to: Change Color pages #13509
    Sakin
    Keymaster

    @impresnet: If you want to change the color of overall site area then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .site { background-color: #000; }

    in reply to: How to add social media icons #13508
    Sakin
    Keymaster

    @ryanjndd5: I gave you the instruction. Just go to “Appearance => Theme Options => Social Link” and add the link to your social profile url

    in reply to: Menu width? #13479
    Sakin
    Keymaster

    @Plainfield Library: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .site { overflow: visible; }

    Sakin
    Keymaster

    @interiorsalvage: I don’t get it what you mean. Do you mean to remove “Category Archives: Projects”. Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .page-header .page-title { display: none; }

    in reply to: Remove black hover outline in navigation menu #13477
    Sakin
    Keymaster

    @interiorsalvage: You have to add the following CSS in “Appearance => Theme Options => Custom CSS” box which will change the black background to white to match with your menu.

    #header-menu ul.menu li:hover > a, #header-menu ul.menu a:focus, #header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a {
        background-color: #fff;
    }
    in reply to: Featured Image below Post Title #13476
    Sakin
    Keymaster

    @Africa-Rising: To show the post like as it is in Homepage, you can just go to “Appearance => Theme Options => Layout Options”, from there choose “Full Content Display” in Content Layout. After this option it will show your full post with image where you don’t need to add Featured Image. Then to break the content, you can add more tag to split the content. See here on how to split the content http://en.support.wordpress.com/splitting-content/more-tag/

    in reply to: Featured Slider Text– Only Looking to Display Title #13475
    Sakin
    Keymaster

    @JayCeeEm: Sorry in this version we cannot do that with simple css changes. It’s bit technical. You need to build child theme and create new functions.php file in your child and then copy the function catchbox_sliders() in your child theme functions.php file. Where you have to edit the code

    <div class="featured-text">'
        .the_title( '<span>','</span>', false ).' :
        '.get_the_excerpt().'
    </div><!-- .featured-text -->

    To

    <div class="featured-text">'
        .the_title( '<span class="slider-title">','</span>', false ).'
    </div><!-- .featured-text -->

    Yes, we will update in New version to control through Custom CSS.

    in reply to: Change 'continue reading' text in featured slider #13474
    Sakin
    Keymaster

    @Sebastiaan.Horn: You can change it from More Tag Text at “Appearance => Theme Options => Excerpt / More Tag Settings”.

    in reply to: Catch Mustang Footer #13472
    Sakin
    Keymaster

    @senna: It’s ok and thanks for posting back.

    in reply to: Select google font in custom CSS #13471
    Sakin
    Keymaster

    @jsilver: You have to first active that font through “Appearance => Theme Options => Font Family Options”. Choose the font from there and then you can add that css.

    in reply to: Edit Footer Entry-Meta #13470
    Sakin
    Keymaster

    @interiorsalvage: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to make it 2 lines.

    .entry-meta .sep { display: none; }
    .entry-meta .comments-link { clear: both; display: block; }

    About the comment. It will display 8 Replies if there are comments posted. If there is no comment then it will display Leave a reply. To modify this text is bit technical. You have to build child theme and copy the content-single.php and edit it the code <?php comments_popup_link(__('Leave a reply', 'catcheverest'), __('1 Reply', 'catcheverest'), __('% Replies', 'catcheverest')); ?>

    in reply to: Adding Link Seperators to Catch Everest Pro #13469
    Sakin
    Keymaster

    @xylemclothing: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-menu ul.menu li { border-right: 1px solid #000; }

    in reply to: How to add social media icons #13468
    Sakin
    Keymaster

    @ryanjndd5: You can add the social link from “Appearance => Theme Options => Social Link”. There is no option to add your own social icons image. But yes, you can modify the image social-profile.png in your theme image directory.

    in reply to: rich snippets: missing field "updated" and hcard "author" #13466
    Sakin
    Keymaster

    @finebeer: Which theme and version are you using it? Catch Box Pro should be fine for Rich Snipped Test. See one of the Catch Box Pro user testing http://www.google.de/webmasters/tools/richsnippets?q=http%3A%2F%2Fwww.vitamineproteine.com%2F

Viewing 20 posts - 10,861 through 10,880 (of 14,506 total)