Forum Replies Created

Viewing 20 posts - 12,261 through 12,280 (of 14,496 total)
  • Author
    Posts
  • in reply to: Catch Everest – Slider Options for changing Image #9081
    Sakin
    Keymaster

    @ages802: If you search in this forum. You will find the answer. The figure Mount Everest and Nepal images are Featured Slider. In the Free Catch Everest Theme, you have option to add in Featured Post Slider. But in Pro version it have more options like Featured Image Slider, Post Slider, Page Slider, category slider. You can check the additional featured in catch Everest Pro theme at http://catchthemes.com/theme-instructions/catch-everest-pro/

    See this forum post to see how to add Featured Post Slider in Catch Everest Theme http://catchthemes.com/support-forum/topic/how-to-remove-the-theme-post-3-and-slider-photos/

    in reply to: 2 things on Everest Pro I'd like to do #9080
    Sakin
    Keymaster

    @oly: You need to update the theme to latest version 1.2.1 and then clear your cache and refresh your browser. Your both issues will be fixed.

    Sakin
    Keymaster

    @liftedlens: There is not direct option to make that. We have that option in Simple Catch Pro Theme http://catchthemes.com/themes/simple-catch-pro/.

    You can make that in Catch Everest them by adding css in “Appearance => Theme Options => Custom CSS” box

    Can you share with me your site URL so that I can give you little hints.

    in reply to: How to make changes to layout #9063
    Sakin
    Keymaster

    @samnaseri:

    Which codes are rendering the featured contents?
    — This is controlled through function catcheverest_homepage_featured_content() which you will find inside th file “catcheverest-functions.php” in “inc” directory of theme.
    If you want to edit this, there is simple way. Just build the child theme and then write just copy the function catcheverest_homepage_featured_content() and make the changes as per you need.

    Which CSS framework/technique is being used for column layout?
    — there is no framework. It’s just plain HTML and CSS.

    Which CSS classes are making them in 3 columns?
    — you can see the css #featured-post .post and the while content in wrapped with #featured-post

    Is there a container around featured contents that has clear:right on it? If no, then can I put a “float:right” on sidebar to bring it up next to featured contents? If yes how can I apply this style only for home page and not other pages?
    – there isn’t

    in reply to: Fonts… #9060
    Sakin
    Keymaster

    @dbentzen: I am telling you is if you are trying to change font only for the title then it’s not a good practice as this will increase the load. So, best option is to upload the logo image itself. But if you are trying to add in the new font to whole site then yes, it’s good to use that.

    Can you let me know the name of the font. If that is google font then we can add in next version update.

    in reply to: Continue Reading → can not be translated #9059
    Sakin
    Keymaster

    @amberfm: Not sure about the plugin issue. Can you contact the plugin author and let me know if I need to edit anything in the theme.

    in reply to: Adding an extra box #9058
    Sakin
    Keymaster

    @acanthuroid: I think we are checking it in time difference. Again blocked.

    in reply to: Zooming issues with Chrome, Firefox and Safari #9057
    Sakin
    Keymaster

    @doogieisdamann: Not sure about this. I don’t think it will be fixed. sorry for this.

    in reply to: How to make changes to layout #9054
    Sakin
    Keymaster

    @samnaseri: For both of your questions. Sorry to say but this theme is not design that way and don’t have easy options to do that.

    For that you need to build child theme and do the customization in functions and css.

    in reply to: Zooming issues with Chrome, Firefox and Safari #9052
    Sakin
    Keymaster

    @doogieisdamann: I don’t know why you need zoom in and zoom out in website. This theme doesn’t have zoom in and zoom out function.

    in reply to: Cannot manage to align thumbnails with post excerpts #9051
    Sakin
    Keymaster

    @nsalagados:
    1. I know that this issue has been raised over and over again, I have tried everything I could do (as a newbie), and read pretty much everyhting related to thumbnails on this forum, but nothing worked : on my front page, how can I align my post thumbnails to the left of the post excerpts ??? is there a simple way to do that with the custom CSS ??
    — At present, Catch Everest Pro theme doesn’t have that layout. Only Simple Catch Pro theme has that Layout.
    But you can try little trick like this. Just Go to “Appearance => Theme Options => Layout Options” and select “Full Content Display” in content layout and also select “Disable Image” in “Content Featured Image Size”. Then in your post just add in the image with left align and first paragraph of content. Then you can split the content through The More tag. See this for more tag http://en.support.wordpress.com/splitting-content/more-tag/

    2. Then, I would like to upload a nice and wide banner at the top of my site, which would include my logo but would be wider than the 300px wide limit allowed for logo (I know it is a stupid precision, since we are speakingabout a banner), but I did not find anything else than the logo uploading facility …
    — You can upload the logo up to the size of 1140px width from “Appearance => Header”. That 300px is just a suggested size. When you upload the header image, you will get “Crop Header Image” box. At that time, just click on “Skip Cropping, Publish Image as Is” or scroll your mode to what you want to crop and click on “Crop and Publish”.

    3. I would like to fix my menu bar, so that when users scroll down, the menu bar remains visible on the top of the site (but not the banner). Is there a simple way to do that ?? Is that possible with this theme?
    — This is not possible with the theme. But yes you might try searching in the plugins.

    4. I also tried to replace one of the three little posts which are right under the slider (post hentry), by giogn into the theme options and to homepage featured content … but nothing happened. I would like to link those three little images with 3 different pages of my site … is there a better way to do it than going into the theme option?
    — It should be fine if you haven’t edit any theme file. You should go to “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”. Then you can Add in your own image, links, title and content. Then click on Save Changes.

    in reply to: Bought Wrong Theme #9049
    Sakin
    Keymaster

    @oksanacello: We have just exchanged theme for you. You should be getting email from sales team. For any account related issue. You can email directly through http://catchthemes.com/contact-us/

    in reply to: Widget links hover color? #9048
    Sakin
    Keymaster

    @arilab: Sorry screenshot URL missing. But yes I tack back to email as I see that you are talking widgets link hover color. You can just change the color code and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .widget-area .widget a:hover { color: #0088cc; }

    in reply to: Reposition logo and website title? #9045
    Sakin
    Keymaster

    @dt2791: The best option is to make the logo image with the Site Title and Tagline. So, it will be single image. Then you can just hide the header text from “Appearance => Header”.

    The another option will be to add in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #branding hgroup {
        height: 1%;
        overflow: hidden;
    }
    #site-logo, #site-details {
        display: inline-block;
        float: left;
        margin-right: 2%;
    }
    in reply to: How to remove some things #9043
    Sakin
    Keymaster

    @impresnet: New version of Theme. But all our Free theme is hosted in WordPress.org and they control the version update for quality reason.

    in reply to: Featured Image on Post Page #9030
    Sakin
    Keymaster

    @betgriff: That option is only there in Catch Everest Pro theme. But for now, since you are using Catch Everest Free theme. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide the image.
    .single .featured-image { display: none; }

    in reply to: Submenu height #9029
    Sakin
    Keymaster

    @b.grangeia: you can just change the line height as per you need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 1060px) { 
    #header-menu ul.menu ul a {
        line-height: 23px;
    }
    }
    in reply to: Widget links hover color? #9028
    Sakin
    Keymaster

    @arilab: Yes, can you share with me your screenshot so that I know what you mean.
    No we don’t have any plan to add define colors for a print css at this stage.

    in reply to: Fixing height of input fields #9026
    Sakin
    Keymaster

    @rxcosta: You can just adjust the height and add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    input[type="text"], input[type="password"], input[type="email"] {
        height: 20px;
    }
    in reply to: Menu not central #9020
    Sakin
    Keymaster

    @Royal Vic: It looks like you have change the default menu div that is missing. There is missing div wrapper “menu-header-container”. That is why it is giving you the issue. Just restore your header.php file and it will be fine.

Viewing 20 posts - 12,261 through 12,280 (of 14,496 total)