Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@bvb146: I told you that about SEO, use plugin http://wordpress.org/extend/plugins/wordpress-seo/ and do the necessary setup. This will help you to solve the issue. It’s the number one SEO plugin.
I just check in your site and I see that you have hide the Search in header through “Custom CSS” box.
Sakin
Keymaster@Luis: There is only 2 column layout. So, you can keep either left sidebar or right sidebar. But cannot keep both.
Sakin
Keymaster@nenepretty85: Can you refresh your browser, to clear the cache and check it, as I don’t see the problem.
Sakin
Keymaster@FordTheWord: You can add this to Custom CSS. Just wanted you to carefully copy and add it.
Sakin
Keymaster@dre2010: To move the logo by 30px up. Just add the following CSS in Theme Options panel.
#site-logo { padding-top: 20px; }To make featured slider on the home page not a link. You have to use Featured Image Slider which is only there is Catch Everest Pro theme. When you can upload the image, title, content and links all optional. You can just add image or any combination.
Why you need to make .sb-holder, position absolute?
Sakin
Keymaster@FordTheWord: Are you familiar with the CSS gradient then add as below:
#branding #access, #branding ul.menu ul a {
background: #3d3d3d; /* Show a solid color for older browsers */
background: -moz-linear-gradient(#585858, #3d3d3d);
background: -o-linear-gradient(#585858, #3d3d3d);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#585858), to(#3d3d3d)); /* older webkit syntax */
background: -webkit-linear-gradient(#585858, #3d3d3d);
}Be careful while adding. It’s better if you hire css developer.
Sakin
Keymaster@bvb146: I just check your Google Verification Code and robots.txt all are fine. Can you check your settings in “Settings => Readings” and check in you have block “Search Engine Visibility”.
For Best Search Engine Optimization about the Site and Site Description. Please use this plugin http://wordpress.org/extend/plugins/wordpress-seo/
About the social media icons. I see that you have added “Catch Everest Social Widget” in “Footer Area One” widget area. Also you have disable the header right section though “Appearance => Theme Options => Header Right Section”. I think you did this to show the full width header image. Check this settings and play with it.
Sakin
Keymaster@junkfoodrehab.net: You can add widgets through “Appearance => Widgets”. There are various Widgets area and you can add widgets in different places. For pages, just add widgets in Page Sidebar, For Post, go for post site. If you want same sidebar in all pages, posts and home, then just add widgets in Main Sidebar and remove the widgets in all other sidebars.
Also check out Theme Instruction for more http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
Keymaster@Bazil Guerrero: Which section of the comment box are you talking about. If you are talking about comment area then add the following in the “Custom CSS” box in Theme Options panel. Change the color code as per your need.
/* For Background Color */
#respond { background-color: #cccccc; }
/* For Textarea height control */
#respond textarea { max-height: 150px; }
Sakin
Keymaster@juanhermoso64: This theme is responsive theme, which mean the font size adjusts as per different screensize such as tablet, ipad, iphone, large desktop screen and small screens.
So when you edit the font size you need to be careful and edit all the fonts. So, I suggest you not to change the font size. See the style.css and responsive.css for more details about the font size.
For example if you want reduce the general content font size then you have to add all sets as below, in “Custom CSS” box in Theme Options panel.
body, button, input, select, textarea { font-size: 14px; }
@media screen and (min-width: 1190px) { body, button, input, select, textarea { font-size: 16px; } }
@media screen and (max-width: 1060px) { body, button, input, select, textarea { font-size: 14px; } }
@media screen and (max-width: 960px) { body, button, input, select, textarea { font-size: 13px; } }
@media screen and (max-width: 480px) { body, button, input, select, textarea { font-size: 12px; } }
So, if you really need to adjust then take expert help from CSS developer.
Sakin
Keymaster@anapper: Catch Everest Free theme only have Featured Post Slider. This means you can only add in your posts as Featured Slider. The image, title, and content are taken from the post.
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. Also you will 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.
April 18, 2013 at 11:09 am in reply to: Whitespace between featured post slider and homepage headline #7243Sakin
Keymaster@jccaro: Just add the following CSS in “Custom CSS” box in Theme Options panel. Reduce the margin top as per your need.
#homepage-message { margin-top: 10px; }Sakin
Keymaster@iceman027: Just add the following CSS in “Custom CSS” box in Theme Options panel.
#content nav a { color: #004000; }Sakin
Keymaster@juanhermoso64: Where you want to include the RSS Icons together with your Social Icons. Then just go to “Theme Options => Social Links” and add your feed link http://feeds.feedburner.com/Sercade
I see that you have already added your feedburner link in Redirect Feed URL.
Sakin
Keymaster@Luis: I have remove the social icon. You can do that by yourself if you want to enable or disable through “Appearance => Theme Options => Header Options”. See the option to Disable Header Right Sidebar.
For the facebook like. You can add in the code in sidebar widgets. Better you install plugin and add it. The way you have asked is a difficult one and you need coding experience.
Try searching for plugin http://wordpress.org/extend/plugins/ . I think Jetpack plugin also have this feature. http://wordpress.org/extend/plugins/jetpack/
April 18, 2013 at 9:31 am in reply to: How can I disable "related posts" from simple catch theme #7235Sakin
Keymaster@hastings: You question is much of technical and I think might need to hire developer from http://jobs.wordpress.net/ or Tweaky.
I am try to explain what you can to do edit that. Change the social image image “social-profile.png” which you will find in “image” directory in Catch Everest Theme for the settings change the function catcheverest_social_networks() which you will fin din file catcheverest-functions.php inside “inc” directory of theme.
-
AuthorPosts
