Forum Replies Created
-
AuthorPosts
-
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-image2. 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”.
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.
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”
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.
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; } }Sakin
Keymastercan you post your site url?
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.
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%; }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.
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.
Sakin
Keymaster@chrismeadrn: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#page, #branding { background: none transparent; }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/
Sakin
Keymaster@cent0909: Yes you can adjust the css though “Appearance => Theme Options => Custom CSS” box and change the margins.
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.
Sakin
Keymaster@brown2235a: I need your site URL to see what’s happening.
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; }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.
Sakin
Keymaster@iceman027: Nice.
-
AuthorPosts
