Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@zorter: Catch Evolution Pro theme is different from Catch Everest Pro theme in many ways.
Ok I will tell you about Catch Evolution Pro theme:
Catch Evolution Pro uses default WordPress Custom Header. We will be soon adding new feature similar to Catch Everest Pro about changing Featured Header image in Different Pages and Post as assigned Featured image. But sorry there is no option at this time.For this, you need to build child theme and then create functions.php file in your child theme and add the following code.
/** * Header Image * * Uses Custom Header and Featued Images * @Hooked in catchevolution_headercontent * @since Catch Evolution 1.0 */ function catchevolution_featured_header() { global $wp_query, $post, $paged, $_wp_default_headers, $catchevolution_options_settings; $options = $catchevolution_options_settings; // Header Image $header_image_path = get_header_image(); if ( !empty ( $options['disable_header'] ) ) { return; } // Check if this is a post or page, if it has a thumbnail, and if it's a big one if ( is_singular() ) : // Houston, we have a new header image! echo '<div id="header-image">'; echo get_the_post_thumbnail( $post->ID ); echo '</div>'; elseif ( get_header_image() ) : ?> <div id="header-image"> <img src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" /> </div> <?php endif; } // catchevolution_featured_headerSakin
Keymaster@mscserginho: For this I need to check your site. Send me your site URL. If you are using default Catch Everest Free theme then you can try adding int the following CSS in “Appearance => Theme Options => Custom CSS” box.
.single .author-info { display: none; } .single .post-navigation { display: none; }Sakin
Keymaster@Matthew: You can change the padding of post that is not a problem and I see that you have already done that. But if you have all pages then don’t edit css. You can assign your landing page as page from “Settings => Readings => Front page displays” and select your Front page.
Sakin
Keymaster@zorter: It will be better if you start new forum question. Which theme are you using it and your site URL. As each theme is different in some way or other.
Sakin
Keymaster@Steve: There is no option to add header right sidebar to be even with the header image. Actually header image was created to showcase full width image. For this you need to hire customizer to work for you.
You cannot make the footer different on different page. But there is one trick. You can install “Jetpack” plugin and activate “Widget Visibility” module. This will help you to control your footer widget to show on particular page.
Sakin
Keymaster@Steve: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#main-feat-img { box-shadow: none; /* Remove Border */ float: left; /* Float Left */ }Sakin
Keymaster@cking1980: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#site-logo, #header-right { padding-top: 0; } #hgroup-wrap { padding-bottom: 0; }Sakin
Keymaster@Bouncedancer: Yes, send me your site access from http://catchthemes.com/contact-us and in Subject please mention: Ref: Sakin Support ID 20288
Sakin
Keymaster@MMchen: I see that you are using theme in Germany language and I found that that is issue with Germany translation file de_DE.po and de_DE.mo. We have fixed that in upcoming version 2.9.2
Sakin
Keymaster@Kenneth: I see all your slider post have 3 lines of text. Which is fine and no need to change it. But look at the featured images of those posts have difference sizes.
Your 1st and 3rd posts featured image is fine with 644×320. Bur your 2nd and 4th is smaller with 600×320. So, it is showing issue. So, change the featured image of 2nd and 4th and it will be fine.
Sakin
Keymaster@Websiteguy: You can add the following CSS.
.page .entry-header { margin-bottom: 0; }Sakin
Keymaster@Bouncedancer: Did you add in pages from “Pages => Add New”? Just want to make sure that you are not confused with the Post that is added from “Posts => Add New”. You can try disabling plugin and changing to default Twenty Eleven Theme and check in. Let me know what happen as I cannot check in without looking at your site. Also add in ‘Page’ widget in your sidebar through “Appearance => Widgets”. If this shows your pages.
Sakin
Keymaster@nnicholson1: Your favicon url shows ‘http://www.vancouverphotoworks.com/wp-content/themes/simple-catch/images/favicon.ico’ you need add you favicon image url at “Appearance => Theme Options => Fav Icon Options => Favicon URL”
Sakin
Keymaster@Steve: Sorry you cannot change the logo for different pages. Logo is fixed image.
But you can change the ‘Header Featured Image’. For homepage, you can add it from “Appearance => Theme Options => Header Featured Image” and then upload the image and do the necessary settings. If you select Enable Featured Header Image as “Entire Site, Page/Post Featured Image”. Then the Header Featured Image changes as per the page featured image.
Sakin
Keymaster@Susie: Can you refresh your browser and check in. Your slide is working fine when I check in your site.
February 12, 2014 at 11:27 pm in reply to: Header Options: Additional option to move logo position up and do #20305Sakin
Keymaster@Matthew: That is not possible. Bu you can do a little trick my changing the background color of wrapper. Try adding in the following CSS in “Appearance => Theme Options => custom CSS” box.
#main .wrapper { background-color: #F99E47; margin-bottom: 20px; } #secondary .widget { border: none; } .page #content .type-page { margin-bottom: 0; }Sakin
Keymaster@CameronW96: Yes I got it and I replied you. Check your email and also span/junk folder.
Sakin
Keymaster@Websiteguy: Can you post your site URL?
-
AuthorPosts
