Catch Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Catch Box Theme- how do you change the size of header imageHi Tanya,
Can you send me your wordpress access through our contact form in http://catchthemes.com and mention about the changes and then I will look in details.
Regards,
SakinHi Jasperv,
You can do that level of customization by building child theme of Simple Catch and customize it.
Regards,
SakinForum: Themes and Templates
In reply to: Theme Options Won't ChangeHi Venn177,
There was problem with Theme Option not being saved in few servers and we have figured out the problem. We have just push the new version 1.3.5.2 which will be live within this week.
Regards,
SakinForum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] Logo SizingHi Andrew,
There is Custom CSS Box in the Theme Option where you can add in few simple css and the best option is always child theme.
Regards,
SakinHi BigTuna5000,
I am not so clear about your question. But I guess that you don’t want to show Custom CSS in your site while viewing the Source in web.
In order to do that, You need to consider using child theme and add the custom css in your child theme style.css and then it will work great. Check this our for Child theme development http://codex.wordpress.org/Child_Themes
Regards,
SakinForum: Themes and Templates
In reply to: [Catch Box] Catch Box – Fill content in Disable Sidebar modeHi Kristho91,
Oh I see the header issue, I will submit the new version with this fix. Thanks for reporting it. But for temporary fix you can add this following css in Custom Css box in Theme Option:
#site-logo {
font-size: 15px;
padding-bottom: 3.65625em;
}For the page without sidebar. It is design like that. We want to center the text and me it easy for reading to visitor. As for large single width it will be difficult to read it. But if you want to do it then you can add the following css in Custom CSS box in Theme Option as below:
.singular .entry-content {
width: 100%;
}Regards,
SakinForum: Themes and Templates
In reply to: [Catch-Box] Feature Slider SizingHi Rod,
I just checked in your site and the slider looks fine. All images are in same size.
Great one.
Regards,
SakinForum: Themes and Templates
In reply to: [Catch Box] Catch Box – Fill content in Disable Sidebar modeHi Kristho91,
Send me the URI of the Problem pages and details. I will help you in solving it.
Regards,
SakinForum: Themes and Templates
In reply to: Catch Box Theme- how do you change the size of header imageHi Tiditty,
You did a great job. That is one of the best way to do it.
Either, you add the code in the Custom CSS box or build a child theme and do the customization.
For height/spacing adjustment in ht header. You can use the following css and adjust accordingly:
/* For Top Spacing Padding */
#branding hgroup {
padding-top: 1.5em; /* You can increase or decrease it as per your need */
}
/* For Bottom Spacing Padding */
#site-logo {
padding-bottom: 2.5em; /* You can increase or decrease it as per your need */
}Regards,
SakinHi Driezzie,
Can you add in the Site URI here so that I can see what’s going on with your site?
The wp_title is filter through catchbox_filter_wp_title() function which you will find in function.php file.
I just test it in my site and it is working fine with All in One SEO Plugin.
Regards,
SakinForum: Themes and Templates
In reply to: Catch Box Theme- how do you change the size of header imageHi Tjditty,
Can you post the Site URI so that I can check in what you are trying to do?
Regards,
SakinForum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] Version UpdateSimple Catch Version 1.3.5.2 is out now for download.
http://wordpress.org/extend/themes/download/simple-catch.1.3.5.1.zip
Change Log:
* Changed theme options user interface design.
* Added Toggle effect on Theme Options. Added admin_js file for the toggle effect.
* Larger size js file(jquery.cycle.all.min.js) are minified.Forum: Themes and Templates
In reply to: [Catch Box] [Theme: Catch Box] Version UpdateCatch Box Version 1.1.3 is out now for download.
http://wordpress.org/extend/themes/download/catch-box.1.1.3.zip
Change Log:
* Added option to change excerpt length in Theme Options
* Optimized JS and slider load.Hi Strasse,
No so clear question. I don’t get it. Can you explain more detail or send me screenshot of what you want to do it.
Regards,
SakinForum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] Version UpdateSimple Catch Version 1.3.4 is out now for download.
http://wordpress.org/extend/themes/download/simple-catch.1.3.3.zip
Change Log:
* Initialized all theme options variables and created simplecatch_themeoptions_defaults.php file.
* Fixed add_image_scripts.js
* Stored all theme options variables in a global variable and used it instead of get_option.
* Change stylesheet URL to get_stylesheet_uri()
* Added catchbox.pot file to make theme translation ready