Forum Replies Created

Viewing 20 posts - 8,881 through 8,900 (of 14,504 total)
  • Author
    Posts
  • in reply to: Far Right sub-menu doesn't display #19890
    Sakin
    Keymaster

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

    in reply to: header and widget area #19889
    Sakin
    Keymaster

    @Chelsea: You can add the following CSS to remove the padding in the header image.
    #hgroup-wrap, #site-logo { padding: 0 }

    Once you have the large header image, the social icon, search in Header Right Sidebar will go down. Either you need to disable Header Right Sidebar or do the complete customization to make it above the header image. For this you need to hire customizer to write css code as per responsive design.

    in reply to: Sliders in Sidebars #19888
    Sakin
    Keymaster

    @zorter: That code is shortcode. Not the widget code or register widget. Can you ask in that Plugin Support forum to give the code or widget to add it in sidebar.

    in reply to: Broken Comments #19887
    Sakin
    Keymaster

    @sheandhem: Looks like somewhere you have blocked the comments system. So, first go to “Settings => Discussions”, check “Default article settings” and make sure you have checked-in “Allow people to post comments on new articles” and “Allow link notifications from other blogs (pingbacks and trackbacks)”

    I hope you haven’t customize any core theme files like such as single.php, index.php, functions.php, style.css and so on.

    in reply to: header right sidebar widget #19886
    Sakin
    Keymaster

    @suchi: I see that you have added the following CSS in your Custom CSS box. So, just remove the following CSS and it will show up.
    #hgroup-wrap { display: none; }

    in reply to: Title Above Featured Image Each Post #19885
    Sakin
    Keymaster

    @rachellam: It’s bit technical to change that for excerpt settings. For this, you need to create child theme and then copy content.php in your child theme and edit it.

    But there is one trick, if you use the full content mode. Do you know about splitting with more tags. See this http://en.support.wordpress.com/splitting-content/more-tag/

    in reply to: white space between slider & footer #19884
    Sakin
    Keymaster

    @Mark Argentino: I see that you are using Catch Box Pro theme. So, fist you need to login in and then go to support forum and access Catch Box forum. Here is direct links http://catchthemes.com/support-forum/forum/catch-box-public/ which will show you latest queries and then end you will see the form to post your question.

    Add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .social-profile ul li.facebook a {
    	background-position: 0 -44px;
    }
    .social-profile ul li.twitter a {
    	background-position: -44px -44px;
    }
    .social-profile ul li.rss a {
    	background-position: -88px -44px;
    }
    .social-profile ul li.linkedin a {
    	background-position: -176px -44px;
    }
    .social-profile ul li.google-plus a {
    	background-position: -528px -44px;
    }
    in reply to: issue with displaying header #19883
    Sakin
    Keymaster

    @Jennifer: Featured image will not show the caption. Only the image added in your pages and post content section will show the captions.

    in reply to: Menu #19882
    Sakin
    Keymaster

    @zorter: Bit confused. I checked in your site URL and see that you have changed your menu color. I see that you have WP Super Cache Plugin installed. You need to clear your cache from WP Super Cache plugin settings as you make the changes.

    in reply to: images in the footer widget #19880
    Sakin
    Keymaster

    @suchi: Since it’s multiple image with different sizes, it will be difficult to align it. But you can try replacing your current custom css

    #supplementary .widget-area  .widget_sp_image {
        display: inline;
        float: left;
    }

    With the following CSS.

    #supplementary .widget-area .widget_sp_image {
        display: inline-block;
        vertical-align: top;
    }
    in reply to: Adding Nav Bar Menu Categories #19879
    Sakin
    Keymaster

    @Lucia: It’s ok and I hope this post will help other. So, let’s keep it.

    in reply to: Banner size #19876
    Sakin
    Keymaster

    @mscserginho: The replace your css with
    #hgroup-wrap, #hgroup, #site-logo { padding: 0; }

    I don’t get it why the image has 300px. Can upload/select the image from “Appearance => Header” and select the crop area cover full image and click on crop and publish. Maybe this will help.

    in reply to: Comments #19874
    Sakin
    Keymaster

    @J14: I hope this screenshot will show you how to enable and disable comments in pages
    http://www.pinterest.com/pin/548594798329843253/

    in reply to: Post Header Size #19873
    Sakin
    Keymaster

    @BEAUVAIS: Can you post your question in Catch Evolution Pro support form http://catchthemes.com/support-forum/forum/catch-evolution-pro-premium/ and also do post in your site url and maybe screenshot of what you want to change.

    Sorry this is simple catch theme support forum and others might get confused.

    in reply to: Banner size #19872
    Sakin
    Keymaster

    @mscserginho: It would have been better if you have posted your site URL as well. I see that you are using Catch Everest Free Theme. Then just go to “Appearance = Header” and upload the image size of width 1140px after you upload it use the button “Skip Cropping, Publish Image as Is” to upload the original image. Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box to remove the padding.
    #hgroup-wrap, #hgroup { padding: 0; }

    But you cannot keep the social icon and search in the header right sidebar. It will go down or you can disable that from “Appearance => Theme Options => Header Right Sidebar”

    in reply to: issue with displaying header #19850
    Sakin
    Keymaster

    @Jennifer: That header image is not click-able. If you want to make that link then you need to build child theme and create functions.php file and then copy function catchevolution_featured_header() from custom-header.php file and edit it.

    Only logo has default link to homepage.

    in reply to: Content Area Background/Text Color #19849
    Sakin
    Keymaster

    @zscheimer: For detail color options you can upgrade to Pro version where there is Color Picker in Theme Options panel.

    The CSS that you have added in “Appearance => Theme Options => Custom CSS” will work fine but has issue there. There is missing closing bracket in your css }. Find the css

    /*Header Menu Color*/
    #header-menu {
    	background-color: #000000;

    and replace it with

    /*Header Menu Color*/
    #header-menu {
    	background-color: #000;
    }

    For content background color and text color will be as below:

    .site {
        background-color: #000;
        color: #fff;
    }
    in reply to: images in the footer widget #19848
    Sakin
    Keymaster

    @suchi: For that site, the css will be as below:

    #supplementary .widget-area  .widget_sp_image {
        display: inline;
        float: left;
    }
    in reply to: Remove menu bar #19847
    Sakin
    Keymaster

    @Karen Higginson: Did you refresh your browser and check in as I check in those pages and there is no menu bar. It’s hidden.

    in reply to: Remove menu bar #19834
    Sakin
    Keymaster

    @Karen Higginson: You can ad following CSS in “Appearance => Theme Options => Custom CSS” box to hide menu in disclaimer, biominix, cart and checkout pages.

    .page-id-127 #header-menu,
    .postid-19 #header-menu,
    .woocommerce-cart #header-menu,
    .woocommerce-checkout #header-menu {
        display: none;
    }
Viewing 20 posts - 8,881 through 8,900 (of 14,504 total)