Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@mg13: Can you just send me the list of the task for which you want the help. It’s confusing. Just add it in points.
Sakin
Keymaster@SteveW: Yes for editing any core theme files like header.php you need to first build child theme and then edit header.php in your child theme.
Sakin
Keymaster@jmott310: For that you need to build child theme and working on action hook. This is more technical work so look for developer to do that for you.
Sakin
Keymaster@lachinn: For reducing the header padding top. Just change the padding and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#site-logo { padding-top: 50px; }You can write post and page both. The pages are for static content like About Us, Contact us and so on and the posts are for blogs and category content.
Sakin
Keymaster@clubio: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.page.page-blog .entry-title { display: block; }Sakin
Keymaster@Uendi: I see that you have added a lot of screenshots. To get this level of support please subscribe to support membership http://catchthemes.com/membership/
For all static content like Contact Us, About us and so on. Please use Add pages.
Sakin
Keymaster@impresnet: I just check in your site and you are still using version 0.3. See this http://www.impresnet.com/esc/EAO/wp-content/themes/catch/catch-everest/style.css
Sakin
Keymaster@lachinn: For your header padding above your site logo. You can decrease the padding top and add it in “Appearance => Theme Options => Custom CSS” box.
#site-logo { padding-top: 50px; }To change the slider to Featured Page. You need to upgrade to Catch Everest Pro version where there is option to replace your post slide to page slider. See this http://catchthemes.com/theme-instructions/catch-everest-pro/
I see that you have hidden the featured image in post through Custom CSS.
Sakin
Keymaster@callinsky: Can you login to your account at http://catchthemes.com/login/
Sakin
Keymaster@Tekstiltrold: We are still in discussion about the width of the content section if we use 2 sidebars. We thing it might get too busy and will do content distraction. So, noting coming up soon. If you have any suggestion for the layout sizes then send us.
Sakin
Keymaster@Maria: Thanks for putting back the footer link. Yes, now you have to post message in each forum so that I get alert and will send your the codes.
Changing the space between the content and sidebar. This is bit complicated, as the theme in build in 978 grid system. So, I advice not to change it. But if you want then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box. Where I have reduce the width of sidebar by 10px and increase the margin by 10px.
#sidebar.col4 { margin-left: 40px; width: 296px; }Sakin
Keymaster@warnetsabily: If there is those kind of issue then you can use the “Excerpt” box in those posts. See this for to add content in Excerpt box http://en.support.wordpress.com/splitting-content/excerpts/
Sakin
Keymaster@danielfawcett and @Erker: Sorry for the trouble and thanks for working around. We have fixed the issue and send it for update to WordPress.org . It will be live as soon as the WordPress Theme Review team approves it.
But for now. You can manually update.
1. Downloading the new theme 1.1 from the following URL
http://wordpress.org/themes/download/catch-everest.1.1.zip
2. Login to your site and go to “Appearance => Themes” and activate the default theme link Twenty Twelve.
3. Then delete the old version of Catch Everest
4. Then go to “Appearance => Themes => Install Themes => Upload”
5. Then click on Browse and select the downloaded zip file catch-everest.1.1.zip and upload it and activate it.Sakin
Keymaster@babyslime: Strange error. Can you go to “Appearance => Theme Options => Homepage / Frontpage category setting” Then select all the categories and save it. Then you can click on disable and save back. Check in both condition.
Sakin
Keymaster@Uendi:
1. Move the “Home” to the left,
— Add the following CSS#header-menu ul.menu{ text-align: left; }2. Change the color from grey to blue for the menu bar,
— Add the following CSS#header-menu { background-color: #1E73BE; }3. Change the highlight color from black to blue for the menu bar,
— Add the following CSS#header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a, #colophon .menu .current-menu-item a { background-color: #1E73BE; }4. Place the “Search” words next to the search box,
— Add the following CSS#header-right #searchsubmit { display: inline-block; float: left; } #header-right #s { float: left; }6. Adjust the size of the site to be narrow a bit,
— I don’t get this. Please explain.7. Adjust the white spacing between the top and the site title to be longer,
— Adjust the padding top and ddd the following CSS#hgroup { padding-top: 5rem; }and is there a way to insert a logo and the site title together on the left top.
— Why don’t you have site title in the logo image and then add it from “Appearance => Header”Sakin
Keymaster@Tekstiltrold: I see that you have added css in “Appearance => Theme Options => Custom CSS” box. Just remove the following CSS from Custom CSS box.
#header-content { padding: 5em 0; }Then disable the Header Right sidebar through “Appearance => Theme Options => Header Options”. Check to disable “Disable Header Right Sidebar” and click on save.
-
AuthorPosts
