Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@ChristinaDevillier: In our demo page that is not a blog page but a blog category. For example you have category name “Uncategorized” and category slug “uncategorized”. So, all your posts are in this links http://bluemountainsconservancy.org/wordpress/category/uncategorized/ . You can change this category name and slug from “Posts => Categories” from your WordPress Dashboard.
You can use custom menu from “Appearance => Menu” and add in the category in you menu. See this http://en.support.wordpress.com/menus/
Sakin
Keymaster@Thenumi: Looks like you have done customization to Simple Catch Free Theme. I see there is comment link in both top and bottom.
Can you tell me more details on what you want to do. If possible send me the screenshot url.
Sakin
Keymaster@Ancestral0: I will try to answer your question but it cannot be 100% as I am not being able to see your site. So, I will be answering on the basis that you are using the latest version of Catch Everest Pro Theme. But you have posted question in Catch Everest Free Theme. So, bit confused.
1. For your footer height, just add the following css in “Custom CSS” box in Theme Options panel.
#site-generator .site-info { padding: 20px 0; }2. The following css should work
#main-slider .entry-title a { background: none transparent; }For more I will only be able to see it once it is live or at list I have access to it.
Sakin
Keymaster@Sara: That is controlled through “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”. From there you can disable it or add in your own image only without the text.
Sakin
Keymaster@Kevin: You can build child theme and then create a function in your child theme functions.php to add the code you want and then just hook to catcheverest_main action hook.
For example:
function catcheverest_child_sponsor() {
echo 'hello child sponsor';
} // catcheverest_child_sponsoradd_action( 'catcheverest_main', 'catcheverest_child_sponsor', 15 );
Sakin
Keymaster@Kevin: You can build child theme and then create a function in your child theme functions.php to add the code you want and then just hook to catcheverest_main action hook.
For example:
function catcheverest_child_sponsor() {
echo 'hello child sponsor';
} // catcheverest_child_sponsoradd_action( 'catcheverest_main', 'catcheverest_child_sponsor', 15 );
Sakin
Keymaster@pips: Just add the following CSS in “Custom CSS” box in Theme Options panel.
.site { margin-bottom: 0; margin-top: 0; }Sakin
Keymaster@Chrilife: Thanks for your appreciation.
Please send me your site URL and then I will send you the css to header and footer code.
For removing the header top bg and footer border, just add the following CSS in “Custom CSS” box in Theme Options panel
#header .top-bg, #footer { border: none; }I don’t get it what do you mean by shorten the nav bar. Can you explain bit more.
Sakin
Keymaster@obiokere: Just move your social widget from Header top Sidebar to Header Right Sidebar and you can control the margin of header from “Appearance => Theme Options => Header Options”
Sakin
Keymaster@Dane: In this theme, we haven’t make it flexible to control the number of column in a row. It is set to 3 columns in a row.
You need to build child theme and then do the customization. So, either stick to 3 cols in a row or hire a customizer to do that.
If you know the development then I can point you the direction. Change the function catcheverest_homepage_featured_content() in file catcheverest-functions.php and edit the style.css and responsive.css
Sakin
Keymaster@dimantonak: Don’t delete the code. You can just hide with the help of CSS. Send me your site URL?
Sakin
Keymaster@Aneesh: Just add the following CSS in “Custom CSS” box in Theme Options panel.
.single .entry-meta { display: none; }Sakin
Keymaster@alexrams: For easy solution, just upgrade to Simple Catch Pro Version and then you have Featured Image Slider, which will let you choose any image and any link or without link, title and content are all optional.
Sakin
KeymasterJust add the following CSS in “Custom CSS” box in “Theme Options” panel.
#branding ul.menu a { text-transform: uppercase; }Sakin
Keymaster@igudger: Sorry I don’t seem to understand your question properly. As you have kept the header image/logo properly. How can I help you with it.
Sakin
Keymaster@SpArkLeS: You can decrease the height of menubar with css. Just add the following CSS in your “Custom CSS” box in Theme Options panel, just increase the size of line height as per you need. Also change the color code as per you need
/* For Menu Height */
#access ul li a { line-height: 35px; }
/* For Removing Menu Highlight */
#access ul li a:hover, #access ul li.current-menu-item a, #access ul li:hover > a { background-color: transparent; box-shadow: none; #444444 !important; }
/* For background Color for search box in header */
#branding .searchform .search-box, #sidebar-top .widget_search .search-box input#s { background-color: #000000; }
/* For Disabling white border around the images */
.post .post-thumb a { background-color: transparent; border: none; }
/* To Decrease The space between the menubar and logo */
#branding .logo-wrap, #sidebar-top .widget.widget_search { margin-bottom: 0; }
Note: thanks for your screenshot that made me understand your support question really well.
Sakin
Keymaster@eilpres: If you have purchased Catch Everest Pro then why don’t you download the Catch Everest Pro from your account in Catch Themes.
I see that you are still using the Catch Everest Free Theme. Also I see that you are confused with the Webmaster Tools: Header and Footer Code. That is for the code not for the text. You have added text in header and footer code. Please remove that as well.
I will contact you in email for more details.
Sakin
Keymaster@Conay: Look at your site http://newsite.conay.co.uk . The slider is working fine.
-
AuthorPosts
