Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@cameraphobic: Can you post in your site URL and let me know which link where added.. Have you install any Cache plugin like WP Super Cache or W3 Total Cache or WP Rocket. Then it might be Cache issue and you need to go to these plugin settings and Clear the cache. After you clear the cache refresh your browser and check in.
Sakin
Keymaster@Camel1021: For full width image, the size should be width 1280px and height as per your need.
Sakin
Keymaster@Glen: Nice 🙂
Sakin
Keymaster@shellfish_tracker: Yes there are lot and the user mainly likes Catch Base Pro:
1. Featured Slider Type: Here you change select Featured Image Slider or Featured Page Slider or Featured Post Slider or Featured Category Slider.
2. Footer Editor Option
3. Color Options
4. Additional Sidebars
5. Featured Content Type: Here you change select Featured Image Content or Featured Page Content or Featured Post Content or Featured Category Content.
Many more additional featured which is highlighted in Theme Instructions of Catch Base Pro.Sakin
Keymaster@Leanvdm: In free Catch Base free version, you have option to use only Featured Page Slider which will take featured image, title and text from your page. So, the only way to hide the text in the slider will be to add in the following css in “Appearance => Theme Options => Custom CSS” box:
#feature-slider .entry-container { display: none; }You might also want to check out Catch Base Pro which has option to use Featured Image Slider, which you can just upload the image as per your need. There are other additional features as well, which is listed in theme instructions page at http://catchthemes.com/theme-instructions/catch-base-pro/
Sakin
Keymaster@joemikos: Yes but the option you are asking is not there in this theme. You just want one page site
Sakin
Keymaster@Andreas: Hum there is no random option at this stage. You can only select category. If you need to make it random then you need to build child theme and edit that category featured content query.
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.
-
AuthorPosts
