Forum Replies Created

Viewing 20 posts - 12,641 through 12,660 (of 14,500 total)
  • Author
    Posts
  • in reply to: Responsive Custom Menu #7856
    Sakin
    Keymaster

    @jocatman: thanks for pointing our the bug for that we will add ad Menu for all then item not in Menu as default. Wait for next version update.

    in reply to: Site background #7855
    Sakin
    Keymaster

    Hello Jen,

    That is the extra space which depends on the screen size from which you are checking your site. So, this is not recommended to change, as this theme is responsive and also your site size is already 1140px width.

    Regards,
    Sakin

    in reply to: menu navigation issues with mobile browsers #7854
    Sakin
    Keymaster

    @bobbafett: Sorry it’s not there. You need to build custom.

    in reply to: Tracking #7835
    Sakin
    Keymaster

    @nate1design.com: You are not supposed to add in in post and page. You should add either in header or footer codes. Go to “Appearance => Theme Options => Webmaster Tools => Header and Footer Code”.

    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; }`

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