Forum Replies Created

Viewing 20 posts - 12,621 through 12,640 (of 14,491 total)
  • Author
    Posts
  • in reply to: Pro upgrade? #7879
    Sakin
    Keymaster

    @GAHC: You you can use any paid and free pugins

    in reply to: Increase Header–Tagline Font Size #7875
    Sakin
    Keymaster

    @ktglasscock: There is so many mistake code in our custom CSS box. Please correct.

    First remove this
    <abbr title=""> <acronym title=""> <b>

    Second missing } in
    .wpcf7-form p {
    font-size : 14px;
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 290px;
    padding: 0 0 10px;
    color: #fff;

    This should be

    .wpcf7-form p {
    font-size : 14px;
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 290px;
    padding: 0 0 10px;
    color: #fff;
    }

    in reply to: Responsive Custom Menu #7871
    Sakin
    Keymaster

    @jocatman: It depends on the requirement of the theme and the impact of the issues.

    in reply to: Just another wordpress site #7867
    Sakin
    Keymaster

    @Potzas: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #site-title { text-shadow: none; }

    in reply to: Pro upgrade? #7865
    Sakin
    Keymaster

    @GAHC: See the additional featured in Catch Everest Pro at http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Pro upgrade? #7864
    Sakin
    Keymaster

    @pt mannik: I’m thinking about upgrading to your pro version today, but need to know if there would be issues that would take my current version off line or break anything during the move?
    —- Catch Everest Pro uses the same code base but has additional features. The upgrade will be 90% smooth. But you might need to reconfigure header, background, custom menu and check widgets.

    in reply to: Increase Header–Tagline Font Size #7863
    Sakin
    Keymaster

    @ktglasscock: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #site-description { font-size: 18px; }

    in reply to: Create horizontal text on Home page #7861
    Sakin
    Keymaster

    @GAHC: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .home #featured-post .post { width: 100%; }

    in reply to: Just another wordpress site #7860
    Sakin
    Keymaster

    @Potzas: I think you are talking about site Tagline which come from “Settings => General” from your WordPress and change the tagline.

    in reply to: How to adjust keyline around page images #7859
    Sakin
    Keymaster

    Hello Karin,

    I don’t see any problem in this page http://www.iwritegreatcopy.com/who-am-i . Sorry, I don’t understand the problem.

    Regards,
    Sakin

    in reply to: Header Background Color #7858
    Sakin
    Keymaster

    @markTSL: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #hgroup-wrap { background-color: #ff8833; }

    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.

Viewing 20 posts - 12,621 through 12,640 (of 14,491 total)