Catch Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Centering headerHi Rnanderson,
It’s looks like you have change the css. Can you send me the design of what you want then I will send you the code. Also to get fast reply send us direct message from http://catchthemes.com
Regards,
SakinHi Everyone,
There is version update which fixes this issue. Just update to latest version 1.0.7
Regards,
SakinIt’s not yet build to make it responsive… You can get our another theme Catch Box http://wordpress.org/extend/themes/catch-box which is responsive.
Forum: Themes and Templates
In reply to: How to enable the sidebar widget in the Simple Catch theme?Hi Tikvinki,
Why don’t you download the fresh copy and use it.
Regards,
SakinForum: Themes and Templates
In reply to: how to change font color in the Simple Catch theme?Hi Everyone,
I don’t recommend you all to make changes on the theme files as it will get override when we update the theme to new version.
So, for the simple css changes and adding, I recommend you to use our “Custom CSS Styles” box in the Theme Options under Appearance Tab in your WordPress Dashboard.
For changing the font you can just add the following css in Custom CSS Styles box
body { color: #555555; /* Replace the value to the color you want */ }You can make any css changes. Heading color, link color and etc.
Check this for more http://www.w3schools.com/css/css_text.asp
Regards,
SakinHi Everyone,
Sorry we missed that. Robin got it right. I am fixing this and other issues in version 1.0.7 which will bee soon available.
Till then please open theme-options.php and find this code in line no: 1033
foreach( $options as $option ) { if( $option ) { $flag = 1; } else { $flag = 0; } if( $flag == 1) { break; } }Replace this with
if( !empty( $options ) ) { foreach( $options as $option ) { if( $option ) { $flag = 1; } else { $flag = 0; } if( $flag == 1) { break; } } }Regards,
SakinForum: Themes and Templates
In reply to: How to enable the sidebar widget in the Simple Catch theme?Hi
You can drag back the widgets in the sidebar.
Regards,
SakinHi approachpeople,
Sorry this theme doesn’t support page for the home page slider. You can ask for custom support by filling in the contact form in http://catchthemes.com
Regards,
SakinHi Joseph,
Our theme Simple Catch is not ready for child theme. You have to use it as the parent theme only.
If you want to do simple customization through css then you can add in “Custom CSS Styles” from Theme Options-> Custom CSS styles box.
I have uploaded the screenshot of the Custom CSS style box. http://ScrnSht.com/pijrov
Regards,
SakinHi ne0bi0,
There is slight bug in the menus with longer titles. Thanks for informing us and I will be fixing this in version 1.2.6 which we are currently working on.
But till then, to give you quick fix.
Open style.css in simple-catch director in your theme directory1) Go to Line no 622 you will see as following:
#header #mainmenu ul li a {
padding: 0 15px;
height: 48px;
display: block;
color:#fff;
font-size:15px;
line-height:48px;
color:#444;
float:left;
}
Replace with
#header #mainmenu ul li a {
padding: 0 15px;
display: block;
color: #fff;
font-size: 15px;
line-height: 48px;
color: #444;
float: left;
}2) Go to line no 667 you will see as following:
#header #mainmenu ul li ul li a {
padding:0 10px;
color:#999;
height:35px;
float:none;
line-height:36px;
font-size:13px;
font-weight:normal;
}Replace with
#header #mainmenu ul li ul li a {
padding: 7px 10px;
color: #999;
float:none;
line-height: 18px;
font-size: 13px;
font-weight: normal;
}Regards,
SakinForum: Themes and Templates
In reply to: [Simple Catch] Front Page Slider ExcerptHi Conutant,
Is there any more question? If not then can you mark this topic as resolved.
Regards,
SakinHi Ronak,
It should be working fine and thank Kessiemeijer for answering this question.
Yes, past your code and if still problem then email us by filling in the contact form in http://catchthemes.com
Regards,
SakinForum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] Hide Header TextHi jwidder,
If you are using the Version 1.2.5 then open the header.php and in line no 47 you will see this code echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); . Just delete that line.
Regards,
SakinForum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] Social linksHi Stuart,
I have added Delicious and last.fm social icons in version 1.2.5. So, now you can download it and use it.
Regards,
SakinForum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] Image in SliderHi Jay,
If you are still having problem then you can go through this video tutorial.
http://www.youtube.com/watch?v=Oiov0L4blIwRegards,
Sakin