Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@palmer.lee: I have just contacted you through email. Please respond there.
Sakin
Keymaster@Samson81: You have to adjust the following css. So, just adjust the padding 50px to whatever you need and add the following CSS in “Custom CSS” box in Theme Options panel.
#site-logo { padding-top: 50px; }
#hgroup-wrap { padding-bottom: 50px;}
Sakin
Keymaster@lpompen: You have missed adding in the Featured Image in your post. Just add the featured image and you will see the image. See here on how to add featured image
http://en.support.wordpress.com/featured-images/#setting-a-featured-imageSakin
Keymaster@bill: When you decrease it, you have to decrease it for different screen sizes. I will just give you hint and you can change it accordingly. Change the margin and padding as per your need.
Just add the following css in “Custom CSS” box in Theme Options panel.
.site-content article { margin-bottom: 40px; }
@media screen and (min-width: 1190px) { { margin-bottom: 50px; } }
@media screen and (max-width: 1060px) { { margin-bottom: 30px; } }
@media screen and (max-width: 960px) { { margin-bottom: 20px; } }
Sakin
Keymaster@Samson81: Sorry we don’t have different slider options in different pages. You might find that in plugin. Search plugin in http://wordpress.org/extend/plugins/
Sakin
KeymasterHello Jeff,
Can you send me your site URL, so that I can see the issues there.
Regards,
SakinSakin
Keymaster@stefantenev: You can just adjust it with the help of css. Just add the following css in “Custom CSS” box in Theme Options panel. Just adjust the margin top as per your need.
#header .logo-wrap { margin-top: 54px; }You might also want to reduce the space above the social icon for that you can add following
#header .social-search { margin-top: 40px; }Sakin
Keymaster@bradfordbeans: You logo is small enough so it doesn’t require changes when resize. If you resize to very low screen then only it will resize it.
Sakin
Keymaster@bradfordbeans: You can just add only one post in the Featured slider then you will have only one image. This will do little trick.
But if you just want one image only with your own size. Then upgrade to Catch Everest Pro theme, where you can choose Featured Image slider and then just upload one image of your own size through image uploader in Theme Options panel.
Sakin
Keymaster@steve519: Sorry there no option to assign page with category. But there are plugins through which you can achieve this featured. Please search in http://wordpress.org/extend/plugins/
Sakin
Keymaster@maevamena: For text spacing. You have to adjust for all responsive layout. So, I don’t think I will be able to give you the answer. Sorry for this. You need to hire someone to do this.
Sakin
Keymaster@maevamena: You have to add like this for social widgets.
.widget .widget_catcheverest_social_widget { background: none; border: none; padding: 0;}Sakin
Keymaster@palmer.lee: Did you select the “Contact Page template” in Select Sidebar layout option in your page editor.
Sakin
Keymaster@maevamena: Please remove the following CSS from your “Custom CSS” box in Theme Options panel.
.site { background-color: #DDD0D6; }and replace with
.site { background-color: transparent; }
#main {
background-color: #DDD0D6;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
Sakin
KeymasterDear Luis,
1. For this, I don’t get it. Can you point me exactly what is the issue on which page for example.
2. I’d like to have a Fixed Header (and Footer) with Scrolling Content. I’d like the Header with its navigation intact, so visitors always have the ability to access the navigation while scrolling down to read the page content.
— This is beyond our theme scope so you need to customize it. So for this consider hiring someone in http://jobs.wordpress.net/ or Tweaky partner which banner is on the right sidebar.3. How can I add color and center Page Titles.
— To add color and center the page title, add the following CSS in “Custom CSS” box in Theme Options panel. Change the color code as per your need.
.entry-title, .entry-title a { color: #dddddd; text-align: center; }4. Is there a Plugin that will help me achieve a Slide Show in the Header?
--- Yes there are lot of plugins which you will need to search in http://wordpress.org/extend/plugins/
April 13, 2013 at 11:38 am in reply to: Full-width logo: close empty space above & below, match menu bar width #6935Sakin
KeymasterHello Timo,
Please post Catch Responsive support in Catch Responsive Private forum only. Not here. This will make others confused.
For now I am answering here but from next time please post in proper forum.
Just add the following css in “Custom CSS” box in Theme Options panel. You can reduce or increase as per your need.
#hgroup-wrap { padding-bottom: 2.5rem; }Regards,
SakinSakin
KeymasterThanks for reporting the issues. We have just fixed it and posted for update in WordPress.org but the review team needs to approve it before it get live.
So for now those who have problem please replace your theme “catcheverest-functions.php” which you will find in “inc” directory of theme with http://themes.svn.wordpress.org/catch-everest/0.1.5.1/inc/catcheverest-functions.php
For those who cannot do this can post message here and I will login to your account and change it.
Thank you.
Sakin
Keymaster@frederikwa:I don’t understand what do you mean by eksempel. Also can you add in your site URL. I can help you in changing background color and few css tweaks.
Sakin
KeymasterYou can do same for header and footer.
#branding, #site-generator { background: url("http://www.hajzee.com/wp-content/uploads/white80.png") repeat scroll left top transparent; }Yes in Catch Box text appears below the logo. Why don’t you just make the logo with the text and problem solved.
Hide the post meta like tags and categories.
footer.entry-meta { display: none; } -
AuthorPosts
