Forum Replies Created

Viewing 20 posts - 12,381 through 12,400 (of 14,496 total)
  • Author
    Posts
  • in reply to: Excerpt Length #8671
    Sakin
    Keymaster

    Nice.

    in reply to: Title and child pages #8670
    Sakin
    Keymaster

    Sorry your site is Under Construction and I cannot see it.

    in reply to: Sidebar Image Size #8669
    Sakin
    Keymaster

    @dwood75: Just replace the above css to the following
    #secondary .widget img { box-shadow: none; margin-right: 0; max-width: 100%; }

    in reply to: Some Questions #8668
    Sakin
    Keymaster

    @Lvcasss:
    1. can I remove Author information from posts?
    — Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .entry-meta .by-author { display: none; }

    2. can I hide post’s featured image in category view? (“news” page in my site)
    — For best option upgrade to pro and then there is option to remove it. But you can use the following CSS to hide it. Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    3. I use an image for header but with responsive design when I change window size the image don’t resize and the logo disappear. How can I resolve?
    —- Background in CSS is problematic in Responsive design. So, it’s better to add the large header image from “Appearance => Header”.
    See the link which explain about background image in css.
    http://css-tricks.com/forums/discussion/16274/css-tricks-full-page-responsive-background-cuts-off-some-of-the-pic/p1

    in reply to: Remove links from homepage slider images #8667
    Sakin
    Keymaster

    @kirsten0203: For that you need to upgrade to Catch Everest Pro version and use the “Featured Image Slider” instead of “Featured Post Slider”.

    in reply to: Drop Down Menu Color #8666
    Sakin
    Keymaster

    @kirsten0203: I think I already gave you CSS in previous thread and look like you have already implemented it. Nice.

    in reply to: Multiple Galleries #8665
    Sakin
    Keymaster

    @GAHC: I don’t know about the Justified Image Grid. Sorry, I won’t be able to help on this. We can help you only on theme related issues.

    Also our link http://gildedagehistorychannel.com/videos/ is giving me page not found. Can you check your URL.

    in reply to: Big problem with comments #8663
    Sakin
    Keymaster

    @Bazil Guerrero: Each individual post and page has option to close the comment. So, check your settings. see this for more help http://en.support.wordpress.com/enable-disable-comments/

    in reply to: How to reduce the size of margin-top #8661
    Sakin
    Keymaster

    @georgian2133: To reduce the size of margin top in the site. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .site { margin-top: 28px; }


    @markspend1
    : Thanks for the link.

    in reply to: How to remove the theme post 3 and slider photos #8660
    Sakin
    Keymaster

    @helenage: Catch Everest free theme only have Featured Post Slider. But you will get more option in Pro version.

    Here goes the instruction to add the Featured Post Slider
    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 get the post ID from All Post in your WordPress Dashboard. But still 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 => Featured Post Slider Options”. Add in the post id. Make sure you only add in the ID number.

    For other question. Yes thanks to @NyaKungen: The three small images is called Homepage Featured Content. Which you can change it from “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”.

    in reply to: Hide footer area & Posts page #8658
    Sakin
    Keymaster

    @elli: Do you mean to hide the footer widgets in other pages and only keep in homepage. Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #footer-sidebar { display: none; } 
    .home #footer-sidebar { display: block; }

    Don’t need to change settings in Reading. Keep it as the default the latest post only. If you are using latest version of Catch Everest theme then we have added “Blog” Template which you can assign it for any page. For that, just edit your News page and on right side you will see “Page Attribute” box from there you can select Template as blog.

    in reply to: Russia socials links #8655
    Sakin
    Keymaster

    @Mihaxxi: There are so many social icons and we have only kept few popular as the options. I don’t think you will use it all.

    So, what you can do is that replace the image “social-profile.png” which you will find in the “image” directory of theme. After that you can just add the link to the image you have replaced in “Appearance => Theme Options => Social Links”

    in reply to: Blog Page Layout problem with pro version! #8654
    Sakin
    Keymaster

    @Mihaxxi: This is not an issue with the theme. This is because you have set “Content Layout” as ” Excerpt/Blog Display” and then there is no excerpt text in that post. So, it is showing whole content.

    If you want to show the whole content in category. Then go to “Appearance => Theme Options => Layout Options” and there choose “Full Content Display” in Content Layout.

    Ok looks like you are asking for additional feature Excerpt Display Type 2, what do you mean by this. Can you explain to me.

    in reply to: Title and child pages #8652
    Sakin
    Keymaster

    @Potzas: Your site Title is not bold. I see that you have change the font to “Ubuntu” which looks little like bold.

    When clicking on the parent it highlights all of the child pages, I only want it to highlight when it’s on hover.
    — this is because you have choose the submenu background color in your “Appearance => Theme Options => Color Options”.

    I also need to change the size of the font in the drop down child pages please.
    — For the adjust the size in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
    @media screen and (min-width: 1190px) { #header-menu ul.menu ul a { font-size: 12px; } }

    in reply to: Excerpt Length #8648
    Sakin
    Keymaster

    can you post your site url?

    in reply to: Spaces #8643
    Sakin
    Keymaster

    @eric.suth: You are using unnecessary div code. Why don’t you use the code p and heading tags. This will solve your issues.

    in reply to: Sidebar Image Size #8641
    Sakin
    Keymaster

    @dwood75: Look like there is some issue with the image css in sidebar. Ok can you try in adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #secondary .widget img { margin-right: 0; max-width: 100%; }

    in reply to: URGENT: S2Member Compatibity #8640
    Sakin
    Keymaster

    @sdn: It shouldn’t be that. Did you contact the S2Member plugin support forum. As this looks more like plugin issue then theme.

    in reply to: Title and child pages #8639
    Sakin
    Keymaster

    @Potzas: Send me your site URL please?

    in reply to: Excerpt Length #8638
    Sakin
    Keymaster

    @Mirko034: Have you set your Content Layout as Excerpt/Blog Display. If not then do that. For that, go to “Appearance => Theme Options => Layout Options” and then select “Excerpt/Blog Display” for Content Layout.

Viewing 20 posts - 12,381 through 12,400 (of 14,496 total)