Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Kim: Hum that’s strange. Can you regenerate thumbnail with this plugin https://wordpress.org/plugins/regenerate-thumbnails/.
I hope you haven’t change any core theme files.October 2, 2014 at 12:39 pm in reply to: Possible to change the height of the featured slider? #45192Sakin
Keymaster@MFerg: The height depend on the featured image that you have added in your posts. Our recommended featured image size for the slider is Width: 1280px and Height: 550px. So, all the image uploaded in this size or greater then this will automatically crop into this size and will be used in slider.
Now, if you want to reduce the height of the slider. Then you can upload the image with smaller height then 550px. In this case our slider code will not crop the image and will show the original image size you have uploaded. This will reduce your slider height.
Sakin
Keymaster@Kim: Catch Box Pro featured image recommended size is Width: 644px and Height: 320px. This will make it look like our demo site http://catchthemes.com/demo/catchbox-pro/. If you upload the image size as per the size or greater then that then it will show all image at exact size. But if you upload image size smaller then that then it will show the original image that you have uploaded. In you site, the image are showing as you have uploaded.
Sakin
Keymaster@Katha: Not sure what you mean. But that area is only for Site title, tagline and header image.
Sakin
Keymaster@Fede1583: Replace your current custom css
#header-content { padding: 0; }
with the following css
#header-content { display: none; }Sakin
Keymaster@Kim: Sorry this option in no there in Catch Box Pro theme and this cannot be achieve by simple css. So, I suggest you to hire customizer.
Sakin
Keymaster@Katha: Sorry there is no option to do that. I suggest you to add in image then, just go to “Appearance => Header” and then upload your image with full color text to replace this text. Then you can remove that text by un-checking in “Show header text with your image”
Sakin
Keymaster@Michaela: Catch Everest theme doesn’t use
the_author_posts_link(), instead it usesget_author_posts_url(). If you want to edit that then you need to build child theme and then copycatchkathmandu_header_meta()andcatchkathmandu_post_format_meta()functions fromtemplate-tags.phpto your child themefunctions.phpfile.Note: For Child theme and sample child theme file, check out http://catchthemes.com/blog/create-child-theme-wordpress/
Sakin
Keymaster@rojtalbot: Try replacing previous css with the following:
.header-sidebar .widget ul.menu ul { width: 200px; } .header-sidebar .widget ul.menu ul a { font-size: 13px; line-height: 1.4; margin: 0; padding: 6px 10px; width: 180px; }This is maximum that I can reduce.
Sakin
Keymaster@rojtalbot: First, remove the following css from your “Appearance => Theme Options => Custom CSS” box.
#header-menu ul.menu ul { height: 35px; } #header-menu ul.menu ul a { height: 35px; }Then add the following css in “Appearance => Theme Options => Custom CSS” box.
.header-sidebar .widget ul.menu ul { width: 195px; } .header-sidebar .widget ul.menu ul a { font-size: 13px; line-height: 1.4; padding: 7px 15px; width: 165px; }Sakin
Keymaster@Katha: Change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
#featured-post .entry-title { color: #404040; }Sakin
Keymaster@Boaz: The default images, that you see in the demo images. If you don’t want images to associated with the post, then you need to use Featured Image Slider. But for this, you need to upgrade to Pro version.
After you change the Number of Slides, have you added in the post IDS in “Appearance => Theme Options => Featured Post Slider => Featured Post Slider Options”
See the post slider tutorial at http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/
You can also see the tutorial for Image Slider which is available only in pro version at http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/Sakin
Keymaster@Steffen: I see that you have installed WordPress SEO by Yoast. So, for Google and SEO. You can use that plugin setting and change as per your need. Go to “SEO => Title & Metas” from your WordPress Dashboard. Then change it as per your need. For more help about this plugin, you can post in that plugin support forum. They have good tutorial as well.
Sakin
Keymaster@hawfinchtaylor: Sorry this option is not there in Simple Catch Free Theme. If you upgrade to Simple Catch Pro theme then, you will get Footer Editor Options there you can edit the footer text as per your need.
Sakin
Keymaster@BizQ: You can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
.page .entry-header { background-color: #fff; border: 1px solid #000; }Sakin
Keymaster@BizQ: Sorry theme only have option to show in All Pages or Only in Hompepage. It doesn’t have option to show on certain pages.
Sakin
Keymaster@BizQ: Ok you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
#post-3774 .entry-content form { background-color: #fff; padding: 2%; }October 1, 2014 at 11:44 pm in reply to: How to reduce the white space at the top of the webpage #45159Sakin
Keymaster@nac2311: To remove the spaces, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-content { margin: 10px 0 0; } #sidebar-top p { margin-bottom: 10px; }About the search, sorry this option is not there. So, for this you might need to consider hiring customizer.
October 1, 2014 at 11:40 pm in reply to: Custom CSS .site { box-shadow: none; } not working to remove shadows from site #45158Sakin
Keymaster@Kathleen: I don’t know from where you copy all the css. Please be careful when you add in Custom CSS. I see that you have missing closing bracket
}at the end of your custom css. It should be as@media screen and (min-width: 961px) { /* For Widget Title */ .widget-title { font-size: 18px; } /* For Widget Text */ .sidebar-left, .widget ul li { font-size: 14px; } }I am not sure about the border which you have remove and all, as your site is not live. So, it’s better I give you the css as per my demo site in http://catchthemes.com/demo/catchbox-pro/. For this, you can simply add the following css in “Appearance => Theme Options => Custom CSS” box.
.hentry, .no-results, #author-info, #disqus_thread, #content .error404, .widget, #site-generator, img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img, img.wp-post-image, img.attachment-thumbnail { border: none; } .wp-caption { background: none transparent; max-width: 100%; padding: 0; } -
AuthorPosts
