Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Luis: In you have Catch Box Pro then you can just add the “Catch Box Social Widgets” to Header Right Sidebar from “Appearance => Widgets”
Sakin
Keymaster@steve519: Noted down. But why don’t you just add the category in the menu through Custom Menu “Appearance => Menu”.
Sakin
Keymaster@Samson81: If you want it for entire site then just remove the .home from your css. It will be as below:
.home #main { padding-top: 0; }
.home .page .entry-header { margin-bottom: 0; }
The place where you have added the slider, we cannot remove the margin. You must add the slider above #main div.
Sakin
Keymaster@asfh91: This topic has been answered a lot of time in various forum thread. I am posting it again here as well. Catch Everest free theme only have option to add in “Featured Post Slider” which highlight the posts.
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 see the post ID in “All Posts” section. But 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”. Add in the post id.
Sakin
Keymaster@13alaise: Please post your site URL so that I can check what you have done and send your the css code.
Sakin
Keymaster@Samson81: You can add the following css in “Custom CSS” box in Theme Options panel which will remove the white space between the menu and the image slider in homepage.
.home #main { padding-top: 0; }
.home .page .entry-header { margin-bottom: 0; }
Sakin
Keymaster@jonatadventure: Can you send me the url of the page as I cannot find the page. I check in your site but didn’t find page aimed at colleges.
Sakin
Keymaster@andrewshen: Please take a look at “Appearance => Theme Options => Featured Slider”. There you have to select Featured Post Slider and activate it. And for Homepage Featured Content look at “Appearance => Theme Options => Homepage Settings”.
I will also contact you through email in case you have problem.
Sakin
Keymaster@FordTheWord: Please post your site URL here and also let me know in which position you want to change you logo to. I am not so clear about your question.
About the menu stick on top of screen when scrolling. Sorry for this you need expert help from CSS developer. So, consider hiring someone by posting on http://jobs.wordpress.net/ or tweaky.
Sakin
Keymaster@lermi: Homepage headline area is to write message. But yes it also accepts HTML codes. So you can just add image with HTML code see this on image HTML tags http://www.w3schools.com/tags/tag_img.asp
Sakin
Keymaster@Samson81: You can add the following CSS in “Custom CSS” box in Theme Options panel.
.site {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
Sakin
Keymaster@frederikwa: You can add widget in your Footer and add image there. Also you can add in plugin for images.
Sakin
Keymaster@grstahl: I check it from chrome and it fine. But in mobile is is not showing. I just check in details in your site and found that you have install W3 Total Cache. Can you clear all cache for the settings and check it.
Sakin
Keymaster@grstahl: I check it from chrome and it fine. But in mobile is is not showing. I just check in details in your site and found that you have install W3 Total Cache. Can you clear all cache for the settings and check it.
Sakin
Keymaster@alisonmckellar: Sorry this is more of technical. If you know about it then I can suggest you to change it. But I recommend you to use Featured Image Slider instead of Featured Post Slider where you can upload the image of your own size.
Sakin
Keymaster@CarlK3D: Header Right Sidebar is only register in Catch Box Pro theme. So, you need to upgrade the theme and will be able to access the Sidebar and add social icon widgets.
See this for details in Catch Box Pro theme http://catchthemes.com/theme-instructions/catch-box-pro/
Sakin
Keymaster@fritzhesse: Sorry this is beyond the scope of our Theme. You need to customize style.css and then responsive.css. For this you need to build child theme and then make changes. So, I recommend hiring css developer http://jobs.wordpress.net/ or use tweaky services.
-
AuthorPosts
