Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Lizi: There is no option to replace the static image with the featured slider as these two are different.
If you want to ads in slider, then you need to go to “Appearance => Theme Options => Featured Slider => Slider Options”. Then you can select slider type as “Featured Image Slider” and if want large slider then you need to select “Full Width Slider” from Slider Layout. But if you want small one then you can select “Normal Width Slider”, then you can add image.
Sakin
Keymaster@Luchino: The “Excerpt” layout will nit display your post formatting and it will just show plain text with featured image. So, if you want formatted text to show then you don’t need plugin. You can just go to “Appearance => Customize => Theme Options => Layout Options => Archive Content Layout” and select “Show Full Content (No Featured Image”. Now, your homepage will show full content of your post. Now, you can split content using more tag
<!--more-->. For detail about more tag, check out http://devotepress.com/wordpress-writing-editing/how-to-split-content-using-the-more-tag-optionSakin
Keymaster@agenciabrushup: I just check in your site but you are not using theme developed by us that is CatchThemes.com. So, I will not be able to help you on this. Please contact your theme author support.
Sakin
Keymaster@Peter: You can just add the following code in your child theme functions.php file
function catchresponsive_featured_slider() { echo do_shortcode('[banner_rotator hosting1]'); }Sakin
Keymaster@SungJu: I just check in your site but I don’t see the slider to check the quality. So, can you add in slider image and let me know it.
Sakin
Keymaster@Christine: You can adjust the max-height in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
#masthead.fixed-header #site-logo img { max-height: 32px; }Sakin
Keymaster@ginabrasseur: Sorry I don’t get it what you mean. Looks like you are looking at source code. There are two menu items. Once in your desktop menu and another is mobile menu.
Sakin
Keymaster@Joseph: You can change the color code in the following css as per your need. The lighter will be as below:
#feature-slider .entry-container { background: #555; background: rgba(85,85,85,0.6); }Sakin
Keymaster@effess: Yes, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#secondary .widget.widget_search { border: none; box-shadow: none; }August 10, 2015 at 10:28 pm in reply to: Fixed Menu Header: Increasing size, changing color and logo placement #62691Sakin
Keymaster@matthewseanmclachlan: Editing your logo to 160px will be best as per the loading issue to be considered.
Sakin
Keymaster@matthewseanmclachlan: It totally depends on your site usages. You can check out list of recommended image size as per the layout you choose in theme instructions page at http://catchthemes.com/theme-instructions/catch-flames-pro/
Sakin
Keymaster@Cesar R: Thanks for your appreciation. Once you start learn about Child theme, then you will become best customizer. Cheers 🙂
Sakin
Keymaster@Brian: You can change the font size in following css as per your need and add it in “Appearance => Theme Options => Custom CSS Options” box:
@media screen and (max-width: 1024px) { .site-title { font-size: 38px; } .site-description { font-size: 14px; } }Sakin
Keymaster@Susie: Like I told you earlier there is no option to just show featured content in Single page like Gallery. So, what you can do is enable Featured content in entire site and then add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box to hide it from all except gallery page.
#featured-content { display: none; } .page-id-17 #featured-content { display: block; }Sakin
KeymasterYes sure, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
ul.social-profile li.twitter a { background-position: -44px -43px; } ul.social-profile li.google-plus a { background-position: -173px -43px; }August 10, 2015 at 8:09 pm in reply to: use "more" option / change font size / photos in widget #62673Sakin
Keymaster@bertolotti: That more tag is only for archive/blog page when you want to show full Content layout options and want to break content. It doesn’t have any effect on page/post. If you are looking to break page content and add pagination then you need to use
<!--nextpage-->tag. Read more about it here https://en.support.wordpress.com/splitting-content/nextpage/Sakin
Keymaster@Dan D: Thanks for your appreciation. Please support Catch Responsive Theme by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-responsive?rate=5#postform
-
AuthorPosts
