Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Phil: That can work as well. But if you want it universal then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS” box:
#supplementary { color: #799ead; }Sakin
Keymaster@Udo: You need to create custom menu from “Appearance => Menus” and then you need to assign your custom menu to “Header Right Menu” from “Appearance => Menus => Manage Locations”. For more check this, http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/
Send me your site URL so that I can check in.Sakin
Keymaster@tadej: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
@media screen and (min-width: 1101px) { .two-columns .wrapper { width: 1000px; } .two-columns #primary { width: 640px; } .two-columns #secondary { width: 340px; } }Sakin
Keymaster@brookehoffard: Yes, read more is working fine in your site. I guess you have already fixed it. Thanks…
Sakin
Keymaster@peenie92: Yes, you can add the following css in “Appearance => Theme Options => Custom CSS” box to hide that bar.
#header .top-bg { display: none; }Sakin
Keymaster@Marcus: You shouldn’t add “Advertisement Code” in Header and Footer Codes in Theme Options Panel. If you want to add advertisement above your header, then go to “Appearance => Widgets” and then add in “Catch Box Adspace Widget” to Header Top Sidebar.
But if you want to keep as it is then you can remove the margin by adding in the following css:
.site { margin: 0 auto; }Sakin
Keymaster@Consciousness: Yes, that is the best link. Before we used that link to support Free theme, free plugin and free support. But for now we will be be using all that funds for earthquake relief and support.
This is really hard time for us.
Sakin
Keymaster@bigoslesli: Thanks for your initiation and support.
Sakin
Keymaster@benjo: It would have been easier if you had added your site URL. So, that I can check in and send your the css. For now, I just need to guess and send it to you.
1. If you just want slider and featured content in your homepage then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
.home #content-sidebar-wrap { display: none; }2. This is high level of customization and for this you need to build child theme. For child theme, check out http://catchthemes.com/blog/create-child-theme-wordpress/. Then after that you need to copy function
catchkathmandu_homepage_featured_content()to your child theme and change the position and all. For this, you might need to hire developer to work on it.Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitation are huge problem here. We are also helping others in the community so we are slowing getting back online.
Sakin
Keymaster@canehoyer: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitation are huge problem here. We are also helping others in the community so we are slowing getting back online.
1. This license is bit confusing. So, it works like this. Once, you purchase the theme, you can use it for all the domains that you own. You are not authorized to redistribute or re-sell it. But you can re-distribute only as child theme. So, if you buy it for your client then you can use it for that client.
2. Yes, once you remove both, there will not be header space. Also you can remove that from Custom CSS. Let me know your site URL after you make the changes and will send you custom css.
3. Yes, that possible with Custom CSS. You can send me the site URL and the color code than I can send you custom css.
4. For this, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.sidr ul li ul { display: none; } .sidr ul .menu-item:hover > .sub-menu, .sidr ul .page_item:hover > .children { display: block; }Sakin
KeymasterThanks a lot @jess888, @Jesse and @bigoslesli .
Yes, we are based in beautiful country Nepal but this earthquake destroyed it all. We are still getting few after shocks after 6 days. Lot of damages, lost lives, too much destruction which I cannot express at all. My head is still spinning round and round. But thank god we all are safe and sound. We have now moved to house from tent which needs maintenance.
Sakin
Keymaster@jacquelyn_jefferies: For color option, you need to upgrade to Adventurous Pro theme. In Free version, you can do it manually by adding in Custom CSS.
You can change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
#homepage-message .right-section a { background-color: #9bc23c; border-color: #fff; box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset; color: #fff; } #homepage-message .right-section a:hover { background-color: #87ae28; box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2) inset; }Sakin
Keymaster@bigoslesli: Thanks a lot for your support in this hard time. My head is still spinning. I really appreciate it.
Sakin
Keymaster@jess888: There is not option to do that in this theme. So, either you need to use plugin for this or you need to build child theme change the coding for show/hide.
Sakin
Keymaster@jess888:
1. To change the color, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#content article, #content .page-header, #comments, #content .author-info {
background-color: #fff;
}2. To hide the header meta data, you can add the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
.entry-header .entry-meta { display: none; }May 1, 2015 at 4:57 pm in reply to: Catch Box Pro stopped being responsive after recent wordpress update #56914Sakin
Keymaster
@bkleinhe: Thanks for your patience.Please remove the following css from your custom css box:
#secondary { width: 25.5%; } .left-sidebar #content { margin: 0 3% 0 28.6%; } #content { width: 68.4%; } @media screen and (min-width: 1100px) { .left-sidebar #secondary { float: left; margin-left: 1.4%; margin-right: 0; } .hentry { padding:0; } #page { width:1040px; } } .left-sidebar #primary { float: right; margin: 0 0 0 -35.5%; } #primary { float: left; margin: 0 -35.5% 0 0; width: 100%; }Now to change the width of Content and Sidebar, you can just change the width of primary and secondary. Like following css:
@media screen and (min-width: 961px) { #primary { width: 73%; } #secondary { width: 25%; } }Sakin
Keymaster@Alexey: That is caption image and you can remove border and background in caption by adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.wp-caption { background-color: transparent; border: none; }Sakin
Keymaster@Sebastiaan: I just check in your site and see that you have already fixed this issue. Let me know if you still have issue.
Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitization are huge problem here. We are also helping others in the community so we are slowing getting back online.
May 1, 2015 at 3:57 pm in reply to: Fatal error message on all pages after updating to latest version #56910Sakin
Keymaster@lambdog: Hum, this is strange. Can you go to “Appearance => Theme Options => Footer Editor Options” and replace the text there with the following:
<div class="copyright">Copyright © [the-year] <span>[site-link]</span>. All Rights Reserved.</div><div class="powered">Theme: [theme-link]</div>Then you can customize it as per your need.
Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitization are huge problem here. We are also helping others in the community so we are slowing getting back online.
Sakin
Keymaster@Michael: I just check in your site and see that you have already added background image to your site. So, is this issue solved? If not then can you explain more what you want to do it. Maybe, you can share screenshot.
Note: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitization are huge problem here. We are also helping others in the community so we are slowing getting back online.
-
AuthorPosts
