Forum Replies Created

Viewing 20 posts - 8,101 through 8,120 (of 14,497 total)
  • Author
    Posts
  • in reply to: Disable links to posts from featured images #25111
    Sakin
    Keymaster

    @spfitzgerald: Hum… You are using Catch Kathmandu Free theme which only have option to use Featured Post Slider or Featured Category Slider, which highlight your post in your Slider. So, there is no option to remove the link. To add the image slider without the link, you need Featured Image Slider. This option is only there in Catch Kathmandu Pro theme. See details at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/

    in reply to: Image in footer #25110
    Sakin
    Keymaster

    @Sakin: Sorry I don’t get it can you post in your site URL so that I can check in.

    in reply to: Image in Header widget #25109
    Sakin
    Keymaster

    @Cybersnaby: Well I cannot do anything without looking at it. Maybe you can upload in any of your demo site. I can suggest you the css. Can you try following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header-right { max-width: 541px; }
    @media screen and (max-width: 560px) { #header-right { max-width: 100%; } }
    in reply to: Comment Box Adjustment Needed #25103
    Sakin
    Keymaster

    @talkleft: Sorry every theme is design different way. But I don’t get what you want. Maybe a screenshot of what you want will be better. For advance customization we recommend hiring customizer.

    But if want it similar like here with just quicktags and remove the comment label then you can add the following css”

    .comment-form-comment label { display: none; }
    .quicktags-toolbar { padding-left: 0; }

    Also to your note. The css for those tags are added from http://premium.talkleft.com/wp-content/plugins/tinypass/legacy/css/tinypass.css

    in reply to: change font site title #25102
    Sakin
    Keymaster

    @kat22: You can change the color of site title and tagline from “Appearance => Header”

    For font family and size you can add in css in “Appearance => Theme Theme Options => Custom CSS” box.

    /* For Site Title */
    #site-title {
        font-size: 24px;
        font-family: sans-serif,Arial;
    }
    /* For Site Tagline */
    #site-description {
        font-size: 14px;
        font-family: sans-serif,Arial;
    }

    If you want to do custom font and design for header text then I recommend you create the header text as image with the format you want and then upload it from “Appearance => Header”.

    in reply to: Modifying header image #25101
    Sakin
    Keymaster

    @Jeff: The slider that is showing default is demo slider and I have been telling you that in Free Version, you can replace by adding Post ID in Featured Post Slider. But if you want Image Slider then you need to upgrade to pro version. I have already given you instruction. But something is not working on your side.

    You can take a check out youtube video. You can skip directly to 21 minutes, where he shows how to add post with featured image and then add in the Post Slider. The only different in this video is, it has Featured Slider option under Appearance tab whereas in Catch Evolution Theme, you have at “Appearance => Theme Options => Featured Post Slider => Slider Options”.
    http://www.youtube.com/watch?v=Oiov0L4blIw

    in reply to: Image in Header widget #25022
    Sakin
    Keymaster

    @Cybersnaby: Can you post in your site URL with the image. So, that I can check in your image size and how it can be adjusted.

    in reply to: Install 2.0.1 through wp-admin #25006
    Sakin
    Keymaster

    @sdupre: That is why I gave you instruction that
    * either you have to active Catch Everest Free theme, delete pro version and install like new theme
    * or you can install plugin Easy Theme and Plugin Upgrades. This plugin will help you to overwrite it. After you install and active this plugin. You can go to “Appearance => Themes” and Add new => Uploads. Then browse the zip file and you will see the setting there Upgrade existing theme? select Yes and then click on Install Now.

    in reply to: Slider Info Text (IE) #25000
    Sakin
    Keymaster

    @alissaa: Are you checking in IE8. As when I check in IE11, 10 and 9. It’s fine. Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    #main-slider .entry-header
    #main-slider .entry-title, 
    #main-slider .entry-title span
    #main-slider .entry-content {
      background-color: transparent;
    }
    in reply to: Modifying header image #24997
    Sakin
    Keymaster

    @Jeff: Free version only have post slider and I told you that the slider script will take the “Featured Images” updated in the post. So, you have to create Post and upload the Featured Image. See this in featured image http://en.support.wordpress.com/featured-images/ and see this screenshot http://www.pinterest.com/pin/548594798329948788/.

    So, after you create post with featured image. You can just add that post ID in “Appearance => Theme Options => Featured Post Slider => Slider Options”.

    But if you want Image Slider where you just upload the image then you need to upgrade to Pro version and use Featured Image Slider. See the details at http://catchthemes.com/theme-instructions/catch-evolution-pro/

    in reply to: Install 2.0.1 through wp-admin #24994
    Sakin
    Keymaster

    @sdupre: If you haven’t customize any core theme files like style.css, functions.php, index.php and so on then you don’t have to worry about Update.

    It doesn’t work with directly adding in the zip file as the theme already exist. You can just activate Catch Everest Free theme and then delete your old version of Catch Everest Pro theme and upload it.

    If you still worry then you can use Catch Updater plugin. This does it for you.

    in reply to: Modifying header image #24989
    Sakin
    Keymaster

    @Jeff: Did you check in the Topic “How to Add Featured Post Slider?” in Theme Instructions page at http://catchthemes.com/theme-instructions/catch-evolution/.

    1. First you need to create Post and add in Featured Image in your Post.
    2. Then you can add that post ID in “Appearance => Theme Options => Featured Post Slider => Slider Options”.
    See the screenshot on how to add in Post id http://www.pinterest.com/pin/548594798329984427/

    in reply to: Post Feature Image Link To Post #24985
    Sakin
    Keymaster

    @KingBetts: You can add the following css in “Appearance => Theme Options => Custom CSS” box to remove the black space
    @media screen and (max-width: 960px) { #header-content { display: none; } }

    Sorry, I don’t understand center just the picture. Can you share screenshot with explanation.

    Sakin
    Keymaster

    @webhive: Ok thanks 🙂

    in reply to: Post Feature Image Link To Post #24943
    Sakin
    Keymaster

    @KingBetts: I think you recently changed theme to Catch Evolution Theme. That is why it is not cropping for old post images before Catch Evolution Theme. So, you need to regenerate thumbnail using this plugin http://wordpress.org/extend/plugins/regenerate-thumbnails

    You can look at our Theme Instructions page at http://catchthemes.com/theme-instructions/catch-evolution/ where we have mentioned about “Regenerate Thumbnails”.

    in reply to: Comment Box Adjustment Needed #24942
    Sakin
    Keymaster

    @talkleft: Yes this theme comment box is different then you send it in screenshot. So, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    .quicktags-toolbar { padding-left: 90px; }

    Sakin
    Keymaster

    @webhive: I see that you are using 2 custom css. One from our “Appearance => Theme Options => Custom CSS” box and another from “Appearance => Edit CSS”. Please add one only.
    Also for the grey margin, you can add the following css inside your mobile css.
    #page.hfeed { margin-top: 0; }

    We are able to change the font family from the Theme Options panel. After you select the font you need to click on “Save Changes”. Which font did you choose in?

    in reply to: 728×90 banner ad above posts #24924
    Sakin
    Keymaster

    @lambdog: Oh Sorry this option is not available in our theme. You can add Banner ads only in your sidebar. So, you can add it in header top, header right, sidebar, footer area. But not at the place you have mention. Then only way to do that will be to build child theme and the banner with the help of functions. If you have technical knowledge then let me know it. I will send you the instruction. But for general users, I recommend using Hire a Customizer.

    in reply to: Image in footer #24922
    Sakin
    Keymaster

    @Patty: Thanks a lot for your appreciation. That is fine, you can add image in Footer Area One, Two and Three as per your wish. You can add anything from “Appearance => Widgets”

    in reply to: More tag color with custom CSS #24920
    Sakin
    Keymaster

    @meheehee: You can can the color code in following css and add it in “Appearance => Theme Options => Custom CSS” box.
    #main a.readmore { color: #000C0F; }

Viewing 20 posts - 8,101 through 8,120 (of 14,497 total)