Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@akenyon51: Sorry we don’t have this option in theme you need to hire customizer to do that. You can hire also from http://jobs.wordpress.net/ and http://bit.ly/YANvfZ
Sakin
Keymaster@neh: You can only set static frontpage with your “Post” or “Page”. But not other then this.
So first, you need to activate “Enable Latest Posts or Page?” from “Appearance => Theme Options => Homepage Settings => Homepage / Frontpage Settings”. Then from “Settings => Reading” Set static front page or post.
Sakin
Keymaster@Peter: For Title and meta description customization and SEO. I would like to recommend WordPress SEO by Yoast http://wordpress.org/extend/plugins/wordpress-seo/
Sakin
Keymaster@akire64: Just add the following CSS in “Custom CSS” box in Theme Options panel.
/* To Transparent Background in Slider Text */
#main-slider .entry-title a, #main-slider .entry-content { background-color: transparent; }
/* To center the slider text */
#main-slider .entry-container { max-width: 100%; text-align: center; width: 100%; }
Sakin
KeymasterHello Tim,
I will contact your through email so that I can help you better. Please reply in email.
Regards,
SakinSakin
KeymasterHello Claudia,
1. Line Spacing
a. There seems to be an extra
more than I’d like after each paragraph. I only want one break and to me it looks like two.
— This is not the
but it’s the margin. We have set different margin as per the screen size. You can change the margin by adding the following CSS in “Custom CSS” box in Theme Options panel.
@media screen and (min-width: 1190px) { p { margin-bottom: 40px; } }
p { margin-bottom: 30px; }
@media screen and (max-width: 1060px) { p { margin-bottom: 20px; } }
b. The same can be said for the side bar. There is too much space between each widget, especially on top of the social media icon.
— You can change the margin by adding the following CSS in “Custom CSS” box in Theme Options panel.
@media screen and (min-width: 1190px) {
.widget { margin-bottom: 50px; }
.widget.widget_catcheverest_social_widget { margin-bottom: 40px; }
}
.widget { margin-bottom: 40px; }
.widget.widget_catcheverest_social_widget { margin-bottom: 30px; }
@media screen and (max-width: 1060px) {
.widget { margin-bottom: 30px; }
.widget.widget_catcheverest_social_widget { margin-bottom: 20px; }
}
2. Featured Content Break:
— Just add the following CSS in “Custom CSS” box in Theme Options panel.
#featured-post { border-bottom: 1px solid #E6E6E6; margin-bottom: 30px; }
@media screen and (min-width: 1190px) { #featured-post { margin-bottom: 40px; }
@media screen and (max-width: 1060px) { #featured-post { margin-bottom: 20px; } }
Sakin
Keymaster@chestnut1984: I am still not sure id I understand your question. If you want to add featured image in the pages or post then see this http://en.support.wordpress.com/featured-images/#setting-a-featured-image
Sakin
Keymaster@takac.agent: If you are using Catch Everest theme, then add the following CSS in “Custom CSS” box in Theme Options panel to hide the Featured Post Slider excerpt.
#main-slider .entry-content { display: none; }Sakin
Keymaster@Mickesan: You can just login and post your own topic http://catchthemes.com/support-forum/forum/catch-box-pro-premium/
For changing the text color of menu items, just add the following css in “Custom CSS” box in Theme Options panel. Change the color code as per your need.
#branding ul.menu a { color: #eeeeee; }Sakin
Keymaster@ambassador1103: Catch Everest uses the Featured Post Slider which mean it will take the title, excerpt and featured image from post.
I have cleared the question in this support thread. See this http://catchthemes.com/support-forum/topic/featured-post-slider-not-showing-up/
Sakin
Keymaster@takac.agent: Can you contact qtranslate plugin support.
Sakin
Keymaster@Aneesh: Yes you can use it.
Sakin
Keymaster@Simona: Once you buy in the Pro version. You can just download the Pro version from your account in Catch Themes. Then you just upload the theme and activate it. You will only need to reassign menu if you have used custom menu, and custom header image.
Sakin
Keymaster@illibo: Did you refresh your browser and check it. I just check in your site and the Search box is working fine.
Sakin
Keymaster@@nirym: I have just emailed you reply me there.
Sakin
Keymaster@nirym: No it won’t do. What ever you have saved will be saved in your database. So, can you delete the theme and add in new and fresh theme, you will get back everything fine. It will only delete the changes what you have done in code theme files. But nothing will be gone from Theme Options panel.
Sakin
Keymaster@mattlambert I just check in and both the site are working fine as responsive.
Sakin
Keymaster@jwilford1: Thanks and I hope you will like Catch Everest as well.
-
AuthorPosts
