Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@plittlefield: For that go to “SEO => Title & Metas => Home” and change it as per your need.
Sakin
Keymaster@Kristin: Yes it’s source file is catchkathmandu-allmenu.js but compress file that we use in theme in catchkathmandu-allmenu.min.js
Sakin
Keymaster@L: So where do you exactly want to add in and also please send me your code via https://gist.github.com/ . You can paste your code there and add URL there. Then I will try to find out the best possible solution
Sakin
Keymaster@Gunter: Sorry that’s the only solution we have.
Sakin
Keymaster@ddeltoro15: Ok try adding following css in “Appearance => Theme Options => Custom CSS” box:
img.alignleft, img.alignright, img.aligncenter { margin-bottom: 10px; } img.alignleft { margin-right: 15px; } img.alignright { margin-left: 15px; }Sakin
Keymaster@EducatedSavage: Sorry to edit/add text in footer are where it say Copyright 2015, you need to upgrade to Pro version. In Pro version, you will be Footer Editor Options in your Theme Options panel where you can add HTML links.
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; } -
AuthorPosts
