Forum Replies Created

Viewing 20 posts - 12,401 through 12,420 (of 14,507 total)
  • Author
    Posts
  • 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.

    in reply to: Transparent content area #8637
    Sakin
    Keymaster

    @chrismeadrn: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #page, #branding { background: none transparent; }

    in reply to: How to remove default posts??? #8636
    Sakin
    Keymaster

    @Parkernolan79: You have stop showing that post in homepage though “Appearance => Theme Options => Featured Post Slider => Featured Post Slider Options” box and check “Exclude Slider post from Homepage posts”

    If you completely want different slider without linked to post, then you have to use Featured Image Slider. For that you need to upgrade to Catch Everest Pro theme. See the additional featured in Pro version http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Edit the Margins on each of the Page #8634
    Sakin
    Keymaster

    @cent0909: Yes you can adjust the css though “Appearance => Theme Options => Custom CSS” box and change the margins.

    in reply to: Featured Post Slider Not Responding #8633
    Sakin
    Keymaster

    @geeroads: I just check in your site and found that you have deleted the footer section. The script for the featured post slider runs on footer. So, it need footer hook to run the script. Please restore the theme and it will be fine.

    in reply to: How to decrease space in between widgets on R sidebar? #8632
    Sakin
    Keymaster

    @brown2235a: I need your site URL to see what’s happening.

    in reply to: Change the color of the menus. #8631
    Sakin
    Keymaster

    @kirsten0203: To change the text color of submenu. Just add the following CSS in “Appearance => Theme Options => Custom CSS” box. Change the color code as per your need.
    #header-menu ul.menu ul a { color: #fff; }

    in reply to: Adding New Social Media Icons #8630
    Sakin
    Keymaster

    @b.grangeia: To change the name you can build child theme of Catch Everest theme and then just copy the function catcheverest_social_networks() in your child theme functions.php and edit the title there.

    in reply to: Sidebar Image Size #8576
    Sakin
    Keymaster

    @dwood75: I don’t get what you mean. Can you share your site URL.

    in reply to: Bold post titles in featured slider #8575
    Sakin
    Keymaster

    @iceman027: Nice.

Viewing 20 posts - 12,401 through 12,420 (of 14,507 total)