Forum Replies Created

Viewing 20 posts - 8,001 through 8,020 (of 14,497 total)
  • Author
    Posts
  • in reply to: How to change Footer Widget color #26160
    Sakin
    Keymaster

    @Doren: You can change that from “Appearance => Theme Options => Color Options => Site Color Options”, change the color for Footer Background Sidebar Color

    in reply to: Search & Archive Sidebar Widget #26158
    Sakin
    Keymaster

    @Doren: Those are the default widget to show the position of sidebar. You can add your own widget from “Appearance => Widgets” to Main Sidebar which will replace these. And you don’t want the sidebar at all then you can change the layout.

    in reply to: Mustang Theme – Donation Button in Header #26156
    Sakin
    Keymaster

    @klgarner: You can go to “Appearance => Widgets” and then drag and drop “Catchthemes: Adspace Widget” in Header Right Sidebar. Then if you have Donate Button code that you can add that code in “Advertisement Code” box and if you have Donate Button image and link then you can add image in Image URL and link in Link URL.

    in reply to: Homepage slider images #26147
    Sakin
    Keymaster

    @Vesa: I see that you haven’t added “Featured Image” in your slider post. So, just edit your posts and locate the Featured Image module in the bottom right corner under Page Attributes. Click Choose a Featured Image. Then you can upload or choose image from the Media Library and then finally click on Set Featured Image
    Settings Featured Image Screenshot: http://www.pinterest.com/pin/548594798329948788/

    in reply to: How to change font sizes that don't have custom options #26079
    Sakin
    Keymaster

    @Doren: I don’t recommend you changing the Font Size as Catch Kathmandu Pro theme is responsive design theme and font sizes are manages as per the screen-size. If you like to change then can you tell me for which screen size.

    in reply to: Change widget layout for one site only #26078
    Sakin
    Keymaster

    @aslkin13: You can install “Jetpack” plugin and activate “Widget Visibility” module. Read this http://jetpack.me/support/widget-visibility/

    in reply to: Header Right Sidebar Widget Change Color #26076
    Sakin
    Keymaster

    @HarveyLo: Yes it looks nice 🙂

    in reply to: Banner & Menu Width #26075
    Sakin
    Keymaster

    @James: I see that your site header images matched the same width as the menu. You don’t need to disable responsive design. As the CSS above is for responsive design only.

    in reply to: Design #26056
    Sakin
    Keymaster

    @Jim: Multiple H1 is allowed and recommended to use in HTML5. See this http://catchthemes.com/support-forum/topic/featured-content-h1-tages-to-many/

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

    @Doren: Thanks for your appreciation.

    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%;
    }
Viewing 20 posts - 8,001 through 8,020 (of 14,497 total)