Catch Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Catch Box] Avatars in comments issue in Chrome@ryanthadude: I guess there is something wrong with the plugin you use. There seems to be another image or something looking at your screenshot. Can you try disabling plugins and check it.
Forum: Themes and Templates
In reply to: [Simple Catch] Widget CSS@daveszt: Great it worked for you.
Forum: Themes and Templates
In reply to: [Simple Catch] Infinite Scroll@capsoo: why don’t you use jetpack plugin.
Forum: Themes and Templates
In reply to: [Simple Catch] Widget CSSAdd the following css in theme options:
`
#sidebar .widget a {
color: #3D7FD4;
}Just add the following CSS in “Custom CSS” box in Theme Options panel
`
.home div.col5 {
margin-left: 0;
width: auto;
}Forum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] Logo Sizing@deflepp: You can upload logo from Logo option to any size you like.
Forum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] Image in Slider@venkat5b9: Simple Catch theme doesn’t support image from the gallery. It only support Featured Post Slider. If you want to use Featured Image slider then upgrade to Simple Catch Pro theme
Forum: Themes and Templates
In reply to: [Simple Catch] Page title appears twice@jalen01: yes there is not issue with your site.
@jcmcken: please mention the Theme Version and your Site URL.
Forum: Themes and Templates
In reply to: [Catch Box] Featured image displayed in native size?@suncokret: Yes you can use the original image with native resolution as a featured image if you upload the image with the exact size Featured Post Slider
Width: 644px
Height: 320pxBest option is to use the “Featured Image Slider” where you can upload your own Image, title, Description and links. But for this feature you need to upgrade to “Catch Box Pro” http://catchthemes.com/themes/catch-box-pro/
Forum: Themes and Templates
In reply to: [Catch Box] Slider Image Dimensions@mcunningham: Please read Theme Instructions http://catchthemes.com/theme-instructions/catch-box/
Featured Post Slider
Width: 644px
Height: 320pxForum: Themes and Templates
In reply to: [Catch Box] Problem with slider in IEgreat.
Forum: Themes and Templates
In reply to: [Catch Box] header Image@sheardp: For this you need to build child theme and edit the header.php of child theme and also add style for child theme.
You need to wrap your site title and description with another div and then use display inline for both site logo and the new wrap.
I can give you detail support of this if you upgrade to “Catch Box Pro” theme http://catchthemes.com/themes/catch-box-pro/ and there we only need to add css in “Custom CSS” box.
@sharonsmailbox: you should be very careful while you erase anything in functions.php. You can download the theme and then copy over the function.php back.
Forum: Themes and Templates
In reply to: [Catch Box] Make pop-up appear over header layer@sbueffel: Add the following CSS in your child theme style.css
#branding { z-index: 100; }