Forum Replies Created

Viewing 20 posts - 12,641 through 12,660 (of 14,496 total)
  • Author
    Posts
  • in reply to: Non html5 version #7834
    Sakin
    Keymaster

    @jepatte: Yes, Simple Catch Theme is build in HTML4 and CSS2. But I think Catch Box is also compatible till IE7. So, please check it before using it.

    in reply to: Site background #7833
    Sakin
    Keymaster

    @jen: Not sure what you are asking for. So, it will be good if you upload the screenshot of what you want in your site and post the screenshot url here.

    in reply to: Change width of page #7832
    Sakin
    Keymaster

    @Kip: Since, this is responsive theme you need to be aware of responsive layout so add the following css in “Appearance => Theme Options => Custom CSS” box.
    `

    @media
    screen and (min-width: 960px) {
    #content {
    margin: 0 31.1% 0 3%;
    width: 65.9%;
    }
    #secondary {
    width: 25%;
    }
    }
    `

    in reply to: How to prevent menu wrapping #7831
    Sakin
    Keymaster

    @fritzhesse: maybe you can try adding css for IE. For example we have used ie.css for ie8 and below. You will find ie.css on “CSS” directory.

    in reply to: Pages displaying vertically in IE9 #7829
    Sakin
    Keymaster

    @robkai: Can you let me know what’s not working in IE9, as we checked our theme Catch Everest and it is working fine on IE9. Maybe you can share screenshot.

    in reply to: Header Right Side Images #7828
    Sakin
    Keymaster

    @Samson81: Sorry, there is space in above css. Replace the above css with the following.
    `#header-right.widget-area .widget a { color: #000; }`

    in reply to: Favicon not appearing #7827
    Sakin
    Keymaster

    @iceman027: Your favicon is showing in FF and Safari but it is not showing it in Chrome. Also I see that you have added “Advertisement” before header. I think you have added it through Header Script. I think that might be conflicting with.

    in reply to: Vertical tag cloud #7826
    Sakin
    Keymaster

    @hunterhicks: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    `.tagcloud a { display: block; }`

    in reply to: Feature Slider Link and color issues #7802
    Sakin
    Keymaster

    @Bethann: You are using old version of Catch Everest Pro where there was bug in Featured Image Slider. Please udpdate to latest version 1.1.1 and change any value in Theme Options to clear the cache and your featured slider will work fine.

    To remove the white space between logo image and menu, just add the following css in “Appearance => Theme Options => Custom CSS”
    `
    #site-logo { padding-top: 20px; }
    #hgroup-wrap { padding-bottom: 20px; }
    `

    in reply to: Responsive Custom Menu #7801
    Sakin
    Keymaster

    @jocatman: try using custom menu and it will solve the issue on menu. Go To “Appearance => Menus” and add from there. See more about custom menu at http://en.support.wordpress.com/menus/.

    We will add support for default menu in next version update.

    in reply to: Homepage image size #7800
    Sakin
    Keymaster

    @j9hagop: Sorry this option is not there. Maybe you need to use developer to customize it for you.

    in reply to: Slider Titles and Footer Space #7799
    Sakin
    Keymaster

    @cheri.schneider: Here goes answer to your queries.

    I am using the regular Catch Everest and was wondering if it was possible to reduce the top and bottom margins on the footer areas.
    — Just change it as per your need and add it in “Appearance => Theme Options => Custom CSS” box.
    `
    #supplementary { padding-top: 50px; }
    #supplementary .widget { margin-bottom: 50px; }
    `

    Is there a way to extend the length of space we have for the title? One of the titles on the slider is too long so it is being broken up into 2 lines and I would like it to be one line.
    — Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    `#main-slider .entry-container { max-width: 60%; }`

    in reply to: Favicon not appearing #7798
    Sakin
    Keymaster

    @iceman027: Please disable your plugin “Favicon Generator” and it will work fine. Now you have two favicons; 1. from plugin and 2. from theme options.

    in reply to: Vertical tag cloud #7797
    Sakin
    Keymaster

    @hunterhicks: Here do you want to add the tags. If it is in sidebar then you can just use the widget “Tag Cloud”. Go to “Appearance => Widgets” and drag and drop the Tag Cloud widget in sidebar.

    in reply to: Navigation Menu and Slider Text #7796
    Sakin
    Keymaster

    @cre8ve1: Sorry navigation cannot be moved up. You can add the slider from “Appearance => Theme Options => Featured Post Slider”

    See the theme instruction at http://catchthemes.com/theme-instructions/catch-everest/

    in reply to: Header Right Side Images #7795
    Sakin
    Keymaster

    @Samson81:Just add the following css in”Appearance => Theme Options => Custom CSS” box.
    `#header-right .widget-area .widget a { color: #000; }`

    in reply to: Menu Background #7789
    Sakin
    Keymaster

    @Samson81: Yes that’s possible. Just add background image in the menu. Use the CSS like below and add it in “Appearance => Theme Options => Custom CSS” box.
    `
    #header-menu {
    background-image: url(“http://dev.webermfg.ca/wp-content/uploads/2013/04/carbon_fiber2.jpg”);
    }`

    in reply to: Footer and White Space #7787
    Sakin
    Keymaster

    @rawb_in: To decrease the white space between the Footer Widgets and Featured Post Slider. Decrease the padding top in the following css and add it in “Appearance => Theme Options => Custom CSS” box.
    `.blog #main { padding-top: 40px; }`

    Actually the footer widget is to be show in all pages. But the following css will help you to hide it in other pages and will only show in your homepage.
    `
    #footer-sidebar { display: none; }
    .blog #footer-sidebar { display: block; }
    `

    in reply to: Post page not loading #7764
    Sakin
    Keymaster

    @trentbuzz: For Catch Everest Pro additional features, you can check out this page http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Footer editor not working #7763
    Sakin
    Keymaster

    @karinschultz: Great. But we are not sure about the plugin. You have to search for plugin in http://wordpress.org/extend/plugins/ and use it. If you find problem in plugin then you should first ask the plugin developer for support and if they ask us to change anything then we are ready to make it compatible.

Viewing 20 posts - 12,641 through 12,660 (of 14,496 total)