Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Chelsea: You can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
.site { overflow: visible; }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.
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.
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.
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; }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.phpin 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/
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; }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.
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.
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; }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.
Sakin
Keymaster@J14: I hope this screenshot will show you how to enable and disable comments in pages
http://www.pinterest.com/pin/548594798329843253/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.
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”
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.phpfile and then copy functioncatchevolution_featured_header()fromcustom-header.phpfile and edit it.Only logo has default link to homepage.
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; }Sakin
Keymaster@suchi: For that site, the css will be as below:
#supplementary .widget-area .widget_sp_image { display: inline; float: left; }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.
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; } -
AuthorPosts
