Forum Replies Created

Viewing 20 posts - 7,481 through 7,500 (of 14,506 total)
  • Author
    Posts
  • in reply to: Catch Evolution Pro and Contact Form 7 #31946
    Sakin
    Keymaster

    @Paul: I see that there is problem with the Email field. We will fix this in new version update. For now you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    textarea {
    	color: #666;
    	border: 1px solid #ccc;
    	border-radius: 3px;
    }
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    input[type="search"]:focus,
    textarea:focus {
    	color: #111;
    }
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"] {
    	padding: 3px;
    }
    @media screen and (max-width: 767px) {
    	input[type="text"],
    	input[type="email"],
    	input[type="url"],
    	input[type="password"] {
    		width: 80%;
    	}	
    }
    @media screen and (max-width: 320px) {
    	input[type="text"],
    	input[type="email"],
    	input[type="url"],
    	input[type="password"] {
    		width: 98%;
    	}		
    }

    Note: Remove this after you update to new version coming soon.

    in reply to: Still cannot change some of the homepage colors #31929
    Sakin
    Keymaster

    @Janet: Yous site looks nice.

    1. In the text box that displays on top of the slider image (the text itself is from the Posts where the Slider images are)
    — For this I have added the color to match your menu. So, it will be like below. But if you want to change then you can change the color code in following css as per your need and add it in “Appearance => Theme Options => Custom CSS” box.

    #main-slider .entry-container {
    	background-color: #7c0212; /* Show a solid color for older browsers */
    	background-color: rgba(124, 2, 18, 0.6);
    }
    #main-slider .entry-container:hover {
    	background-color: #7c0212; /* Show a solid color for older browsers */
    	background-color: rgba(124, 2, 18, 1);
    	border-color: #6d1c28;
    }
    #main-slider {
    	border-color: #6d1c28;
    }

    2. At the bottom where the Copyright text is
    — For this you can change from “Appearance => Theme Options => Color Options => Site Color Options” and change it from “Footer Background Color”

    3. The thin lines separating the footer areas
    — You can change the border color as per your need and add it in “Appearance => Theme Options => Custom CSS” box.
    #colophon { border-color: #6d1c28 }
    — Also for border color below Homepage headline.
    #homepage-message { border-color: #6d1c28 }

    4. The size of the header is large because of your long menu overflow.
    4.1 You can either build custom menu from “Appearance => Menus” and then assign menu location to “Secondary” from “Appearance => Menus => Manage Locations” and then disable your header right sidebar from “Appearance => Theme Options => Header Options”
    4.2 Or if you want to keep this menu, then you can change the padding as per your need and add it in the following css and add it in “Appearance => Theme Options => Custom CSS” box.

    .header-sidebar { padding-top: 50px; }
    #hgroup-wrap { padding-bottom: 50px; }
    #site-logo, #hgroup { padding-top: 50px; }
    in reply to: Navigation bar color #31920
    Sakin
    Keymaster

    @puriabhishek22: Thanks for pointing out the issue. We will fix this in new version 1.5.3 soon to be release. Till then you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    .sb-holder {
    	background-color: #222 !important;
    }
    #masthead .sb-holder a:hover {
    	color: #fff !important;
    }
    .sb-options {
    	background-color: #222 !important;
    }
    .sb-options a {
    	border-color: #333 !important;
    }
    .sb-options a:hover,
    .sb-options a:focus,
    .sb-options a.sb-focus {
        background-color: #000 !important;
    }

    You can delete this css after you update to new version 1.5.3

    in reply to: Menu Location #31917
    Sakin
    Keymaster

    @dfwrgjeff: yes sure you can post your questions.

    in reply to: Change menu colors? #31914
    Sakin
    Keymaster

    Hello Pieter,

    For color option, you will have lot of Color Picker for various element of the site in Catch Evolution Pro. So, upgrading will give you additional features which you can check at http://catchthemes.com/theme-instructions/catch-evolution-pro/

    For free version can you get the color code and change in the following css as per you need, then add it in “Appearance => Theme Options => Custom CSS” box.

    /* Menu Background Color */
    #header-menu #access { background: none #204B04; }
    /* Menu Text Color */
    #header-menu ul.menu a { color: #eee; }
    /* Menu Sub-menu and Hover Background and Text Color */
    #header-menu ul.menu li:hover > a,
    #header-menu ul.menu ul :hover > a,
    #header-menu ul.menu a:focus,
    #header-menu ul.menu ul a { background: none #d82952; color: #444;}

    Regards,
    Sakin

    in reply to: Change/Disable Zoom in store #31776
    Sakin
    Keymaster

    @Ryan415: That’s nice.

    in reply to: Menu Location #31775
    Sakin
    Keymaster

    @dfwrgjeff:
    1. No upgrading to pro will not change your formatting. Pro version is just feature addition to the free version. You can see the additional features highlight of Pro version at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/.
    — After you upgrade, you just need to reassign your logo, menu and manager you widgets as there is new sidebars as well.

    2. I am bit confused here. Are you talking about editing the spaces in header. If so then you can adjust the margin and padding in the following css and add it in “Appearance => Theme Options => Custom CSS” box.

    #site-logo, #hgroup { padding-top: 50px; }
    #hgroup-wrap { padding-bottom: 50px; }
    .site { margin-top: 40px; }
    in reply to: Align Logo on mobile devices #31769
    Sakin
    Keymaster

    @Scholz: In which devices are you trying to make your logo center. As when I check in from iphone, your logo in center. See the preview in http://mattkersley.com/responsive/.

    Send, do you mean that you don’t want menu in your mobile devices.

    in reply to: Search Icon not working #31768
    Sakin
    Keymaster

    @mensdomain: I check in and there is no search icon. It’s the search box in the header and when I type and then click in Search Button, it is working fine.

    in reply to: Featured Slider – Disable Directing to Posts #31767
    Sakin
    Keymaster

    @jesslnance: Catch Everest free theme is also same. It only have Featured Post Slider to highlight you post.
    1. Fist you need to create post through “Posts => Add New” and then add “Featured Image” in your post. See this screenshot http://www.pinterest.com/pin/548594798331806476/ showing how to add Featured image.
    2. You can find the Post ID from “All Posts” section.
    3. Then go to “Appearance => Theme Options => Feature Post Slider => Feature Post Slider” options and add in the post ID, which you want to show as slider. See this screenshot http://www.pinterest.com/pin/548594798329984427/ and save changes.

    This will replace your demo slider. For more information check out Theme instructions page at http://catchthemes.com/theme-instructions/catch-everest/ and read “How to add Featured Image in Post/Page?” and “How to Add Featured Post Slider?”.

    in reply to: Can't Upload to Featured Image Slider #31761
    Sakin
    Keymaster

    @absolutespace: Nice it’s working for you.

    in reply to: change font #31696
    Sakin
    Keymaster

    @Sevian: For this you need to upgrade to pro version where you have font family option in Theme Options panel. See theme instructions page http://catchthemes.com/theme-instructions/catch-evolution-pro/ for more details about additional features.

    in reply to: Menu Location #31695
    Sakin
    Keymaster

    @dfwrgjeff: Assign your custom menu as Secondary Menu from “Appearance => Menus => Manage Locations”.

    Then disable the header right sidebar from “Appearance => Theme Options => Header Options” and check “Disable Header Right Sidebar”, save changes.

    in reply to: Diaporama problem #31693
    Sakin
    Keymaster

    @Perriard: 1280px is the width of Catch Kathmandu Pro theme. So, if you keep image less then this size then you will have empty space in left and right of slider.

    in reply to: Change/Disable Zoom in store #31691
    Sakin
    Keymaster

    @Ryan415:
    1. The zoom is not our theme function so please check in your plugin settings which zoom in your image.
    2. For product description color you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    .ec_product_details_description div {
        background-color: #906637;
        color: #fff;
    }
    in reply to: Can't Upload to Featured Image Slider #31689
    Sakin
    Keymaster

    @absolutespace: It should work fine. Check this screenshot http://www.pinterest.com/pin/548594798331986216/ which shows how to add image to theme options panel. Also if you are having difficulty adding in then you can copy and page the image url in that URL field.

    There is no bug. I am able to check in our test site.

    in reply to: Main Page Thumbnail Resize? #31686
    Sakin
    Keymaster

    Yes Greg, It’s bit difficult one. You can check this tutorial for building child theme http://catchthemes.com/blog/create-child-theme-wordpress/

    in reply to: Structured Data Webmaster Tools #31685
    Sakin
    Keymaster

    @shamwow: Yes Catch Box Pro theme has Valid Google Structured Data.

    in reply to: Structured Data Webmaster Tools #31575
    Sakin
    Keymaster

    @shamwow: Sorry this theme cannot be valid for structured date as it uses featured content and all which doesn’t have author and date of publish.

    in reply to: Featured Slider – Disable Directing to Posts #31573
    Sakin
    Keymaster

    @absolutespace: Yes, Catch Kathmandu Free theme only have option to use “Featured Post Slider or Featured Category Slider” which is create to highlight your post and it takes post title, excerpt content and featured image from post and link to post.

    But if you want independent image slider without the link then you need to use Featured Image Slider which is only available in Catch Kathmandu Pro theme. Read the theme instructions page to find out additional featured in http://catchthemes.com/theme-instructions/catch-kathmandu-pro/ and check in “Featured Slider” and “How to add Featured Image in Post/Page?”.

Viewing 20 posts - 7,481 through 7,500 (of 14,506 total)