Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@jack5: If you are technical then you can edit the theme file by creating child theme. But if you just want to hide it then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.entry-meta .by-author { display: none; }Sakin
Keymaster@natalia: Ok sure I have just emailed you the child theme of Catch Everest Pro ZIP file. I can also assist you in update.
Sakin
Keymaster@astra202: Yes, first you need to create post with featured image. See this on how to add Featured image http://www.pinterest.com/pin/548594798329948788/
Then you need to add the post ID in “Appearance => Theme Options => Featured Post Slider”. See this screenshot http://www.pinterest.com/pin/548594798329984427/
For free theme you only have option to use post slider but if you are in pro then you have more slider option like independent image slider, page slider, post slider and category slider to choose from.
Also check our theme instructions page.
Catch Everest Pro: http://catchthemes.com/theme-instructions/catch-everest-pro/
Catch Everest: http://catchthemes.com/theme-instructions/catch-everest/Sakin
Keymaster@rekkette: Yes you are write about lines 75-81. But category.php and tag.php in not a template part. But it’s a full new template which will overwrite archives.php code.
Sakin
Keymaster@TruckinTortuga: Looks like you are doing good. As I haven’t found any issues in your site.
Sakin
Keymaster@rekkette: Yes, you are right line no 21 to 26 is about category and tag title
//This is for Category and Tag Titles line no 21 to 26 if ( is_category() ) { printf( __( 'Category Archives: %s', 'catcheverest' ), '<span>' . single_cat_title( '', false ) . '</span>' ); } elseif ( is_tag() ) { printf( __( 'Tag Archives: %s', 'catcheverest' ), '<span>' . single_tag_title( '', false ) . '</span>' ); } //This is for category and tag description line no 55 to 66 if ( is_category() ) { // show an optional category description $category_description = category_description(); if ( ! empty( $category_description ) ) echo apply_filters( 'category_archive_meta', '<div class="taxonomy-description">' . $category_description . '</div>' ); } elseif ( is_tag() ) { // show an optional tag description $tag_description = tag_description(); if ( ! empty( $tag_description ) ) echo apply_filters( 'tag_archive_meta', '<div class="taxonomy-description">' . $tag_description . '</div>' ); } // For content you need to play with the code in line no 75 to 81 <?php /* Include the Post-Format-specific template for the content. * If you want to overload this in a child theme then include a file * called content-___.php (where ___ is the Post Format name) and that will be used instead. */ get_template_part( 'content', get_post_format() ); ?>If this is complicated for you then you can simply create category.php file to control category display and similarly create tag.php file to control tag.
So now you have 2 options and you can work in any one in which you feel comfortable in.
Sakin
Keymaster@rekkette: Looks like you want to do advance customization, then you need to build child theme and then add your own copy tag.php, category.php and so on.
Sakin
Keymaster@TruckinTortuga: Can you show me where it is showing issues. I see it all fine.
Sakin
KeymasterReplace the previous css with the following.
#supplementary .widget { background-color: #303030; border: none; }Sakin
KeymasterReplace the previous css with the following.
#supplementary .widget { background-color: #303030; border: none; }Sakin
Keymaster@Zoran: That will be difficult as the width has to change as per responsive design. So better hire a customizer through http://catchthemes.com/hire-customizer/
Sakin
Keymaster@Matthew: Try adding in the following CSS in Catch Evolution Pro Custom CSS box at “Appearance => Custom CSS” box.
.page #main { display: inline-block; width: 100%; }Sakin
Keymaster@TruckinTortuga: When I check your site in my mobile it is working fine.
Sakin
Keymaster@AFPhoto: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#supplementary .widget { background-color: #303030; }Sakin
Keymaster@Keren: Something wrong with your site description. Can you change that to something else and check in. Don’t add any code in your site description. Like I see the code
<span style="font-variant:small-caps">Lord</span>Sakin
Keymaster@Zoran: Ok that’s nice.
Sakin
Keymaster@Zoran: Sorry I don’t get it what you mean. Can you explain in reference to your test site.
Sakin
Keymaster@aroma-bobman: Yes you can assign footer menu in Catch Everest Pro theme. First, create custom menu from “Appearance => Menus”. Then you can assign that menu to footer menu from “Appearance => Menus => Manage Locations”.
Fore more details about custom menu. Read this http://catchthemes.com/blog/custom-menus-wordpress-themes/
Sakin
Keymaster@Yvette: Are you using Catch Evolution Free Version? Catch Evolution Pro version is just features addition to Catch Evolution and all your settings will be auto migrated to the upgrade. You can simply purchase the theme and install it. See the theme instruction at http://catchthemes.com/theme-instructions/catch-evolution-pro/
I hope you haven’t change any core theme files such as style.css, functions.php, index.php and so on. As core theme files will be reverted back to original when you update or upgrade the theme. But all the settings made from Theme Options panel will remain unchanged.
Note: You might need to re-assign custom menu, header image and background if used. We also provide upgrade installation for free if you have any confusion. For this you need to purchase the theme and request the installation with your order id from http://catchthemes.com/contact-us
Sakin
Keymaster@Zoran: You can try adding in the following CSS in your child theme style.css file.
.post .post-thumb { max-width: 170px; } -
AuthorPosts
