Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Edward: For mobile menu color, we are working on it and will be release it by tomorrow. So, please wait for that
But I don’t get it which font are you talking about. We use same font for mobile and desktop. There is no changes.
The default font is defined as below:body, input, textarea { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }Looks like your desktop computer don’t have Helvetica Neue font install so it’s loading Arial font as alternative.
November 17, 2015 at 8:47 pm in reply to: Upgrading from Simple Catch Free 1.4.9.1 to Simple Catch Pro 3.2.1 #79756Sakin
Keymaster@Damian: Simple Catch Pro is little different then Simple Catch Free theme in terms of structure. But if terms of design it’s same. Simple Catch Free theme is build in HTML4 and CSS2 with static layout where as Simple Catch Pro theme is build in HTML5 and CSS3 with Responsive layout. You can check out theme instructions at http://catchthemes.com/theme-instructions/simple-catch-pro
Let me know your issue with your site URL then I can guide you.
Sakin
Keymaster@apapachr: Catch Responsive Free theme only have option to use Featured Page Slider. So, first you need to create page and add featured image then you need to select that pages from “Appearance => Customize => Featured Slider => Featured Slider Options”. It take image size of Width: 1200px and Height: 514px if your image size is greater then or equal to that. But if your featured image in small then it will load your original features image size.
But if you upgrade to Pro version then you can use “Featured Image Slider” then you can upload image of any size as per your need. For more about additional features in pro version, you can check out theme instructions page at http://catchthemes.com/theme-instructions/catch-responsive-pro/
Sakin
Keymaster@tosgood: I just check in your site and see that there is no Simple Catch theme. Also I see that you have W3 Total Cache plugin install. So, after you make changes, you need to click on “Empty All Cache” from W3 Total cache settings.
November 17, 2015 at 2:54 pm in reply to: Using Featured Image Slider, How to *stop* on last image #79747Sakin
Keymaster@Nonno: Thanks and we will try to add in option in next version update.
November 17, 2015 at 12:08 am in reply to: Using Featured Image Slider, How to *stop* on last image #79728Sakin
Keymaster@Nonno: Sorry this option is not there. For this, you need to edit in code label by building child theme. So, I recommend you to hire customizer for this section.
Sakin
Keymaster@Herbie: To hide that you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.entry-meta .posted-on { display: none; }Sakin
Keymaster@leotrim77: As your above css in not responsive css. If you could post in your site URL and let me know what are you trying to change it then I can provide you responsive css.
November 16, 2015 at 11:54 pm in reply to: Preview looks great, reality includes removed demo content #79725Sakin
Keymaster@perryhouseplans: You can change the color code in the following css as per your need and then add it in “Appearance => Customize => Theme Options => Custom CSS” box:
#main-slider a { color: #21759b; }November 16, 2015 at 11:52 am in reply to: Changing the width of Content and Sidebar (part 2) #79716Sakin
Keymaster@deevd: You can add custom css as below in “Appearance => Customize => Theme Options => Custom CSS” box:
@media screen and (min-width: 1280px) { .container { width: 1220px; } #primary { width: 910px; } } @media screen and (min-width: 1344px) { .container { width: 1300px; } #primary { width: 910px; } } @media screen and (min-width: 1440px) { .container { width: 1400px; } #primary { width: 1010px; } } @media screen and (min-width: 1550px) { .container { width: 1490px; } #primary { width: 1100px; } }Sakin
Keymaster@Joerg: Thanks and if you like my support and Catch Kathmandu theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-kathmandu?rate=5#postform
Sakin
Keymaster@Robert: this is strange. Looks like there is some issue with the plugin that you are using it. Have you customize code in the theme.
I will email you to check in your server. As I don’t find issue in our server.
November 15, 2015 at 9:28 pm in reply to: Using Featured Image Slider, How to *stop* on last image #79692Sakin
Keymaster@Nonno: Sorry I don’t get it what you mean. Do you mean that slider get stop after it reaches the end of slide.
Sakin
Keymaster@jgwcb: I will explain to you about the child theme. You need child theme only if you need advance customization like functions changes and advance css changes. So, when you build child theme, you can download zip file from http://catchthemes.com/blog/create-child-theme-wordpress/
Then in your child theme style.css, you can just add css code that you want to customize not all the 3000+ lines.
Sakin
Keymaster@Joerg: For detail color option in is there in Catch Kathmandu Pro theme options panel. There are much more advance features which you can check at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/
1. To change the link color inside the widget, you need to change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
.widget-area .widget a { color: #757575; }2. To change the color of page title, you need to change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
.entry-header .entry-title a { color: #222; }November 15, 2015 at 8:06 pm in reply to: How-to permanently disable the pink menu bar in the header area #79689Sakin
Keymaster@adrenalinmike: Great. Yes, if you are satisfied with free version then you don’t need to upgrade it. Just upgrade it when you need it. You can check out theme instructions of pro version at http://catchthemes.com/theme-instructions/chicago-pro/
November 15, 2015 at 1:26 pm in reply to: How-to permanently disable the pink menu bar in the header area #79675Sakin
Keymaster@adrenalinmike: Your question is not so clear. Please post in reference with your site URL. If you want to remove primary menu then you can either create Blank Menu from “Appearance => Menus” and assign then empty menu to primary menu location from “Appearance => Menus => Manage Locations” or you can hide it by adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#masthead #site-navigation { display: none; } -
AuthorPosts
