Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@akuster: You can add the following css in “Appearance => Theme Options => Custom CSS” box to remove the padding below the logo
#hgroup-wrap { padding-bottom: 0; }Fore detail color option, you can upgrade to Catch Everest Pro version. You will get lot of additional features which is listed in theme instructions page at http://catchthemes.com/theme-instructions/catch-everest-pro/
To change the grey background color to blue that you want, you can add the following css in “Appearance => Theme Options => Custom CSS” box
#header-menu { background-color: #0088cc; }Sakin
Keymaster@Glen: It’s because you have Content layout as “Excerpt/Blog Display”. You can go to “Appearance => Theme Options => Layout Options”, change content layout as Full Content Display and save changes. Then if you want to slit content then you can use more tag
<!--more-->to split content to show in your archive page. So, all the text above more tag will show in archive page. For more about more tag, check out http://devotepress.com/wordpress-writing-editing/how-to-split-content-using-the-more-tag-option/Sakin
Keymaster@teegee777: I don’t get it what you mean. The slider image should be at least the size of 1200px width. If your image is smaller then this then it will show it in center. Then the text and link will be show in the center like in our demo page at http://catchthemes.com/demo/catch-base/
Sakin
Keymaster@Jennifer: Did you install Catch Update plugin http://catchthemes.com/wp-plugins/catch-updater/. First, you need to install and activate Catch Updater plugin. Then you need to download the latest version of Catch Kathmandu Pro from your account at http://catchthemes.com/my-account. Then you can go to “Appearance => Themes => Add New” and upload your zip file. For more you can check instruction mentioned in Catch Updater plugin.
Sakin
Keymaster@Camel1021: Sorry there is no option to do that. But you can use Custom CSS to add in your image as the header background. For that you can replace the Paste our image URL with your image URL in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#hgroup-wrap { background: url("Paste our image URL") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }Sakin
Keymaster@shellfish_tracker: Catch Base Free version only have option to use Featured Page slider and this slider take the page title. So, you need to edit the page title to reflect it in you slider. You can use css to hide the title and content, if you need. But for this please share your site URL.
You might want to try Catch Base Pro where you will get Featured Image Slider where you can upload image, write title, content and link (all optional). Read more about it from theme instructions page at http://catchthemes.com/theme-instructions/catch-base-pro/
Sakin
Keymaster@kenm: Disabling responsive design is there in Catch Box Pro theme at “Appearance => Theme Options => Responsive Design”. There are lot other nice features, you can check out http://catchthemes.com/theme-instructions/catch-box-pro/
Yes, but if you want to do it in Free version then you need to build child theme and then copy header.php file in your child theme and remove code
<meta name="viewport" content="width=device-width, initial-scale=1" />Sakin
Keymaster@ainaC: I don’t know how you have done it. Yes, you need to copy whole function
catcheverest_header_leftin your child themefunctions.phpfile in your child theme then replace the following css:
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">With the following css:
<a href="http://smcpurebuzz.com/" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">Sakin
KeymasterFor posted on you need to copy function
catchevolution_posted_on()fromcatchevolution-functions.phpfile and paste in you child themefunctions.phpfile and edit it as per your need and to remove leave a reply you need to copycontent.phpfile in your child theme and edit the code
<?php comments_popup_link(__('Leave a reply', 'catchevolution'), __('1 Comment ↓', 'catchevolution'), __('% Comments ↓', 'catchevolution')); ?>Sakin
Keymaster@futureblu: Both Catch Everest Free and Pro version is Mobile Friendly and we always get Awesome! This page is mobile-friendly. from Google Mobile Friendly text. See this https://www.google.com/webmasters/tools/mobile-friendly/?url=http%3A%2F%2Fcatchthemes.com%2Fdemo%2Fcatch-everest%2F
But when I check in your site, you have disable responsive design from “Appearance => Theme Options => Responsive Design”. So, you need to uncheck “Disable Responsive Design” and save change. This will make your site mobile friendly.
Sakin
Keymaster@Nijn: These are the extra features which cannot done from free support. You might need to consider hiring developer to work on it.
To create extra menu, you need to build child theme first as all edits in the theme core files will be reverted back to original when you update your theme. Then after you make all the edit from the child theme, please post in your site URL and I can help you to make your new menu fixed with css.
Sakin
Keymaster@joemikos: Sorry I don’t get it what you mean. Are you trying to make it sticky or fixed menu. If so then this option is not there in Adventurous Theme. For this you might want to search for plugin or use our different theme like Full Frame, Catch Flames and catch Evolution theme which has Fixed Header Top menus.
Sakin
Keymaster@Leanvdm: Please post in your site URL and also let me know that do you want to remove both title and text in the slider.
Sakin
Keymaster@Gunter: Can you check your setting at “Appearance => Theme Options => Header Featured Image Options => Enable Featured Header Image”. It should be “Entire Site, Page/Post Featured Image”. Then it will show your featured image as header image and in category and homepage, it will show default header featured image.
Also I don’t understand why you added in featured image as Blog image for your post “Novartis entwickelt zusammen mit Google eine sogenannte smarte Kontaktlinse für Diabetiker”
Sakin
Keymaster@Andreas: For 20 post to show automatically. You can choose “Featured Content Type” as Featured Category Content, select the category and change the no of featured content to 20. So, it will show 20 latest post from those category you have selected.
Sakin
Keymaster@drzero:
1. In Catch Box free theme, you can upload the header image from “Appearance => Header”. You need to upload image with 1000px width, height can be as per your need. After that send me your site URL and will check in.2. I don’t understand what do you mean by put 2 laterals bars right and left. So, you need left and right sidebar so that you have 3 columns. Then this is not possible as it’s only 2 columns theme. For 3 columns theme, you can check out Catch Evolution theme or Catch Base theme.
Sakin
Keymaster@bobgarrett: Yes you are right. I have corrected it.
Sakin
Keymaster@Gunter: That css should work but I see there is issue with the existing Custom CSS in your site. Please find the following css in you Custom CSS box, there is extra
width: 100%;and closing bracket}
#header-left { padding-top: 8px; }
width: 100%;
}This should be as :
#header-left { padding-top: 8px; }Then you can add your css and it will work
.category .page-header { display: none; }Sakin
Keymaster@PSV_Freak: It might be conflicting with the plugin. So, first try disabling plugin one by one and check in. If this doesn’t fix it then pleas reply with details in email. I will be sending you personal email soon.
Sakin
Keymaster@Schelbert: It’s more of plugin issue, so it will be better to ask in plugin support forum as it’s all about plugin css. You might want to try adding in the following css in “Appearance => Theme Options => Custom CSS” box:
#header-right .widget {
float: left;
margin-bottom: 0;
min-width: 230px;
} -
AuthorPosts
