Forum Replies Created

Viewing 20 posts - 8,021 through 8,040 (of 14,507 total)
  • Author
    Posts
  • in reply to: Header Right Sidebar Widget Change Color #26051
    Sakin
    Keymaster

    @HarveyLo: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #branding { background-color: #26a4df; }

    Note: I recommend adding just a logo from “Appearance => Header Options => Logo url” then adding a large width logo image with blue background. This only take load to your site. So, just crop only logo and add it 🙂

    in reply to: Theme update #26048
    Sakin
    Keymaster

    @Stefano: Yes, all the customization made from Options Panel are 100% safe.

    If you are having difficulty in updating from FTP then you can use the plugin Catch Updater and update directly from “Appearance => Themes => Add New”

    in reply to: Fatal error: Maximum execution time #26047
    Sakin
    Keymaster

    @widge01: This look more like server issue. You might want to contact your hosting server support. You can see this http://stackoverflow.com/questions/5164930/fatal-error-maximum-execution-time-of-30-seconds-exceeded

    in reply to: Homepage Headline Button & Featured Post text #26045
    Sakin
    Keymaster

    @mht23: For your question 1. Link Target option is only there in Catch Kathmandu Pro theme at the movement. Sorry there it no option at this stage in Catch Kathmandu Free theme. If you want to make this in free theme then you need to build child theme and create functions.php file in your child theme and edit the function catchkathmandu_homepage_headline().

    in reply to: Remove Page Title (HOME) and more #26044
    Sakin
    Keymaster

    @pele: Sorry I don’t understand what you mean by the space between ‘Black Android Theme’ and ‘site news | about’. I don’t see that.

    The double tap to zoom in mobile mode feature has already been added in Version 2.0. Just go to “Appearance => Theme Options => Responsive Design” and then check “Enable Zoom in Mobile Devices” and save changes.

    in reply to: Slider Info Text (IE) #26007
    Sakin
    Keymaster

    @kimberlyd: Post in your site URL and let me know the version of IE that you are using.

    in reply to: Homepage Headline, Copyright & Slider Box Colors #26006
    Sakin
    Keymaster

    @Doren: Yes I found it. Here it goes.
    #main-slider .entry-container:hover { border-color: #1b5f7d; }

    in reply to: Mail Chimp Code in Footer #26005
    Sakin
    Keymaster

    @Melanie: Long code like that is not recommended to add in Footer Editor. It’s recommended to add it in “Footer Areas”. Go to “Appearance => Widgets” and drag and drop “1. Catch Evolution Adspace Widget” widget in your “Footer Area One” and add this code in “Ad Code:” box.

    in reply to: Social Icons #26004
    Sakin
    Keymaster

    @jhuddleston: You can create custom menu from “Appearance => Menus” and then add menu in Header Right Sidebar. So, you have both menu and social icons.
    For instruction on Creating custom menu read the following links
    http://catchthemes.com/blog/custom-menus-wordpress-themes/

    in reply to: Header logo margin of 0 #25998
    Sakin
    Keymaster

    @r.weber: Looks like you have edited the theme style.css and add the following css, which has height 150px, you need to make that to height: auto;

    #branding img {
        height: 150px;
        max-width: 100%;
    }

    All the custom css should be added either in “Appearance => Theme Options => Custom CSS” box or in child theme style.css. Not the core theme style.css

    When I check in your site, your header image is full width so you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #branding img {
        height: auto;
        width: 100%;
    }
    in reply to: Remove Page Title (HOME) and more #25992
    Sakin
    Keymaster

    @pele: yes you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    /* Hide Menu in Screen Size below 960px */
    @media screen and (max-width: 960px) {	
    #header-menu { display: none; }
    #masthead { border-bottom: 2px solid #000; }
    }
    in reply to: Header Right Sidebar Widget Change Color #25991
    Sakin
    Keymaster

    @HarveyLo: Can you check your site link. It’s not opening. Did you use “1. Catch Evolution Adspace Widget” in your header right sidebar.

    Ok thanks we need to thing about the way to add that featured in theme. Maybe we need to come up with plugin for that. As this will make theme little complicated.

    in reply to: Adding External Link on Primary Menu #25987
    Sakin
    Keymaster

    @Drewmikita: You can create custom menu from “Appearance => Menus”, you should see “Links” there. If you don’t see Links then check your “Screen Options” in Header Right Corner. See this screenshot for more details http://www.pinterest.com/pin/548594798331771327/

    Sorry our theme only have Image Slider as the Main Slider. But for Slider in your content, you need to check plugin http://wordpress.org/plugins/. When you choose the plugin check the ratings and WordPress version compatibility.

    in reply to: Making the Page Template full width to fit Table #25985
    Sakin
    Keymaster

    @bschell: No-Sidebar, Full Width option is only available in Pro version. About that validation error you receive is not an error exactly. But these elements has not been added by validation. That’s it. You will see these is all modern themes.

    in reply to: Image shadow. How to remove? #25984
    Sakin
    Keymaster

    @flymount: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #content .entry-content img { box-shadow: none; }

    in reply to: Theme update #25959
    Sakin
    Keymaster

    @Stefano: Did you check in the theme instruction of Catch Evolution Pro theme at http://catchthemes.com/theme-instructions/catch-evolution-pro/

    You can change the Header Image from “Appearance => Header”. Further you have more options from “Appearance => Theme Options => Header Featured Image Options”

    in reply to: Theme update #25890
    Sakin
    Keymaster

    @Stefano: Your settings from Theme Options panel will remain unchanged.

    in reply to: Remove Page Title (HOME) and more #25888
    Sakin
    Keymaster

    @pele: So, you want to disable the whole menu in mobile devices? I see home menu is desktop as well. Sorry I am not so clear your about question.

    in reply to: Remove Page Title (HOME) and more #25878
    Sakin
    Keymaster

    @pele: Sure thanks for your appreciation.

    in reply to: Change font color in foorter #25875
    Sakin
    Keymaster

    @sabine: You can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.

    /* Footer text */
    #site-generator { color: #666; }
    /* Footer Link text */
    #site-generator a { color: #555; }
Viewing 20 posts - 8,021 through 8,040 (of 14,507 total)