Catch Themes
Forum Replies Created
-
@pilsen1: There is extra div closing in before the line “Why tell your wife? you don’t want that bitch nagging you do you?” in your post title “Arnold Schwarzenegger talks about housekeeper affair”.
You should remove that extra closing div then it will be fine.
@fotonarya: Four function.php code looks fine. But your sidebar.php should be like this:
global $post; if( $post ) $layout = get_post_meta( $post->ID,'simplecatch-sidebarlayout', true ); if( empty( $layout ) || ( !is_page() && !is_single() ) ) $layout='default'; global $simplecatch_options_settings; $options = $simplecatch_options_settings; $themeoption_layout = $options['sidebar_layout']; if( $layout=='left-sidebar' ||( $layout=='default' && $themeoption_layout == 'left-sidebar') ) { echo '<div id="sidebar" class="col4 no-margin-left">'; } else { echo '<div id="sidebar" class="col4">'; } if ( function_exists( 'dynamic_sidebar' ) ) { if ( is_home() || is_front_page() ) { //displays 'sidebar' for all pages dynamic_sidebar( 'home' ); } else { //displays 'sidebar' for all pages dynamic_sidebar( 'sidebar' ); } } ?> </div><!-- #sidebar --> <?php if(!( $layout=='left-sidebar' ||( $layout=='default' && $themeoption_layout == 'left-sidebar') ) ) { echo '<div class="row-end"></div>'; }Forum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] Version UpdateSimple Catch Version 1.4.3 is out now for download.
http://wordpress.org/extend/themes/download/simple-catch.1.4.3.zip
Change Log:
Version 1.4.3
* Fixed textdomain in Info Bar
* Fixed float issue of Static home page.
* Fixed footer code
* Fixed site title though changes in wp_title and catchbox_filter_wp_title functionForum: Themes and Templates
In reply to: [Catch Box] [Theme: Catch Box] Version UpdateCatch Box Version 1.5 is out now for download.
http://wordpress.org/extend/themes/download/catch-box.1.5.zip
Change Log for 1.5 is as below:
* Added Germany translation de_DE.po and de_DE.mo
* Fixed site title though changes in wp_title and catchbox_filter_wp_title functionNow Catch Box is translated in Portuguese spoken in Brazil, Spanish, Danish and Germany languages. See This
Forum: Themes and Templates
In reply to: [Catch Box] Catch Box Theme TranslationHi Everyone,
Catch Box is Multilingual Ready (WPML) and currently translated in Brazilian Portuguese, Spanish, Danish and Germany.
Thanks to Valdir Trombini, César Gómez, Kris Thomsen, and Heinz Peter Brinkmann for sending us translation file for Portuguese spoken in Brazil, Spanish, Danish, and Germany languages respectively.
Regards,
SakinForum: Themes and Templates
In reply to: Catch Box Theme: Title Problem with All In One SEOHi Loza,
This topic has already been answered in http://wordpress.org/support/topic/theme-catch-box-theme-catch-box-all-in-one-seo-plugin-post-title-prob . So, can you close this.
Regards,
SakinYou can just hide it by add the following CSS in “Custom CSS” box in Theme Options under Appearance Tab:
#branding #searchform {
display: none;
}Forum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] Version UpdateSimple Catch Version 1.4.2 is out now for download.
http://wordpress.org/extend/themes/download/simple-catch.1.4.2.zip
Change Log:
* Changed Theme URI to match with the new theme site
* Change the license to GPL 2
* Added Info bar in Theme Option Panel
* Fixed Slider InitializationHi Lauren,
Actually that doesn’t make any different. In our next version update, I will make it to | as it is being commonly used. So, wait for the new version update. But I assure that it doesn’t make any significant difference in SEO.
Regards,
SakinLoza57,
Can click on “All in One SEO” under Settings in your WordPress Dashboard. Then uncheck “Rewrite Titles”. This will fix your issue.
Forum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] Underline Links in PostYou can add the above mention css by Andrew in your “Custom CSS” box.
Forum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] How to remove page title?Hi gravelpit,
Please add the changes in css to “Custom CSS” box in Theme Options under Appearance Tab in WordPress Dashboard.
We highly recommend not to change any core theme files and css manually as it will be overwritten when you update your theme.
Theme update is necessary as we fix issues and add functionality in each updates.
Regards,
SakinForum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] How to remove page title?@andrew, It’s not good to stop update. It is highly recommended to update the theme.
Forum: Themes and Templates
In reply to: [Catch Box] [Theme: Catch Box] Version UpdateCatch Box Version 1.4.1 is out now for download.
http://wordpress.org/extend/themes/download/catch-box.1.4.1.zip
Change Log for 1.4.1 is as below:
* Fixed css for Threaded Comment Image IssueForum: Themes and Templates
In reply to: [Catch Box] [Theme: Catch Box] Slider doesn't show any imagesIf you just want to show the image without any description and links then you need to build the child theme and do the customization. Currently we don’t have this option.