Catch Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Catch Box] [Theme: Catch Box] Version UpdateCatch Box Version 1.6.1 is out now for download.
http://wordpress.org/extend/themes/download/catch-box.1.6.1.zip
Change Log is as below:
* Updated screenshot to match with WordPress 3.5 version update
* Added comment form fields alteration function to match with WordPress 3.5 version update
* Fixed spanish translation issue with the closing of span tagForum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] Version UpdateSimple Catch Version 1.6.1 is out now for download.
http://wordpress.org/extend/themes/download/simple-catch.1.6.1.zip
Change Log:
* Updated screenshot to match with WordPress 3.5 version update
* Added comment form fields alteration function to match with WordPress 3.5 version updateForum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] How to remove page title?@rolimx: if you want to hide only for the page then use this
.page .entry-title { display: none; }Forum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] How to remove page title?@rolimx: You can just use the following css:
.entry-title { display: none; }Forum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] How to remove page title?@rolimx: why are you doing h2 as none. Let me know what you want to accomplish with this edit and also send me your site URL so that I can suggest you the proper css.
Forum: Themes and Templates
In reply to: [Simple Catch] French translation@athenag: Yes sorry I got confused. Can you contact me in http://catchthemes.com/contact-us/ and then I will send you the files.
Forum: Themes and Templates
In reply to: [Simple Catch] French translation@athenag: I mean we have added French Translation in latest version 1.6 so can you download the latest version and use it in your site and check if there is any missing translation.
Forum: Themes and Templates
In reply to: [Catch Box] [Theme: Catch Box] Version UpdateCatch Box Version 1.6 is out now for download.
http://wordpress.org/extend/themes/download/catch-box.1.6.zip
Change Log is as below:
* Added favicon url option in Theme Options@srimmasch: Simple Catch in not woo-commerce ready theme but you can build the child theme and make it compatible easily.
You can create the child theme and just create two files: style.css and functions.php
Define child theme is style.css as below:
/* Theme Name: Simple Catch WooCommerce Child Theme URI: http://catchthemes.com/themes/simple-catch/ Description: Simple Catch Child theme to support WooCommerce Author: Name Author URI: http://catchthemes.com/ Template: simple-catch */ @import url("../simple-catch/style.css");Then add the functions.php to support WooCommerce
<?php /** * Adding support for WooCommerce Plugin * * uses remove_action to remove the WooCommerce Wrapper and add_action to add Simple Catch Wrapper * */ remove_action( 'woocommerce_before_main_content', 'woocommerce_output_content_wrapper', 10); remove_action( 'woocommerce_after_main_content', 'woocommerce_output_content_wrapper_end', 10); add_action('woocommerce_before_main_content', 'simplecatch_child_woocommerce_start', 15); function simplecatch_child_woocommerce_start() { echo ' <div id="main" class="layout-978"> <div id="content" class="col8 no-margin-left"> <div class="page woo-commerce status-publish hentry">'; } add_action('woocommerce_after_main_content', 'simplecatch_child_woocommerce_end', 15); function simplecatch_child_woocommerce_end() { echo '</div></div>'; } add_action('get_footer', 'simplecatch_child_woocommerce_footer_end', 15); function simplecatch_child_woocommerce_footer_end() { echo '</div>'; }Forum: Themes and Templates
In reply to: [Simple Catch] French translation@athenag: we are releasing french translation in version 1.7. Please check it and let us know. Translation is community based contribution in our theme.
Thanks a lot.
Forum: Themes and Templates
In reply to: [Simple Catch] how to translate Simple Catch@tatimancebo: If you have Translate it in Galician then you can send me the language file .mo and .po and then I will add up in the theme itself.
@ziont: To translate the theme, you can use the poedit software http://www.poedit.net/ and then from simplecatch.pot you can create our own .mo and .po files.
@marikamitsos: To build in responsive we change a lot. If you want responsive then you can upgrade to Simple Catch Pro which is build in HTML5, CSS3 and responsive design.
Forum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] Version UpdateSimple Catch Version 1.6 is out now for download.
http://wordpress.org/extend/themes/download/simple-catch.1.6.zip
Change Log:
* Added Finnish translation fi.po and fi.mo
* Added missing text translation ready
* Updated simplecatch.pot, pl_PL.po and ru_RU.po
* Fixed conflict with Custom CSS and Content Color Options CSSSpecial thanks to Juha Louhiranta for helping us in Finnish Translation.
Forum: Themes and Templates
In reply to: [Catch Box] [Theme: Catch Box] Version UpdateCatch Box Version 1.5.6.1 is out now for download.
http://wordpress.org/extend/themes/download/catch-box.1.5.6.1.zip
Change Log for 1.5.6.1 is as below:
* Added Word Wrap for commentlist in style.cssForum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] Version UpdateSimple Catch Version 1.5.1 is out now for download.
http://wordpress.org/extend/themes/download/simple-catch.1.5.1.zip
Change Log:
* Added missing text translation ready
* Updated simplecatch.pot, pl_PL.po and ru_RU.po