Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Buttsc7875: Sorry not familiar with e-junky code. So, can you ask that in e-junky support forum and let us know what they will ask you to do. If it’s in our theme that we can help then we will add in support for you.
Sakin
Keymaster@richardfsmith: It opening fine on our end. I checked in both ie8 and ie9 for our Catch Box Theme ( http://catchthemes.com/demo/catchbox/ ) and Catch Box Pro Theme ( http://catchthemes.com/demo/catchbox/ )
Sakin
Keymaster@VINCE8585: You need to add the following css in your “Custom CSS” in Theme Options.
#branding .menu .current-menu-item > a,
#branding .menu .current-menu-ancestor > a,
#branding .menu .current_page_item > a,
#branding .menu .current_page_ancestor > a,
#colophon .menu .current-menu-item a {
background: #e5e5e5; /* Show a solid color for older browsers */
background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
background: -o-linear-gradient(#f9f9f9, #e5e5e5);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e5e5e5'); /* for IE */
color: #000;
}
Sakin
Keymaster@VINCE8585: Great it’s fixed. But when you need to modify theme you shouldn’t change any core theme files as this will be overwritten when there is update.
So, if you are just modifying css then use “Custom CSS” box in your “Theme Options” under Appearance Tab in your WordPress Dashboard.
If you want to further customize the code and the functions then you need to build child theme and then do customization there.
Sakin
Keymaster@amberatx: remove the css I gave your earlier and add the following css:
#header #mainmenu ul li a {
padding: 0 22.9px;
}
#header #mainmenu ul li:last-child {
border-right: medium none;
}
Sakin
Keymaster@mickael: There is new version of Catch Mustang released today to facilitate latest posts in homepage. Please download version 1.1 from your account with us.
You can disable all the Homepage sidebar (Widgets) through “Theme Options -> Homepage Options -> Homepage Sidebar Options”
You can enable latest posts on Homepage through “Theme Options -> Homepage Options -> Homepage/Frontpage Blog Settings”
Sakin
KeymasterI am working on the the translator now. Will update soon.
Sakin
Keymaster@paulyuan: You can hide entry meta on header by adding the following CSS in your “Custom CSS” box in your Theme Options:
.entry-header .entry-meta {
display: none;
}
You can disable sidebar if you select different layout from Theme Options. But if you have default layout then yes we will have sidebar.
Yes featured image on Post only. You can add any image in page that is not a problem. If you are thinking of adding the featured slider without post then you can upgrade to Catch Box Pro theme which have independent Featured Image Slider.
Sakin
Keymaster@jsiddharth: Need to look at your site.
Sakin
Keymaster@amberatx: You can increase the padding as per your need. Add the following CSS in “Custom CSS” box in your Theme Options under Appearance Tab in your WordPress Dashboard.
#header #mainmenu ul li a {
padding: 0 25px;
}
Sakin
Keymaster@VINCE8585: Sorry this option is not available in this theme. Why don’t you check our other theme Simple Catch Pro http://catchthemes.com/themes/simple-catch-pro/ which has this function.
Sakin
Keymaster@VINCE8585: It does. When you are in particular page or category. The menu of particular page or category font get bold.
Sakin
Keymaster@VINCE8585: Please ask the lightbox plugin support team for that and if they ask any changes you need then I will send you the support.
Sakin
Keymaster@Iris: Making changes in the core theme file is not recommended. Because it gets overwritten when you upgrade or even update your theme. So, if you are making any css changes then you can use our “Custom CSS” box in your theme options. So, that you can just copy the css and put it back.
Creating a child theme is very easy. You just to define the template in new style.css of child theme. Check this tutorial http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/
Sakin
Keymaster@drchoate: I don’t get your requirement. Why don’t you use category where it list all the post from that particular category.
Sakin
Keymaster@vonromantiko: there is option in your Theme Options under Appearance tab, where you can select default layouts.
Sakin
Keymaster@@andrewteg: In new Version 1.7.1 it is going to be fixed. Thanks for your input. It will be releasing soon.
Sakin
Keymaster@sunita0483: You are using Simple Catch Free Theme and also you don’t have any menu in this site http://www.truthdisciple.com/ . Please add menu and let me know it.
Sakin
Keymaster@Anusha: I don’t see problem in IE9 but yes there is problem in IE8 but the code that has problem is not ours. You have added custom code for contactSide and not used our sidebar. So, sorry I won’t be able to help much as we don’t have code base.
Sakin
Keymaster@amberatx: I looked at you site and you have successfully changed the header background. You need add the following CSS in “Custom CSS” box in your Theme Options.
#header {
background: none #A9C6A9;
}
Please don’t add any addition css in style.css directly in parent theme. But I see that you have build Child theme. If that is the case then you don’t need to add it in “Custom CSS” box. You can add it in child theme style.css
In your case I see that you have added in both places. In child theme style.css and in theme options. That why it is a problem.
-
AuthorPosts
