Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@acgtMedia: Jquery is not only used to slider.
For slider its jquery cycle jquery.cycle.all.min.js and slider script catcheverest-slider.js . Which will be automatically remove when you disable slider from “Appearance => Theme Options => Featured Post Slider => Slider Options”
Sakin
Keymaster@zigster: You don’t need to change any code. Just add the following CSS in “Custom CSS” box in Theme Options panel.
#branding hgroup { display: inline-block; }
#site-logo { float: left; }
#site-details { float: left; padding-left: 15px;}
#site-title, #site-description { margin: 0 }
Sakin
Keymaster@denise.c.wamsley: You have just add the following CSS in “Custom CSS” box in Theme Options panel to reduce the font size of the post title.
#main #content .post h2.entry-title { font-size: 26px; line-height: 32px; }Sakin
Keymaster@Rideit NZ: You need to upload the zip file. See the Theme Instructions http://catchthemes.com/theme-instructions/catch-everest-pro/ . If you still have issue then let me know it and then I will install it for you.
Sakin
Keymaster@hastings: Can you post your site url and let me know what exactly you are trying to do it. Then only I will be able to help you with.
Sakin
Keymasteradd the following css in “Custom CSS” box in Theme Options panel.
#header-menu ul.menu a { padding: 0 14px; }Sakin
Keymaster@Jahn: See this theme instruction http://catchthemes.com/theme-instructions/catch-everest-pro/
Check your setting in “Appearance => Theme Options => Featured Slider” for slider. Looks like you haven’t added any slider details. In free it was loading default slider.
Sakin
KeymasterHello David,
For different sidebar in different pages, you need to upgrade to Catch Everest Pro Theme. Catch Everest Pro currently have 12 widgetized area (Sidebars) that are 1. Main, 2. Header Right, 3. Optional Homepage, 4. Optional Archive, 5. Optional Page, 6. Optional Post, 7. Optional Sidebar One, 8. Optional Sidebar Two, 9. Optional Sidebar Three, 10. Footer Area One, 11. Footer Area Two, and 12. Footer Area Three.
See this for additional features in Catch Everest Pro theme http://catchthemes.com/theme-instructions/catch-everest-pro/
Regards,
SakinSakin
Keymaster@rsolosky: WoW you asked the question and solved it. Now answering other. Thanks a lot for your effort. This is why I like providing Free themes.
Yes, Please follow the rsolosky suggestion of creating featured post slider. Also there is Theme Instructions for more about themes http://catchthemes.com/theme-instructions/catch-everest/
Sakin
Keymaster@Jahn: What happen to your site? It shouldn’t be that. Also I just check in your site and your are still using Catch Everest Free theme not the pro one.
Sakin
Keymaster@Nicki: It’s great that it solved. Keep your site Safe and Secure. Spam mean there might be some sort of hacking. You can check this slide which talks about building secure WordPress site. http://www.slideshare.net/catchinternet/building-secure-word-press-sites-catchinternet
Sakin
Keymaster@Luis:
1. Remove “Powered by WordPress / Catch Theme” from footer.
— We don’t allow to remove Footer information in Free Theme as this is only the source of our recognition for providing Free theme and Free Support. But, if you want to remove it, please upgrade to Catch Box Pro theme and then you will have Footer Editor Options in Theme Options panel to edit or remove the footer text.2. Navigation menu not always stays in one line. It changes with
different search engines. I used this code from one of your posts and it helped but it was not a final solution: #branding ul.menu a { padding: 0 1.11em; }
— Yes we know about that, different browser render the font and margin differently so it cannot be 100% same. You just adjust the padding as per your need.3. Capital letters not working on iPhone/android devises. Shows Home,
in stead of HOME, I used this code from one of your posts and it helped but it was not a final solution since it does not work in iPhone/Android: #branding ul.menu a { text-transform: uppercase; }
— Add the following CSS in “Custom CSS” box in Theme Options panel.
.tinynav { text-transform: uppercase; }4. iPhone/Android showing Green Background frame on the right instead
of the bottom (as in the rest of the site) on the pages where I have
a contact form. Something similar happens when I was trying to fill out this actual form, from an iPhone, I could not get to the Submit button.
— the form you have added in your contact page is not responsive so it is having issue in mobile devices.5. How can I make a Header slide show? I did not understand the video another person posted.
— To add the Featured Post Slider. See this
First create the Post and don’t forget to add in the Featured Image in the post as this image is used in the slider. To add featured image see this http://en.support.wordpress.com/featured-images/#setting-a-featured-imageThen get the ID of the post. When you edit your post or write a post. you will see the id in your browser address bar. But if you cannot find it then you can use this plugin to view it http://wordpress.org/extend/plugins/catch-ids/
Then go to “Appearance => Featured Slider => Slider Options”. Add in the post id.
6. Twitter link says “Forbidden (Rate Limit Exceeded)”. How to correct
this issue?
— I don’t know about this. I think you are talking about the widget or plugin. If you are talking about plugin then as the Plugin support forum.7. How to change text color of a particular widget?
— For this you need to know about the CSS ID and Class and then add the css for that particular ID and classes.Sakin
Keymaster@pips: Just add the following CSS in “Custom CSS” box in Theme Options panel to hide previous and next post
.single #nav-below { display: none; }Sakin
Keymaster@karinschultz:
1. For image border in single post, just add the following css in “Custom CSS” box in Theme Options panel.
#main #content .wp-caption img { padding: 5px; }2. We cannot adjust the menu pixel perfect. But can you try this. Replace your old css for menu
#header #mainmenu ul li:last-child a { padding: 0 15px; }with this one
#header #mainmenu ul li:last-child a { padding: 0 16px 0 17px; }3. I don’t understand what you mean. Can you explain it.
Sakin
Keymaster@Mickesan: You can just add the following CSS in “Custom CSS” box in Theme Options panel to change the menu hover background color. Change the color code as per you need.
#branding ul.menu li:hover > a, #branding ul.menu a:focus { background: #e5e5e5; }You can change the menu font to web safe fonts by adding in the following CSS
#branding ul.menu { font-family: Arial, Helvetica, sans-serif; }See this for Web Safe Fonts http://www.w3schools.com/cssref/css_websafe_fonts.asp
Sakin
Keymaster@Mickesan: About the hover color, just change the color code and add the following css in your Custom CSS box in Theme Options panel.
#branding ul.menu li:hover > a, #branding ul.menu a:focus{ background: #e5e5e5; }For header image, change your image http://worldsangels-carlyrosesonenclar.com/wp-content/uploads/2013/04/bb3.png to .jpeg format not png. Png format are larger image size.
Sakin
Keymaster@Chris: Just add the following css in “Custom CSS” box in Theme Options panel.
#comments .nocomments { display: none; }Sakin
Keymaster@Chris: I got confused with Catch Box Free theme. You can translate the theme in your language my creating .mo and .po file and defining the language in wp-config.php .
See this tutorial on translation http://wp.tutsplus.com/tutorials/theme-development/translating-your-theme/
Also, for your ease you can download the Catch Box Free version and get the .mo and .po file and update that.
Sakin
Keymaster@dre2010: There is border from NGG gallery css not from our theme css. See this
.ngg-gallery-thumbnail img {
background-color: #FFFFFF;
border: 1px solid #A9A9A9;
border-radius: 8px 8px 8px 8px;
display: block;
margin: 4px 0 4px 5px;
padding: 4px;
}
To remove the border from the NGG gallery images, you can just add the following css in “Custom CSS” box in Theme Options Panel.
.ngg-gallery-thumbnail img { border: none; }Mobile Devices CSS means resposnive css which you will find int responsive.css in css directory of theme. You can see the media query and add the css in the “Custom CSS” box in Theme Options panel or build child theme and customize there.
I am not so sure what are you talking about “sudden the css auto deleted some classes.” can you explain it.
-
AuthorPosts
