Catch Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Catch Box] [Theme: Catch Box] Version UpdateCatch Box Version 1.1.2 is out now for download.
http://wordpress.org/extend/themes/download/catch-box.1.1.2.zip
Change Log:
* Added slider effect options in slider options.
* Added toggle effects on theme Options
* Updated translation file catchbox.pot, pt_BR.po, pt_BR.moForum: Themes and Templates
In reply to: [Catch Box] [Theme: Catch Box] Version UpdateHi Kingslaveofallah,
Please use different thread for the question about the theme. This is only for the version update related.
We have use the script from the facebook (https://developers.facebook.com/docs/reference/plugins/like/) and twitter (https://twitter.com/about/resources/buttons).
Regards,
SakinForum: Fixing WordPress
In reply to: Remove sidebar in article viewHi eljobso,
We will be adding the layout option for pages and posts in later version update. For now, you only have option to select the overall layout from the theme option.
If page then there is one template disable sidebar. You can use that. For articles, you need to manual coding by building child theme. As we don’t recommend to change codes and css in the main theme file. As when we you update the theme, you changes will be gone. So, please be careful.
We have already implement the layout option in Simple Catch theme and now will be doing same in catch box.
Regards,
SakinForum: Themes and Templates
In reply to: [Catch Box] [Theme: Catch Box] Version UpdateCatch Box Version 1.1.1 is out now for download.
http://wordpress.org/extend/themes/download/catch-box.1.1.1.zip
Change Log:
* Updated translation file catchbox.pot
* Added language translation file pt_BR.po and pt_BR.mo files.Special thanks to Valdir Trombini for helping us in translating Portuguese spoken in Brazil language.
Forum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] Version UpdateSimple Catch Version 1.3.3 is out now for download.
http://wordpress.org/extend/themes/download/simple-catch.1.3.3.zip
Change Log:
* Added Excerpt Length option to alter the excerpt length in Layout Settings.
* Fixed content.php file.
* Used get_option( ‘date_format’ ) rather than hardcoding format.
* Made Post author link prefix translation ready.
* Changing the key name for post custom metadata i.e. ‘Sidebar-layout’ keyname changed to ‘simplecatch-sidebarlayout’.Forum: Themes and Templates
In reply to: Not found on the hompage.Hi Joey Morgan,
Did you check the Front Page Setting in Theme Option. This might help you.
Regards,
SakinForum: Themes and Templates
In reply to: [Catch Box] [Theme: Catch Box] Version UpdateCatch Box Version 1.1.0 is out now for download.
http://wordpress.org/extend/themes/download/catch-box.1.1.0.zip
Change Log:
* Fixed the Dual title issue in feed
* Backward compatibility for wp_get_theme, using get_current_theme for WordPress Version below 3.4Forum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] Version UpdateSimple Catch Version 1.3.2 is out now for download.
http://wordpress.org/extend/themes/download/simple-catch.1.3.2.zip
Change Log:
* Added sidebar layout option metabox in post and page
* Added default sidebar layout option in Theme options.
* Fixed the issue of Dual title in feed
* Fixed the site verification, site title, Description caching issue
* Fixed the css issue for search titleForum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] Version UpdateSimple Catch Version 1.3.1.2 is out now for download
http://wordpress.org/extend/themes/download/simple-catch.1.3.1.2.zipForum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] galleryHi Boohenry,
There is new version 1.3.1.2 available for download. You can simply update your theme and the issue of 4040 error will be fixed.
http://wordpress.org/extend/themes/download/simple-catch.1.3.1.2.zip
Regards,
SakinForum: Fixing WordPress
In reply to: Change outgoing link for Header LogoHi Aaron,
There is new version 1.3.1.2 is available for download. You can simply update your theme and the issue will be fixed.
http://wordpress.org/extend/themes/download/simple-catch.1.3.1.2.zip
Regards,
SakinForum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] galleryHi Boohenry,
The gallery effect is from the Carousel module of Jetpack plugin. You can install this plugin http://wordpress.org/extend/plugins/jetpack/
About the site_name, logo, and description (header) giving a 404 error. You got it right. Yes there is missing double code. I have answered this in the thread http://wordpress.org/support/topic/change-outgoing-link-for-header-logo
Regards,
SakinForum: Fixing WordPress
In reply to: Change outgoing link for Header LogoHi Aaron,
We are sorry about the bug. We missed a double quote in simplecatch_functions.php line no 206. We have already fixed the issue and requested WordPress Theme Review team to push it live as soon as possible. So, you will be able to download the version 1.3.1.2.
But for now if you know little but of coding then you need to open the file simplecatch_functions.php and go to line no 206, you will find the following code:
$simplecatch_headerdetails .= '<h1 id="site-title">'.'<a href="'.esc_url( home_url( '/' ) ).' title="'.esc_attr( get_bloginfo( 'name', 'display' ) ).'">';Replace the code with the following code:
$simplecatch_headerdetails .= '<h1 id="site-title">'.'<a href="'.esc_url( home_url( '/' ) ).'" title="'.esc_attr( get_bloginfo( 'name', 'display' ) ).'">';Sorry for the trouble.
Regards,
SakinForum: Themes and Templates
In reply to: [Catch Box] [Theme: Catch Box] Version UpdateCatch Box Version 1.0.9 is out now for download. Now, Catch Theme is translation ready.
http://wordpress.org/extend/themes/download/catch-box.1.0.9.zipIf anyone want to help in translation, then you can send us the language file .mo and .po files
Hi groovybowtie,
Can you tell us what do you mean by website is not optimized to mobiles. Let us know the details and your suggestions and we will consider it in future updates.
Regards,
Sakin