Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@cesare: o then it’s different one. You need to add it from “Appearance => Header”. I have send you video screencast in your support ticket.
Sakin
Keymaster@Meinhard: Yes and no as private email is only for premium support member http://catchthemes.com/membership/. Ok let me check if that is quick one. I will email you in your register email address.
Sakin
Keymaster@Marko: We need to check out the site to give you the solution. Let us know when you site is live or can you move that to any test site.
Sakin
Keymaster@Marcooooo: Yes, you shouldn’t remove any hooks. These hooks are created to add function/scripts and also let you do advance customization through functions in your child theme. In this way you don’t need to move your
header.php,footer.phpand other template files in your child theme as most of the hook and functions can be customized just by adding code in your child themefunctions.phpfile. In this way, you are always compatible with theme updates.Sorry for the trouble and it’s great that you found out.
Sakin
Keymaster@Alan: To hide the text from the slider, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options”
#feature-slider .entry-container { display: none; }Yes, pro version has more advance options for slider. Like you have option to select “Featured Image Slider”, where you can control all like image, title, content, link all are optional add it your own way. For more about pro version, you can refer to theme instructions page at http://catchthemes.com/theme-instructions/catch-responsive-pro/
Sakin
KeymasterHi Dona,
Thanks a lot for helping us out. I hope you know that we are based in Kathmandu, Nepal. Thanks…
About the header image that you are taking about. Yes, you can either disable that Header Image on that page or Change it as per your need.
A. Disable header image in particular page:
1. Just edit that page and then below your page editor you will see “Catch Kathmandu Options” meta box like this https://www.pinterest.com/pin/548594798331765450/.
2. Just like wensolutions answered it you can click on “Disable” in Header Featured Image Options.A. Replace header image in particular page:
1. Just edit that page and add featured image. For featured image refer to http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/
2. Go to “Appearance => Theme Options => Header Featured Image Options” and select “Entire Site, Page/Post Featured Image” in “Enable Featured Header Image” options
3. Finally, Save Changes. This will replace your default header image with the featured image of post/page that you have featured image.Sakin
Keymaster@alfonso_bundis:
1. Actually if you are trying to ad in logo then you need to add it from “Appearance => Customize => Site Identity”, then uncheck option “Check to disable logo” and finally replace the default logo you will see by clicking on Change Image. This way, you logo will show above your search and social icons that is Header Right Sidebar.
2. You can disable that header right sidebar from “Appearance => Customize => Theme Options => Header Right Sidebar Options” and then check in “Check to disable Header Right Sidebar” and save changes.
3. You can either add that social icon below your logo or disable it by following point 2. But if you want to show below your log then you don’t need to disable it. Just drag and drop “CT: Social Icons” widget to “Header Right Sidebar” from “Appearance => Widgets”
4. There is no option to add Social Icon below the slider. For that you need to build child theme http://catchthemes.com/blog/create-child-theme-wordpress/ and add it. You need to know about WordPress hook. If you know then I can give you more details otherwise you need to hire customizer.Sakin
Keymaster@cesare: Yes, please upload your screenshot in any photo-sharing site and then paste the URL here. We cannot view your localhost image.
I will explain to you about Header Image and Logo Image. We have two different images that you can add in your header:
A) For logo:
You can refer to our theme instructions page at http://catchthemes.com/theme-instructions/adventurous-pro/ and check in “How to Replace/Add Logo Image”. So, to add logo.
1. Just go to “Appearance => Theme Options => Header Options => Logo URL”
2. Then either Paste your logo image URL or upload it through “Change Logo” button
3. If you choose to change it through “Change Logo” button then you need to click on Insert Into Post, once the upload in completed
4. You logo might be disable by option, so don’t forget to uncheck “Disable Logo?”
4. Finally, save changesB) For Header Image:
This has been explained by wensolution. This should be added is you need large header image just above your content. So, to add header image.1. Just go to “Appearance => Header”
2. You can click on “Add new Image” and upload your header image.
3. Now click on Choose File from your “Media Library” or upload it by clicking on “Upload Files”. If you choose “Upload files” then you need to click on select files and upload it.
4. Then you can work on advance settings from “Appearance => Theme Options => Header Featured Image Options”Sakin
Keymaster@Meinhard: Can you post in your URLs for post type and then I can check in if that is possible from Custom CSS or not. As if you have “No Sidebar, Full Width” in default layout then it should work on all post type. But if you want to change for specific post type.
You might need to build child theme.
Sakin
Keymaster@pyrogopher: Sorry I don’t get it what you mean. Can you explain in reference with your site URL.
All dynamic image that we generate in theme if from Featured Image. So, first make sure you have added in featured image in you post. For featured image, refer to http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/
After that you image will be control through settings. For example, if want to display that featured image in archive/blog pages then you need to go to “Appearance => Theme Options => Layout Options” and then select “Excerpt/Blog Display” in Content Layout options.
Yes, and then if you want to customize any particular post in coding then you need to build child theme like the above solution given by wensolution.
Thanks
Sakin
Keymaster@wensolutions: Thanks wensolutions for the custom css
@jwyrem: post in your site URL when you are asking questions so that we can provide your better support with custom css focused to your site.Sakin
KeymasterIt’s not changing as you have manually added in grey in your child theme css. Remove the following css and it will be white
#header-menu .menu-header-container { background-color: #e9e7e7; }Your sub-menus, background colors are in white
Sakin
Keymaster@ttolun: I just check in your site in Chrome and it’s working fine. See this screenshot https://www.dropbox.com/s/72uyou2xdxperd2/Screen%20Shot%202015-12-02%20at%206.46.55%20PM.png?dl=0. Also I check in with Safari, Firefox and IE10 and 11.
Did you refresh your browser and check in? Sometimes it might be cache issue.
Sakin
Keymaster@truewp: If you don’t want to hide and totally remove it from code level then you need to build child theme. For child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and edit the code. I see that you are using Simple Catch theme so, you need to copy
content.phpin file in your child theme and remove the following code:<ul class="post-by"> <li class="no-padding-left"><a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>" title="<?php echo esc_attr(get_the_author_meta( 'display_name' ) ); ?>"><?php _e( 'By', 'simple-catch' ); ?> <?php the_author_meta( 'display_name' );?></a></li> <li><?php $simplecatch_date_format = get_option( 'date_format' ); the_time( $simplecatch_date_format ); ?></li> <li class="last"><?php comments_popup_link( __( 'No Comments', 'simple-catch' ), __( '1 Comment', 'simple-catch' ), __( '% Comments', 'simple-catch' ) ); ?></li> </ul>Note: this code in only for Simple Catch Theme. From next time, please post in proper theme forum. This is Adventurous Theme forum.
Sakin
Keymaster@pierangelopirro: Looks like there is issue in Infinite Scroll in your site. So, can you go to “Jetpack => Settings” and then deactivate “Infinite Scroll” and check in.
Sakin
KeymasterHello Andy,
This looks little difficult and might not work. So, recommend you to hire a customizer. Try adding in the following css in “Appearance => Theme Options => Custom CSS” box:
#header-top { background-color: #fff; display: block; left: 0; position: fixed; top: 0; width: 100%; z-index: 100; } #masthead.fixed-header { box-shadow: none; top: 30px; }Regards,
SakinSakin
Keymaster@ttolun: That is part of the design. That menu is be floting above the the header image and slider. See the demo http://catchthemes.com/demo/full-frame/.
But if you don’t like that then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#feature-slider, #header-featured-image { margin-top: 0; }Sakin
Keymaster@aj2: Yes, please post in your site URL so that we can check in detail.
For now, you can replace your css with the following css. You can add css in “Appearance => Theme Options => Custom CSS” box:
img.aligncenter, img.alignleft, img.alignright { margin: 13px; }Sakin
Keymaster@agenciabrushup: Also you can boost your SEO by installing Yoast SEO plugin.
Sakin
Keymaster@eridandie: I cannot view source your site and also when I check in your site. It shows disable responsive design.
-
AuthorPosts
