Catch Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Catch Kathmandu] Slider catch-kathmanduMarking it as resolved.
Forum: Themes and Templates
In reply to: [Catch Kathmandu] Slider and IE10@luisble: Can you post in your site URL?
Forum: Themes and Templates
In reply to: [Catch Kathmandu] Slider catch-kathmandu@dasilvaweb: Your site fundacancer.org is using magazine basic theme. This forum is only for Catch Kathmandu theme and we have already replied about the slider in this thread http://wordpress.org/support/topic/issue-slider-image-and-content
If you are looking for help with magazine basic theme then you need to post in that theme support forum at http://wordpress.org/support/theme/magazine-basic
Forum: Themes and Templates
In reply to: [Catch Kathmandu] Slider catch-kathmandu@dasilvaweb: Sorry I don’t understand your question. Maybe you can post in your site URL and explain in reference.
Forum: Themes and Templates
In reply to: [Catch Kathmandu] Header Right Sidebar Primary Menu@makmakumba: When you add widgets to your Header Right Sidebar, the Header Right Sidebar will be activate and will replace the default Primary Menu. But you have option to add Primary menu in Header Right Sidebar. Just to to “Appearance => Widgets”, drag and drop Menu widget to your Header Right sidebar and select Primary menu.
Now, we have added option to enable “Secondary Menu” in mobile from version 1.1. Go to “Appearance => Theme Options => Responsive Design” and check it.
@adbalentine: Buying Pro will enable theme for better support and more features, which brings in flexibility. Annual renewal is optional.
Forum: Themes and Templates
In reply to: [Catch Kathmandu] Increase width of content columnNo response. So I assume this as resolved.
Sorry you are not allowed to edit footer credit information in free themes. For this you need to upgrade to Catch Kathmandu Pro theme http://catchthemes.com/themes/catch-kathmandu-pro/ where you will get Footer Editor Option in your theme options panel.
Footer credit link is the only recognition that we receive for providing free themes and free support. So, I hope you understand the issue.
Have a nice day.
You are not allowed to change footer credit link in free version.
Forum: Themes and Templates
In reply to: [Catch Kathmandu] Increase width of content columnCan u tell me what is your expected width for content and sidebar. Also please post in your site URL so that I can check in.
Forum: Reviews
In reply to: [Catch Kathmandu] Absolute fantastic!Thanks a lot for appreciating our theme and support. Cheers 🙂
Forum: Reviews
In reply to: [Catch Kathmandu] Keep it up!Thanks a lot for your appreciation… 🙂
Forum: Themes and Templates
In reply to: [Catch Kathmandu] Featured image showing up in pagewelcome 🙂 Just to let you know we also have our own support forum at http://catchthemes.com/support-forum/
Forum: Themes and Templates
In reply to: [Catch Kathmandu] Featured image showing up in page@conquerortravel: Yes this theme is designed that way. Further you can either disable or change the size from “Appearance => Theme Options => Content Featured Image Options”.
Forum: Themes and Templates
In reply to: [Catch Kathmandu] Pictures not showing on tablets or cell phonesYes, in Catch Kathmandu Free version, you will only get responsive menu in Primary Menu. The Secondary and Footer Responsive menu options are there only in Pro version.
@eharper87: I see you are using Secondary Menu. When you add CSS code by @stephencottontail. You will get normal menu in mobile devices as well. But if you want to use Responsive menu then you can add the following JS code in “Appearance => Theme Options => Tools => Header and Footer Codes => Code to display on Footer” box.
<script type="text/javascript"> jQuery(window).load(function() { jQuery("#secondary-menu .menu").tinyNav({ 'active' : 'current-menu-item', // String: Set the "active" class header: '' // String: Specify text for "header" and show header instead of the active item }); jQuery(function () { jQuery("#tinynav2").selectbox(); }); }); </script>