Forum Replies Created

Viewing 20 posts - 12,241 through 12,260 (of 14,507 total)
  • Author
    Posts
  • in reply to: Need help with a few things! #9204
    Sakin
    Keymaster

    @JakeBuly: WoW one more time. 😀
    Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header .social-search form.searchform {
        padding-top: 0;
    }
    in reply to: Use the Catch Everest Free theme for a fishing site #9202
    Sakin
    Keymaster

    @tiger: Yes you can change file as per you need. But while you make change, best approach is to build child theme and do the customization. By doing this you will preserve the changes for updates.

    Sakin
    Keymaster

    @jihn_1: I just check in your site and found the following CSS in “Custom CSS” box..

    #site-logo {
        padding-top: 15px;
    }
    #hgroup-wrap {
        padding-bottom: 10px;
        padding-left: 50px;
    }

    Replace the above css with the following:

    #site-logo {
        padding-top: 0;
    }
    #hgroup-wrap {
        padding-bottom: 0;
        padding-left: 50px;
    }
    in reply to: Script problem #9199
    Sakin
    Keymaster

    @Chris: There is issue with your iframe code. So, the only option I can show at this time is to fixed the height of that page by adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .page-id-636 #main { height: 1800px; }

    in reply to: How to decrease size of Slider? #9198
    Sakin
    Keymaster

    @electricidee: Can you send me your site URL?

    in reply to: Photos for Slider not Uploading #9197
    Sakin
    Keymaster

    @kirsten0203: That’s really strange why it is not working for you. Can you try copying the image URl and then paste the URL to the image box and check it. I will email you to help you further.

    in reply to: How do you increase Site Title Size in Catch Box #9196
    Sakin
    Keymaster

    @electricidee: Send me our site URL. So, that I can check and send you the suggestion.

    in reply to: trouble lining up page #9193
    Sakin
    Keymaster

    @Rideit NZ: After every row of about us ends you can add the following code. To add the following code, you need to change the editor mode to text.
    <br class="clear" />

    I am not so sure about your Homepage question. You can add column in your page it’s self were you have added introduction paragraph. Also there is Homepage featured content options.

    in reply to: Mobile friendly theme #9179
    Sakin
    Keymaster

    @danielgreat: Sorry but it’s working fine on my phone and I can not being able to open the link.

    in reply to: Need help with a few things! #9175
    Sakin
    Keymaster

    @ninabrooke: Simple Catch Theme don’t have e-commerce module. Maybe you can try in Catch Box Pro or Catch Everest Pro theme and install WooCommerce Plugin.

    in reply to: Add 2nd sidebar to Catch Box Pro #9172
    Sakin
    Keymaster

    @amcnaughton: Sorry Allan, we don’t have option for that. Maybe you can hire a developer to build child theme and add extra sidebar.

    For us, you can send us the proposed layout design and then I will forward to my theme development team. If they like it will add in the updates.

    in reply to: Mobile friendly theme #9171
    Sakin
    Keymaster

    @danielgreat: Your site is mobile friendly. Simple Catch Pro theme in Responsive Design. You can test your site at http://mattkersley.com/responsive/

    in reply to: Use the Catch Everest Free theme for a fishing site #9170
    Sakin
    Keymaster

    @tiger: Yes you can use Catch Everest Free theme for your Fishing Association.

    While using any Free Theme, you are not allowed to edit or delete the Footer Credit text and link. If you want to edit or delete it then you need to upgrade to Catch Everest Pro theme where you have Footer Editor options and other lots of additional features. See this for additional features http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Need help with a few things! #9169
    Sakin
    Keymaster

    @JakeBuly: I will try to answer it all.

    • I need to remove the small border around all the images on my site if possible.
    — You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #main #content .post-img a, #main #content img { border: none; }

    • I need to remove the name from the top of each page, ex: Home/About/Etc.
    — You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .page .entry-title { display: none; }

    • I need to remove the extra space from the end of the menu bar.
    — The extra space depends on the menu item you have added, don’t worry about it. It’s not an issue. You can try in adding the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header #mainmenu ul li a { padding: 0 15px 0 16px; }
    #header #mainmenu ul li:last-child { border-right: none; }
    

    • I also need to move the homepage social icons above the logo if possible!
    — You can try in adding the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header .layout-978 {
        position: relative;
    }
    #header ul.social-profile {
        float: right;
        position: absolute;
        right: 20px;
        top: 10px;
    }

    • And remove where it shows all the category info on each post.
    — You can try in adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .single .tags { display: none; }

    in reply to: Can not see post on the website #9168
    Sakin
    Keymaster

    @princez2425: You should have posted Site URL. so, it would have been easier for me to check in. Can you check your setting at “Appearance => Theme Options => Homepage / Frontpage Category Setting”. Either you need to select disable or you need to filter the category from which the post need to show.

    I will also email you.

    in reply to: Sidebar #9167
    Sakin
    Keymaster

    @danielgreat: Oh this theme is don’t have support for 3 column layout. So, you can keep either left sidebar or right sidebar. You can cannot keep both sidebar. If you want both the sidebars, then you need to build child theme and edit the layout which is total customization.

    in reply to: W3C CSS Validator #9166
    Sakin
    Keymaster

    @arichardc: I check your site and the errors seems to be IE and other browser compatibility fixes. So, you don’t have to worry about it. It happen to all the themes.

    But I found one error that is related to Google Font which can be fixed. Can you go to “Appearance = Theme Options => Font Family Options” and check “Reset Font” and save it.

    in reply to: Post page not formatted & slider not showing #9165
    Sakin
    Keymaster

    @trentbuzz: Do you check out the theme instruction http://catchthemes.com/theme-instructions/catch-everest/.

    Did you check your Layout Options. For sidebar, you need to select “Right Sidebar” or “Left Sidebar”. Overall site setting, you need to select from “Appearance => Theme Options => Layout Options”. You can also change the individual page and post settings from your page and post editor “Select Sidebar Layout Options”.

    in reply to: How to remove some things #9164
    Sakin
    Keymaster

    @impresnet: Sorry I cannot help at this case.

    in reply to: Catch Everest – Slider Options for changing Image #9163
    Sakin
    Keymaster

    @jaime_criado: I don’t understand your question. Can you explain bit more and also add in your site URL so that I can check in.

Viewing 20 posts - 12,241 through 12,260 (of 14,507 total)