Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Brytbiz: Ok about the page template there is 3 different option to remove the slider.
1. Disable Sidebar Template: See the demo http://catchthemes.com/demo/catchbox/a-page-without-sidebar/
2. Full Width Disable Sidebar Template: See the demo http://catchthemes.com/demo/catchbox/full-width-page-without-sidebar/
3. One-column no-sidebar: See the demo http://catchthemes.com/demo/catchbox/one-column-no-sidebar/So as per our requirement, you need to select the template Full Width Disable Sidebar Template.
Sakin
Keymaster@Brytbiz: Color options is only there in Catch Box Pro version in Theme Options panel. For more details about Catch Box Pro, check out http://catchthemes.com/theme-instructions/catch-box-pro/
In Catch Box Free version, you need to change the CSS manually to change the color of the menu.
I am not sure what are you talking about the left panel. Can you explain in reference with your site URL.
Sakin
Keymaster@bigrala: The size of the site is 1280px. So, you can make the image of width 1280px and add in.
Why do you need to add two image. Logo and header image. Why don’t you combine both the image and add in as the single image. As background image in the responsive design is complicated. See this tutorial of responsive background image css http://sixrevisions.com/css/responsive-background-image/
Sakin
KeymasterHi Kathy,
Yes, the site looks nice. But you haven’t change the slider image yet. Do you need help on this as well. Let me know it.
1. First remove
......from your custom css box. This is not good for your site.
2. For border top, try to add the following css in “Appearance => Theme Options => Custom CSS” box.#secondary-menu ul.menu li:hover > a, #secondary-menu ul.menu a:focus, #secondary-menu .menu .current-menu-item > a, #secondary-menu .menu .current-menu-ancestor > a, #secondary-menu .menu .current_page_item > a, #secondary-menu .menu .current_page_ancestor > a { border-top: 3px solid #000; } #secondary-menu ul.menu ul li:hover a { border-top: none; }Regards,
SakinSakin
Keymaster@vidyaekta: But you said you want to make header like your parent site ektamedicaltravel.com . To make like this, you need to disable your primary menu and then use Secondary Menu. That is why I had also asked your to disable the Header Right Sidebar totally from “Appearance => Theme Options => Header Options”
Sakin
Keymaster@Jason: Yes you can keep note comment before each custom css. The format of taking note is will be as below:
/* Your Note */Sakin
Keymaster@lukva: Your css should be as below:
.no-sidebar.full-width #page { max-width: 90%; width: 100%; }Sakin
Keymaster@rojtalbot: In which page you are trying to remove the content area.
Sakin
Keymaster@j1nk0: Featured Post Slider is created to highlight your post in your slider. So, it’s automatically linked to your post. We generally don’t recommend to remove the link. But if you need to remove the link, then you need to build child theme and edit it. As if you edit directly is core theme file, all your edits will be reverted back when you update/upgrade your theme. For more about child theme check out http://catchthemes.com/blog/create-child-theme-wordpress/
Then after you create your child theme, you need to copy the function
catcheverest_post_sliders()in your child themefunctions.phpfile from Catch Everest themecatcheverest-fucntions.phpfile. Then remove the links.OR the easiest option is to Upgrade to Pro version and then you will get option to use Featured Image Slider, where link is optional. See this for more details about Featured Image Slider http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/
Sakin
Keymaster@Anne-Pia: Yes, it’s $44.99 . It seems like you purchased the Catch Box Pro at our introductory price. As now, Catch Box Pro is also at $44.99. We still have our 2nd Anniversary Special coupon code for 20% discount. You can check our blog post at http://catchthemes.com/blog/celebrating-catch-themes-2nd-anniversary
Sakin
Keymaster@Vibelingo: Can you post in your site URL so that I can check in detail.
Sakin
Keymaster@AlexBelko: Oh sorry I though you are using Catch Everest Pro version. Sorry, the free version doesn’t have that sidebar.
Either, you need to upgrade to Pro version or you need to do that manually by creating child theme. For child theme, you can check out http://catchthemes.com/blog/create-child-theme-wordpress/ . Then in your child theme copy
sidebar-header-right.phpfile and then remove<?php echo get_search_form(); ?>and add in your phone no there.Sakin
Keymaster@Loyal: It’s fine. I can understand your feeling. I have been in similar position like you many times 🙂 That’s why we are here to help you.
Sakin
Keymaster@BlueFalcon: Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box ans check in.
@media screen and (max-width: 640px) { #hgroup.logo-enable { display: inline-block; } }Sakin
KeymasterHi Kathy,
Can you post in your site URL so that I can check in.
Regards,
SakinSakin
Keymaster@vidyaekta: Ok so you are able to add the header image below successfully. Then to hide the top of the header item, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#hgroup-wrap { display: none; }Sakin
Keymaster@Jason: Sorry I don’t get it what you mean. Yes, you can add Custom CSS as per your need. But I don’t get it what you mean by create new boxes.
Sakin
Keymaster@Aleao: That is just Assistive Text. You don’t need to worry about and if you really want to remove it then you need ti build child theme. For child theme, check out http://catchthemes.com/blog/create-child-theme-wordpress/
Then in your child theme
functions.phpjust copy the fucntioncatchkathmandu_primary_menu()from the Catch Kathmandu themecatchkathmandu-menus.phpfile and then remove the code
<h2 class="assistive-text"><?php _e( 'Primary Menu', 'catchkathmandu' ); ?></h2>Sakin
KeymasterHello Loyal,
I just check in your site and cannot find the Bible Gateway. Maybe, you have already remove it. Most of the widgets will be in “Appearance => Widget”. Check the widgets in various widget areas.
Regards,
Sakin -
AuthorPosts
