Forum Replies Created

Viewing 20 posts - 10,441 through 10,460 (of 14,509 total)
  • Author
    Posts
  • in reply to: Posts page #14965
    Sakin
    Keymaster

    @Dignan17: You can add category in Custom Menu. So, just add the category news in your menu.

    in reply to: Crop Slider Image #14964
    Sakin
    Keymaster

    @rgcoles: Can you send me your design so that I can check in if that is possible or not. You can create post from “Posts => Add New”.

    in reply to: Customizing Catch Everest Pro #14955
    Sakin
    Keymaster

    @brooklynfunbus: oh sorry yes it was added for additional icons. That is why it is not showing. We will fix that in new version. But for now you can disable your default facebook and twitter icon by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    ul.social-profile li.facebook, ul.social-profile li.twitter { display: none; }

    in reply to: Maximum width setting? #14954
    Sakin
    Keymaster

    @Dignan17: Oh sorry, I forgot about the width. Please replace the old css that I gave you with the following.

    @media screen and (min-width: 1190px) {
    .site { width: 990px; }
    #main { padding: 30px 30px 0 30px; }
    #primary { width: 570px; }
    }
    in reply to: Remove footer area space #14939
    Sakin
    Keymaster

    @Lorena Poling: Lot of confusing questions.
    1. About your menu. You can actually build your own custom through “Appearance => Menus”. See this http://catchthemes.com/blog/custom-menus-wordpress-themes/
    2. To make the heading of Homepage Featured Content center. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #featured-post .entry-header {
        text-align: center;
    }

    But your image is smaller in width. This is why after center it will look odd. With that image width you need to add 4 featured content or just increase the size of the image width to about 390px
    3. About the headline, I don’t get it what you mean. Can you explain please.

    in reply to: Posts page #14937
    Sakin
    Keymaster

    @Dignan17: Sorry there no option to add old post first. It will show the latest post first. Maybe you can look for plugin to support these functions.

    Also, I am bit confused with your question as you have talked about Menus as well. For menus, you can simply create custom menu from “Appearance => Menu”. http://catchthemes.com/blog/custom-menus-wordpress-themes/

    in reply to: Don't quite understand "featured content" #14936
    Sakin
    Keymaster

    @Dignan17: Thanks we will consider that. Cheers 🙂

    in reply to: Crop Slider Image #14935
    Sakin
    Keymaster

    @Terry M: Look like WordPress upload error. Can you tell me which theme are you using it. To check if that is WordPress Setup or Theme Issue. You can change to default them and check in.

    To upload Featured Image Slider in “Simple Catch Pro”, follow the instruction as below.
    1. Click on Appearance => Theme Options => Featured Slider from your WordPress Dashboard
    2. Click on Slider Options, then click on Image Slider
    3. Click on Featured Image Slider Options
    4. Then upload the images, once the upload is complete, click on Insert Into Post
    5. Then add in the tile, content, link and target as needed
    6. Click on Save Changes button

    in reply to: Don't quite understand "featured content" #14918
    Sakin
    Keymaster

    @Dignan17: Thanks for your feedback and we will consider that.

    in reply to: Maximum width setting? #14916
    Sakin
    Keymaster

    @Dignan17: Oh but this theme is design to fill in both large and small screens. I suggest you not to make 900px as it will be too small. So, I am giving you the css to make ti 990px. You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 1190px) {
    .site {
        width: 990px;
    }
    }
    in reply to: Don't quite understand "featured content" #14915
    Sakin
    Keymaster

    @Dignan17: Homepage featured content if to show any highlight you want. That is why we don’t want to restrict to post only. People can use their own image, title, content and links. It give more flexibility then post.

    Sorry there is no option to populate those three featured content with your post. But you can just copy the post title and content there.

    About the list of post showing full content. You can make it show excerpt through “Appearance => Theme Options => Layout Option” and in “Content Layout” just click on Excerpt/Blog Display and save it.

    in reply to: Change menu colors? #14913
    Sakin
    Keymaster

    @dignan17: Thanks for your purchase and yes, I have replied you in other thread. If you have purchased Catch Everest Pro theme then just use that. For theme instructions check out http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Maximum width setting? #14912
    Sakin
    Keymaster

    @Dignan17: Catch Everest theme width is 1140px for large screen and it is responsive design and adjust it as per the screen size.

    Look like you have already adjust your header margin. Let me know if you need anything else.

    in reply to: Change menu colors? #14906
    Sakin
    Keymaster

    @Dignan17: You can change that form “Appearance => Theme Options => Color Options”. But this options is only there in Pro version and not in free one.

    For free version, you can share with me your site and I can help you with css.

    in reply to: Maximum width setting? #14905
    Sakin
    Keymaster

    @Dignan17: Sorry but your site is offline

    in reply to: Crop Slider Image #14901
    Sakin
    Keymaster

    @Terry M: Simple Catch Pro theme “Post Slider” uses the image size 976px width and 313px height. So, you need to upload the image with that size so that it doesn’t crop. You can also check this video http://www.youtube.com/watch?v=Oiov0L4blIw, you can just skip to 22 minutes.

    Next option is to use “Featured Image slider” where you can upload any image you want. It will not crop it.

    in reply to: Customizing Catch Everest Pro #14900
    Sakin
    Keymaster

    @brooklynfunbus: Ok let me take a look at your site and let you know.

    1. Custom Social icons: I am able to get the custom twitter and facebook icons to load, and the links work fine, but they only appear if I also have the predefined FB and twitter icons also loaded, which results in two of each appearing on the site.
    — This is because you have link both in custom social icons as well as Predefined social icons. So, just remove the facebook and twitter link in your Predefined Social Icons.

    2. Is it possible to have a line of copy above the menu items, but below the header image? This is for a restaurant, and I would like to have the address, phone number, and hours of operation listed there. I have the hours as a homepage sub-head, but they appear underneath the featured image, and I would like them above. Right now, I have the restaurant description as part of the logo in the photoshop file, but that is not optimal.
    — You can add Text Widget in Header Right Sidebar and then add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header-right {
        clear: both;
        float: none;
        max-width: 100%;
        text-align: center;
        width: 100%;
    }
    .header-sidebar .menu, .header-sidebar .widget_text {
        clear: both;
        float: none;
    }

    3. When the browser window is shrunk, or it is viewed on a smartphone, the menu titles turn to white during the responsive design, and they can’t be read on the ivory background. I did not see any settings to change this.
    — Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .sb-selector:link, .sb-selector:visited, .sb-selector:hover {
        color: #0A4C62;
    }
    .sb-options a:link, .sb-options a:visited {
        color: #0A4C62;
    }

    4. There is a white bar below the featured image that I can’t seem to get rid of. How can I do that?
    — Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #homepage-message {
        margin-top: 0;
    }
    in reply to: Maximum width setting? #14896
    Sakin
    Keymaster

    @Dignan17: Let me know the width and the your screenshot design. Then I can give you suggestion about it.

    in reply to: Adding extra header image #14895
    Sakin
    Keymaster

    @wyliecoyote: Sorry there is no option to customize or add image in the header right. This option is there in Catch Everest Pro, as you will see extra Header Right Sidebar. Then you can add image an other widgets as per you need. See more information about Catch Everest Pro at http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Maximum width setting? #14893
    Sakin
    Keymaster

    @Dignan17: Can you send me your site URl and let me know what the max width you want to set it. For larger screen maybe you can try our new theme Catch Evolutions Pro http://catchthemes.com/themes/catch-evolution-pro/

Viewing 20 posts - 10,441 through 10,460 (of 14,509 total)