Catch Themes
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My page does not show the Menu on any Mobile devices@joanhigbee: I see that you are using Catch Box Free Theme at https://wordpress.org/themes/catch-box
When I check in your site http://www.fabulousfursbypeg.com/. There is no js file for menu. There should be catchbox-menu.min.js file loading in your footer. Then I check in detail in your site and see that you have customize the footer.php file. You have already remove the Theme name from it.
So, please revert back the footer.php to original and your menu should work fine.
Forum: Themes and Templates
In reply to: [Catch Kathmandu] French language support?@bwooster47: You can just send message in http://catchthemes.com/contact-us/ and then we will email you the details.
Also we have added it in poeditor.com
https://poeditor.com/projects/po_edit?id_language=50&id=16641You can translate the missing one. It’s already 77% completed.
@adbalentine: It’s illegal to remove attribution. There should be some kid of attribution.
@ddxv and @adbalentine: I have already mentioned it. For Catch Kathmandu Theme, attribution is compulsory. You cannot just remove remove it. If you want to edit your footer credit, simply upgrade to Pro version.
Forum: Themes and Templates
In reply to: [Catch Kathmandu] Suggestions – reduce vertical white space@bwooster47: Thanks for the feedback. Yes we use the mix of tinynav and Selectbox for menu. Nice that you fixed it through custom css. Thanks for all your feedback. We are really happy to receive it. I hope we will make this theme and new theme better.
Forum: Themes and Templates
In reply to: [Catch Kathmandu] Homepage category filter not working@bwooster47: Yes you are right.
Forum: Themes and Templates
In reply to: [Catch Kathmandu] Should not load CSS after child theme@bwooster47: Ok so you just want custom.css file to overwrite then you can remove the previous code I have given and add the following code in your child theme functions.php file.
<?php /** * Catch Kathmandu Child functions and definitions */ /** * Enqueue scripts and styles */ function catchkathmandu_child_scripts() { wp_enqueue_style( 'catchkathmandu-custom', get_stylesheet_directory_uri() . '/custom.css' ); } add_action( 'wp_enqueue_scripts', 'catchkathmandu_child_scripts', 20 );Then you just create custom.css file in your child theme and add your custom css.
Forum: Themes and Templates
In reply to: [Catch Kathmandu] Suggestions – reduce vertical white space@bwooster47:
1 and 2) About the menu, it’s the theme design choices and yes we are coming up with new theme with small menu with Icon only.
3) Yes, site title is optional, you can go to “Appearance => Readings” and then uncheck “Show header text with your image.” in Header Text.
4) Again this is design specific, we have theme which have less space. If you see this theme description, we have mentioned about the large spaces. Also these things can be customize with the help of css in “Custom CSS” box at Theme Options panel.
5) It’s same. We have this them design spacious.Forum: Themes and Templates
In reply to: [Catch Kathmandu] Cannot set number of slides to 0yes that’s right. Thanks you found it.
Forum: Themes and Templates
In reply to: [Catch Kathmandu] Should not load CSS after child theme@bwooster47: It’s because there is option to enable and disable Responsive design in Theme Options panel. Further, it’s very risky giving in responsive css to edit.
If you want to replace the parent theme responsive.css then you can use wp_dequeue_style. You can create functions.php file in your child theme and add the following code.
<?php /** * Catch Kathmandu Child functions and definitions */ /** * Enqueue scripts and styles */ function catchkathmandu_child_scripts() { wp_dequeue_style( 'catchkathmandu-responsive' ); } add_action( 'wp_enqueue_scripts', 'catchkathmandu_child_scripts', 20 );Forum: Themes and Templates
In reply to: [Catch Kathmandu] Homepage category filter not working@bwooster47: Can you shoe me you site where you have selected only specific category. As it is working fine here. Just for you note. It will include sticky post.
Forum: Themes and Templates
In reply to: [Catch Kathmandu] Homepage headline button@max: Thanks for reporting. We will fix the option to show button only when disabling Homepage Headline and Sub-headline in next version update.
About the countdown in header Right sidebar, I couldn’t check in.
Forum: Themes and Templates
In reply to: [Catch Kathmandu] Dynamic featured content@bfs42: Sorry the featured category option is only available in Slider not in Featured Homepage content.
Forum: Themes and Templates
In reply to: [Catch Kathmandu] Theme doesn't resize@kate1118: Ok nice. let me know if you have any issue.
Forum: Themes and Templates
In reply to: [Catch Kathmandu] tables don't line up@michelefree: I don’t see Catch Kathmandu theme in both of the pages. Catch Kathmandu Theme in responsive design so the table you add in also need to be responsive. So, you need to use Responsive table plugin. Best is to use Responsive columns plugin like http://wordpress.org/plugins/column-shortcodes/