Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@jepatte: Yes, Simple Catch Theme is build in HTML4 and CSS2. But I think Catch Box is also compatible till IE7. So, please check it before using it.
Sakin
Keymaster@jen: Not sure what you are asking for. So, it will be good if you upload the screenshot of what you want in your site and post the screenshot url here.
Sakin
KeymasterSakin
Keymaster@fritzhesse: maybe you can try adding css for IE. For example we have used ie.css for ie8 and below. You will find ie.css on “CSS” directory.
Sakin
Keymaster@robkai: Can you let me know what’s not working in IE9, as we checked our theme Catch Everest and it is working fine on IE9. Maybe you can share screenshot.
Sakin
Keymaster@Samson81: Sorry, there is space in above css. Replace the above css with the following.
`#header-right.widget-area .widget a { color: #000; }`Sakin
Keymaster@iceman027: Your favicon is showing in FF and Safari but it is not showing it in Chrome. Also I see that you have added “Advertisement” before header. I think you have added it through Header Script. I think that might be conflicting with.
Sakin
Keymaster@hunterhicks: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
`.tagcloud a { display: block; }`Sakin
Keymaster@Bethann: You are using old version of Catch Everest Pro where there was bug in Featured Image Slider. Please udpdate to latest version 1.1.1 and change any value in Theme Options to clear the cache and your featured slider will work fine.
To remove the white space between logo image and menu, just add the following css in “Appearance => Theme Options => Custom CSS”
`
#site-logo { padding-top: 20px; }
#hgroup-wrap { padding-bottom: 20px; }
`Sakin
Keymaster@jocatman: try using custom menu and it will solve the issue on menu. Go To “Appearance => Menus” and add from there. See more about custom menu at http://en.support.wordpress.com/menus/.
We will add support for default menu in next version update.
Sakin
Keymaster@j9hagop: Sorry this option is not there. Maybe you need to use developer to customize it for you.
Sakin
Keymaster@cheri.schneider: Here goes answer to your queries.
I am using the regular Catch Everest and was wondering if it was possible to reduce the top and bottom margins on the footer areas.
— Just change it as per your need and add it in “Appearance => Theme Options => Custom CSS” box.
`
#supplementary { padding-top: 50px; }
#supplementary .widget { margin-bottom: 50px; }
`Is there a way to extend the length of space we have for the title? One of the titles on the slider is too long so it is being broken up into 2 lines and I would like it to be one line.
— Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
`#main-slider .entry-container { max-width: 60%; }`Sakin
Keymaster@iceman027: Please disable your plugin “Favicon Generator” and it will work fine. Now you have two favicons; 1. from plugin and 2. from theme options.
Sakin
Keymaster@hunterhicks: Here do you want to add the tags. If it is in sidebar then you can just use the widget “Tag Cloud”. Go to “Appearance => Widgets” and drag and drop the Tag Cloud widget in sidebar.
Sakin
Keymaster@cre8ve1: Sorry navigation cannot be moved up. You can add the slider from “Appearance => Theme Options => Featured Post Slider”
See the theme instruction at http://catchthemes.com/theme-instructions/catch-everest/
Sakin
Keymaster@Samson81:Just add the following css in”Appearance => Theme Options => Custom CSS” box.
`#header-right .widget-area .widget a { color: #000; }`Sakin
Keymaster@Samson81: Yes that’s possible. Just add background image in the menu. Use the CSS like below and add it in “Appearance => Theme Options => Custom CSS” box.
`
#header-menu {
background-image: url(“http://dev.webermfg.ca/wp-content/uploads/2013/04/carbon_fiber2.jpg”);
}`Sakin
Keymaster@rawb_in: To decrease the white space between the Footer Widgets and Featured Post Slider. Decrease the padding top in the following css and add it in “Appearance => Theme Options => Custom CSS” box.
`.blog #main { padding-top: 40px; }`Actually the footer widget is to be show in all pages. But the following css will help you to hide it in other pages and will only show in your homepage.
`
#footer-sidebar { display: none; }
.blog #footer-sidebar { display: block; }
`Sakin
Keymaster@trentbuzz: For Catch Everest Pro additional features, you can check out this page http://catchthemes.com/theme-instructions/catch-everest-pro/
Sakin
Keymaster@karinschultz: Great. But we are not sure about the plugin. You have to search for plugin in http://wordpress.org/extend/plugins/ and use it. If you find problem in plugin then you should first ask the plugin developer for support and if they ask us to change anything then we are ready to make it compatible.
-
AuthorPosts
