Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Sarah: It’s because of the following Custom CSS:
/* For 2 columns primary, secondary and wrapper */ .three-columns .content-sidebar-wrap { width: 83%; } .three-columns #primary { width: 70%; } .three-columns #secondary { width: 29.5%; } /* For 3rd column */ .three-columns #third { width: 16.5%; }You need to add these inside
@media screen and (min-width: 961px) { /* Custom Column CSS */ }Sakin
Keymaster@shamwow: There are 4 types of slider in Catch Everest Pro theme. See the theme instruction page for more details on how to setup Slider http://catchthemes.com/theme-instructions/catch-everest-pro/
Page Slider is use to highlight the page
Post Slider is use to highlight the post
Category Slider is use to highlight the post in that category
Image Slider gives you complete flexible, you can upload your own image, content and links.Sakin
Keymaster@Kenneth: I am bit confused about your question.
You can change the width as per you need.@media screen and (min-width: 961px) { .home #content { width: 58.4%; } }Sakin
Keymaster@Dirk: Footer Editor is only available on Pro versions. See the theme instruction at http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
Keymaster@caro75: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 961px) { #sidebar-header-right { width: 360px; } }Sakin
Keymaster@Nic71d: It’s because of your CSS in your child theme style.css. You need to remove the following CSS.
#site-logo a img { height:150px !important; }January 6, 2014 at 9:38 am in reply to: Incorrect active page option attribute selected in mobile and tablet menu #18924Sakin
Keymaster@thanksSakin: OK it’s on Home now. You added home menu with custom link. But you need to add it through “Pages => View All” in “Appearance => Menus”.
Sakin
Keymaster@Sarah: Yes I understand now. First I would like to tell you that in 3 columns layout: The primary and secondary is wrap with class
.content-sidebar-wrapand then you have third dive#third/* For 2 columns primary, secondary and wrapper */ .three-columns .content-sidebar-wrap { width: 77%; } .three-columns #primary { width: 60%; } .three-columns #secondary { width: 39%; } /* For 3rd column */ .three-columns #third { width: 22%; }Sakin
Keymaster@CRICKETBIRD: Can you try in adding following CSS in “Appearance => Theme Options => Custom CSS” box.
#site-logo, #hgroup { display: inline; float: left; }Sakin
Keymaster@Joaozinho: The best header image size will be 1000px width.
Sakin
Keymaster@TourGuideKevin: I need to check in your WordPress settings to check in. So, I will send you email and you can send me the details there.
Sakin
Keymaster@J14: You can change that both in Free Version and Pro Version. Pro version have independent Featured Image Slider where you can upload the image and add the title, content and links as per you need. All through Theme Options panel. You can check our theme instruction at
Catch Evolution Free Version: http://catchthemes.com/theme-instructions/catch-evolution/
Catch Evolution Pro version: http://catchthemes.com/theme-instructions/catch-evolution-pro/But in Free version, you only have option to use Featured Post Slider which is created to highlight your post. So, to create Featured Post Slider. First you need to create post and add featured image in your post. As the post slider will take your post featured image, title, excerpt content and link. After you create the post with featured image, you need to go to “Appearance => Theme Options => Featured Post Slider => Featured Post Slider Options” and add in the post ID.
Sakin
Keymaster@Joaozinho: There is no default option to move the search to the menu. You can add search in your sidebar. That will be good. About the header white space underneath the logo. I don’t see it any. It’s just your header image have show border at bottom. Edit that image. See this http://www.worldcupbrazil.net/wp-content/uploads/2014/01/copy-website.jpg
Sakin
Keymaster@mark: With CSS you can only move both whole site title and site description under logo. You cannot move just the site description.
If you want to move just the site description, then you might need to hire customizer as you need to build child theme and then create functions.php file. Then copy the functionssimplecatch_header_title()from Simple Catch Pro theme to your child theme and move the site-description outside the site-details container.Sakin
Keymaster@Olivier: Yes, can you upload the complete screenshot of your form and send send me the url of screenshot.
Sakin
Keymaster@pemca: Sorry there is not option to do that from Theme Optional panel. For this you might need to hire customizer. As for this you need to build child theme and then need to create functions.php file and copy the function
catcheverest_homepage_featured_content()from catch Everest Pro theme and edit it.Sakin
Keymaster@FannyV: It’s strange how you get that. I see that you have customize the theme using Chile theme. So, check out your header.php file for that.
-
AuthorPosts
