Forum Replies Created
-
AuthorPosts
-
Sakin
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.
Sakin
Keymaster@elh148: We will not be able to fix the plugin issues. Please ask in plugin forum. As we don’t know how that plugin is build. They will be able to send you the details and if we need to change any of our code then we will do that.
Sakin
Keymaster@Aneesh: Yes you can use it for unlimited site and in Pro version IE8 issue has been fixed.
April 4, 2013 at 12:10 pm in reply to: How to move the picture in the article slider to the center? #6400Sakin
Keymaster@akire64: You can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
/* For Transparent background in Slider text */
#main-slider .entry-title a, #main-slider .entry-content { background-color: transparent; }
/* For Text to be center */
#main-slider .entry-container { max-width: 100%; text-align: center; width: 100%; }
Sakin
Keymaster@jwilford1: Install Catch IDs plugin http://wordpress.org/extend/plugins/catch-ids/ and it will show the Post IDs.
April 3, 2013 at 10:40 pm in reply to: center logo on top with less white space on top and bottom #6376Sakin
Keymaster@playX: Please don’t change directly on style.css and responsive.css. So, just reupload the original style.css and responsive.css . I mean just add the original files.
Then follow the step:
1. Upload the large header image through “Appearance => Header”
2. Then disable Header Right Section through “Appearance => Theme Options => Header Right Section”. Check to disable and save it.
3. Then add the following css in “Appearance => Theme Options => Custom CSS”
#hgroup-wrap, #site-logo { padding: 0; }Sakin
Keymaster@elh148: I see in your site http://www.insideout7.com/ the social icons are there.
Sakin
Keymasterthe Excerpt module will be under the post editor to create an excerpt for the post. If you do not see the Excerpt module, click the Screen Options tab near the top-right when writing or editing a post and make sure that “Excerpt” is checked.
See this for details http://en.support.wordpress.com/splitting-content/excerpts/
-
AuthorPosts
