Forum Replies Created

Viewing 20 posts - 11,981 through 12,000 (of 14,494 total)
  • Author
    Posts
  • in reply to: Main image and text on home page #10067
    Sakin
    Keymaster

    @Zoey Cotton: Did you check in the Theme Instruction at http://catchthemes.com/theme-instructions/catch-everest/

    I am not so clear about your questions.

    The Mount Everest Image and the text with it is the Slider. You can change that by assigning Post ID in Featured Post Slider. For that

    1. First create the Post and don’t forget to add in the Featured Image in the post as this image is used in the slider. To add featured image see this http://en.support.wordpress.com/featured-images/#setting-a-featured-image

    2. Then get the ID of the post. When you edit your post or write a post, you will see the id in your browser address bar. You will also be able to find the post ID when viewing your all posts. But if you cannot find it then you can use this plugin to view it http://wordpress.org/extend/plugins/catch-ids/

    3. Then go to “Appearance => Theme Options => Featured Post Slider”. Add in the post id.

    in reply to: Featured Slider Questions #10066
    Sakin
    Keymaster

    @striderbl: I see that you have customize the footer. Please restore the footer.php file and it will be fine.

    Also I see that you are using Free Simple Catch Theme and Remove Theme: Simple Catch. This is necessary for all free theme users. As this is also appreciation that you get for providing the free themes and free support. If you want to edit your footer text. then use simple catch pro theme where you have footer edit options.

    in reply to: PNG not transparent #10064
    Sakin
    Keymaster

    @impresnet: In the screenshot you send me. That the transparent image and it is taking the background white of your content.

    If you are talking about the box shadow in the image then you can remove that by adding the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .entry-content img {
        box-shadow: none;
    }
    in reply to: Header Issues #10063
    Sakin
    Keymaster

    @aceenrichment: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #main-feat-img {
        box-shadow: none;
        opacity: 1;
    }
    in reply to: How to remove some things #10061
    Sakin
    Keymaster

    @impresnet: I cannot find the issue in our site. So, don’t know how to fix it.

    in reply to: Featured Slider Questions #10060
    Sakin
    Keymaster

    @striderbl: I cannot find anything from screenshot. Can you send me your sire URL?

    in reply to: CATCH EVEREST #10037
    Sakin
    Keymaster

    @peterbook: Yes only in pro version you have option to choose “featured image slider”. When you use featured image slider, you can upload any image and link to any link, all optional.

    in reply to: Working with Galleries & Slider #10033
    Sakin
    Keymaster

    @amyfanton: About your question #2, regarding the height of the slider. You are using Featured Post Slider which automatically crop the large image into the size of Width: 1140px and Height: 450px . So, I mean if you change the the slider from Post Slider to image slider. Then you can upload the image of your own choice. See the theme instruction for more details http://catchthemes.com/theme-instructions/catch-everest-pro/

    About your question #1, you can change the gallery from plugin. try searching plugins in http://wordpress.org/extend/plugins/

    in reply to: CATCH EVEREST #10032
    Sakin
    Keymaster

    @peterbook: To change the link in the image in the slider. You need to use the Featured Image Slider which is there in Catch Everest Pro theme.

    in reply to: Header Issues #10031
    Sakin
    Keymaster

    @aceenrichment: Your site is in maintenance mode so I will not be able to fix it.

    in reply to: White padding around logo in header #10030
    Sakin
    Keymaster

    @voytas: Which theme are you using it. When i check in your site. You are using different theme. So, let me know it.

    in reply to: wide images on main 'chapter' pages #10028
    Sakin
    Keymaster

    @oly: May be next week. We need to test the feature before releasing the update.

    in reply to: Slider Image #10027
    Sakin
    Keymaster

    @Lucosunshine: Will check with you through email.

    in reply to: wide images on main 'chapter' pages #10025
    Sakin
    Keymaster

    @oly: You can have only one slider in all the pages. But for the featured image in the place of slider will be released in next version update.

    in reply to: Settings for Home and Blog pages #10024
    Sakin
    Keymaster

    @jimchicago: I check in your site and it is working fine.

    in reply to: Homepage/Frontpage #10023
    Sakin
    Keymaster

    @xpyouth: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #featured-post { border-bottom: 1px solid #000; }

    in reply to: images #10022
    Sakin
    Keymaster

    @Lucosunshine: It’s strange. I need to check in your server. I will email you now.

    in reply to: Additional Social Media Link #10021
    Sakin
    Keymaster

    @shaneskinner: If you are using Catch Everest theme and then add your another Facebook link myspace url. Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box to change the myspace icon to Facebook icon.

    ul.social-profile li.myspace a {
        background-position: 0 0;
    }
    ul.social-profile li.myspace a:hover {
        background-position: 0 -43px;
    }

    @JPW2105l: There is instagram icon in Catch Everest Theme by default.

    in reply to: Hyperlinks Contain Spaces After #10020
    Sakin
    Keymaster

    @MairiaM: I just check in your site and found that you have added the link and then image after link. Check your “Available at Amazon”. It is written as below:
    <strong>(Available at <a target="_blank" href="http://www.amazon.com/exec/obidos/ASIN/0758280688/readforplea0b-20">Amazon</a><img width="1" height="1" border="0" src="http://www.assoc-amazon.com/e/ir?t=readforplea0b-20&l=as2&o=1&a=0758280688" alt="" style="border: none !important; margin: 0px !important;">)</strong>

    in reply to: Source Code #10019
    Sakin
    Keymaster

    @shaneskinner: thanks for the update. To be noted: don’t edit any core theme files and styles. To edit style, you can add it in “Appearance => Theme Options => Custom CSS” box and to edit the functions you need to build child theme and edit it in child theme functions. If you do this way, you won’t lose any data when you perform update.

Viewing 20 posts - 11,981 through 12,000 (of 14,494 total)