Catch Themes
Forum Replies Created
-
@kgagne: It’s not in our hand to release the update. It have to be push live from WordPress Theme Review Team. But I think you can download through Trac: http://wordpress.org/extend/themes/download/catch-box.1.7.2.2.zip
Forum: Fixing WordPress
In reply to: Warning displayed at wp-admin. Can't access dashboard.@alexruthmann: Yes please add in your query in support forum http://catchthemes.com/support-forum/forum/simple-catch-pro-premium/ or contact at http://catchthemes.com/contact-us/ for urgent issues and I will get back to you ASAP.
Forum: Themes and Templates
In reply to: [Simple Catch] What are the size of image at slider@danielnalexander2: check out the Theme Instruction for instruction on how to use featured post slider and the size of the images.
Forum: Themes and Templates
In reply to: [Simple Catch] Login widget@martyr13: For plugin please ask the plugin author and let us know. If there is anything that we need to add then we can add that.
Forum: Themes and Templates
In reply to: [Simple Catch] Problem with header menu@ardashevbiz: I check in your site and your menu looks fine to me.
Forum: Themes and Templates
In reply to: [Simple Catch] Hide post, but keep feature image in slider@mortalica: For that you can just upgrade to Simple Catch Pro version which has Featured Image slider exactly like you want. In featured image slider you have option to upload your own image, links, title and description as necessary all optional.
Forum: Themes and Templates
In reply to: [Catch Box] Search Results@coupon999: Search is working fine in our side. Maybe the keyword that you are searching only have one matching found. See this search in our demo page of Catch Box theme: http://catchthemes.com/demo/catchbox/?s=catch&submit=Search
thanks Vincent, I will update in next version update
Forum: Themes and Templates
In reply to: [Catch Box] Change the Sliders Featured Catch Box 1.7Now it’s under Theme “Appearance -> Theme Options -> Featured Slider”
Forum: Themes and Templates
In reply to: [Catch Box] [Theme: Catch Box] Version UpdateCatch Box Version 1.7.2 is out now for download.
http://wordpress.org/extend/themes/download/catch-box.1.7.2.zip
Change Log is as below:
* Fixed Polish translation pl_PL.po and pl_PL.mo
* Updated Spanish and German translation
* Fixed the title for Catch Box Adspace WidgetForum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] Version UpdateSimple Catch Version 2.0 is out now for download.
http://wordpress.org/extend/themes/download/simple-catch.2.0.zip
Change Log:Version 1.9.1.1
* Replace footer logo with generic WP logo as per the WPRT instruction
* Fixed the condition of header logoVersion 2.0
* Added Greek translation el.po and el.mo
* Language File Update for Polish
* Added Save Button on Social Links Option Panel
* Logo Upload Issue in Option PanelThanks to Dimitris Antonakis for Greek Translation.
Forum: Themes and Templates
In reply to: [Catch Box] [Theme: Catch Box] Menu issues after theme update@alyceahorth: there is problem in your child theme. You have added the gallery ID and not added it responsive css. Why are you adding gallery ID. why don’t you just add the gallery in the original sidebar. When you have edited the theme in this level we won’t be able to help you out as it’s beyond our code.
Just put the gallery in the slider and then it will be fine.
Forum: Themes and Templates
In reply to: [Simple Catch] Make Featured Slider appear on all pages?@sigurdur81: Great you fixed it.
Forum: Themes and Templates
In reply to: [Simple Catch] Make Featured Slider appear on all pages?/**
* Display slider or breadcrumb on header
*
*/
function simplecatch_sliderbreadcrumb() {// display featured slider
if ( function_exists( ‘simplecatch_sliders’ ) ):
simplecatch_sliders();
endif;if ( ( !is_home() || !is_front_page() ) && function_exists( ‘bcn_display_list’ ) ) :
echo ‘<div class=”breadcrumb”>- ‘;
bcn_display_list();
echo ‘<div class=”row-end”></div>
</div> <!– .breadcrumb –>’;
endif;
} // simplecatch_sliderbreadcrumbForum: Themes and Templates
In reply to: [Simple Catch] Make Featured Slider appear on all pages?@sigurdur81: You just need to remove php condition if ( is_home() || is_front_page() ) :
But if you are not comfortable editing the theme then you can upgrade to Simple Catch Pro then there is option to add it in all pages. Further, there is option to choose between Featured Image Slider and Featured Post Slider.