Forum Replies Created
-
AuthorPosts
-
August 4, 2015 at 10:46 am in reply to: Fixed Menu Header: Increasing size, changing color and logo placement #62054
Sakin
Keymaster@matthewseanmclachlan: Ok your logo in too large. Please crop your image to just 160px height and upload it. It’s not good for site loading. Also you need to add shadow in your log itself.
After that, remove the following css from your custom CSS:
#header-top { padding-top: 30px; }Then add the following css:
#top-logo img { margin-bottom: -70px; max-height: 160px; } #access-top .menu { bottom: 10px; position: absolute; right: 0; } #access-top ul.menu a { font-size: 16px; } @media screen and (max-width: 940px) { #top-logo img { max-height: 150px; } }Sakin
Keymaster@afeauto: First of all the URL of your site is not opening. So, can you post in the correct URL and also let me know which theme are you using it. If you are using Catch Base pro the you don’t need to change anything on code level.
Sakin
Keymaster@Alexander:
1. You can add the following css in “Appearance => Theme Options => Custom CSS” box:
.home footer.entry-meta, .archive footer.entry-meta { display: none; }2. Yes, as you have added in custom css to use font-family as “Helvetica Neue” which is not there in PC. It’s only there in Mac and apple devices. All the devices which has that font will display that other wise it will look for alternative fonts. Like Arial in your code as you can see the css:
body, input, textarea { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }Sakin
Keymaster@Thanatip: Thanks for your appreciation 🙂
Sakin
Keymaster@Epilost: Yes, your css is working fine. The correct css is:
#main-slider .entry-container { display: none; }Sakin
Keymaster@shawn:
3. Yes, your css is correct. All the mobile devices below 960px will not see the footer widgets. In which mobile screen it’s not working. Let me know it. I hope you are not talking about iPad landscape which uses 1024px.4. Your content has overflow issue, so just add the css hack below in “Appearance => Theme Options => Custom CSS” box:
#content .post { height: 1%; overflow: hidden; }August 3, 2015 at 10:39 am in reply to: Fixed Menu Header: Increasing size, changing color and logo placement #62000Sakin
Keymaster@matthewseanmclachlan:
1. To increase the thickness of the fixed header menu, you can increase the padding top and bottom of menu items in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
#access-top ul.menu a { padding-top: 12px; padding-bottom: 12px; }2. You can change the color of Fixed header menu from “Appearance => Theme Options => Color Options => Menu Color Options => Header Top Menu Color Options”
3. To add logo in Fixed header top, go to “Appearance => Theme Options => Fixed Header Top Options” and then check “Enable Fixed Header Top” and then upload it in “Logo in Fixed Header Top” box.
Your photoshop moke up is quite different then the question you have asked. As per your photoshop mokeup.
1. It’s not menu height. But you want to add padding above the menu. So, instead you need to add the following css:
#header-top { padding-top: 30px; }2. Then for Fixed header top background color, it will be as below:
#header-top { background: #ea3b36; background: rgba(234, 53, 54, 0.7); }Then you can change menu text color from “Appearance => Theme Options => Color Options => Menu Color Options => Header Top Menu Color Options”
Sakin
Keymaster@shawn:
1. When you add any widget in Header Top Sidebar, it will show above your header. So, you need to move that ads from Header Top Sidebar to Header Right Sidebar. So, there is no option to move Header top Sidebar. If you want to do advance coding to change the potions then you need to build child theme and edit the hooks.2. You css for search box looks fine. You need to replace your css:
#header-content {
position: relative;
}
#sidebar-header-right {
position: absolute;
top: 13.3em;
right: 0;
text-align: right;
}
with the following:@media screen and (min-width: 961px) { #header-content { position: relative; } #sidebar-header-right { bottom: -37px; position: absolute; right: 0; text-align: right; } }Sakin
Keymaster@Thanatip: I see that you have uploaded your logo as Header Image. So, remove that header image. For logo, you need to go to “Appearance => Customize => Site Title & Tagline”. Then uncheck “Display Header Text” and uncheck “Check to disable logo”, then you can upload your logo by clicking on change image.
Then you can remove your header right sidebar from “Appearance => Customize => Header Right Sidebar Options” and check in “Check to disable Header Right Sidebar”. Then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#site-branding, #masthead #site-header { padding: 0; }If you further want to reduce the spaces, then you can adjust the padding-top and padding-bottom in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#masthead { padding-top: 20px; padding-bottom: 20px; }Sakin
Keymaster@Kristin: Yes, some browser have auto zip extractor and in that case you can right click on it and click “Save Link As”. See in this screenshot https://www.pinterest.com/pin/548594798333093154/
Sakin
Keymaster@christiane: For Adventurous theme, please use support forum at http://catchthemes.com/support-forum/forum/adventurous-free/
Adventurous Theme, uses default contact form from WordPress. So, to change that, you need to create child theme. For child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and then copy comments.php file to your child theme and replace
<?php comment_form(); ?>
with the following code, where you can replace ‘Leave a Reply’ text
<?php comment_form(array('title_reply'=>'Leave a Reply, adventurous')); ?>Sakin
Keymaster@ginabrasseur:
1. Looks like you are using “Image Slider” as the Slider Type. In this case, you can just go to “Appearance => Theme Options => Featured Slider => Featured Image Slider Options” and change the title for “Image Title”. This title will be used for image alt tags.But if you want to make it different from Title then you need to create child theme. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and then copy function
adventurous_image_sliders()from adventurous-slider.php file to your child theme functions.php file and edit the alt tag as per your need.2. It’s same for Featured Content. The image take the alt tag from “Appearance => Theme Options => Featured Content => Featured Content Options”. SO, you can change the title for “Image Title”
But if you want to make it different from Title then you need to create child theme. For child theme, refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and then copy function
adventurous_homepage_featured_content()from adventurous-featured-content.php file to your child theme functions.php file and edit the alt tag as per your need.Sakin
Keymaster@Peregrino: Thanks a lot 🙂
Sakin
Keymaster@kangrob: Sorry I don’t get it what you mean. What improvement are you talking about. There is no option to add title in Custom header, You can add site title from “Appearance => Header”
Sakin
Keymaster@Klaas: All your content and Custom css from theme options panel will be safely migrated. As we are just changing theme and not the site or WordPress. You can check this screencast at http://devotepress.com/wordpress-writing-editing/upgrade-premium-version-wordpress-themes-eg-adventurous-pro/ which shows the upgrading process.
Sakin
Keymaster@christiane: Which theme are you using it as I don’t see Leave a reply in Catch Responsive Theme.
Sakin
Keymaster@Florence: Catch Kathmandu Pro theme in WPML plugin ready, see this http://wpml.org/theme/catch-kathmandu-pro/
Sakin
Keymaster@Florence: Not sure if changing logo will work but yes, you will get different languages for your site title and tagline.
Sakin
Keymaster@Eric: You can adjust the margin-bottom in the following css as per your need and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.nav-primary { margin-bottom: 10px; }Sakin
Keymaster@Peregrino: thanks for your appreciation and if you could post your review and rating at https://wordpress.org/support/view/theme-reviews/catch-adaptive?rate=5#postform then it will be very helpful for us.
Thanks a lot for your appreciation. You made my weekend wonderful 🙂
-
AuthorPosts
