Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Amanda Barbosa: You can upload the logo image as per your need. Just go to “Appearance => Customize => Site Title & Tagline”, then uncheck “Check to disable logo” to show the default logo and then click on “Change logo” bottom. Upload the logo or choose from existing media library images.
For more check out theme instructions page at http://catchthemes.com/theme-instructions/catch-base-pro/
Sakin
Keymaster@Seper: Doesn’t look like that. Table of Contents Plus plugin in Catch Base theme site. It’s working fine. Can you try to disable that plugin and check in. If that you have problem only when you activate that plugin. Maybe with some other plugin.
Sakin
Keymaster@franktan: I see that you are using Catch Box Free theme, where the recommended featured image size in Width: 644px and Height: 320px. See the theme instructions page at http://catchthemes.com/theme-instructions/catch-box/. This slider in Feature Post Slider with Content width.
But if you upgrade to Pro version, you will get option to make the slider full width of your site and also get option to choose from “Featured Image slider, Featured Page slider, Featured Post slider, Featured Category slider. In Full Width slider, the recommended size is Width: 980px and Height: 400px. But if you use Featured Image Slider, height can be any you like. For more see the theme instructions of Catch Box Pro theme at http://catchthemes.com/theme-instructions/catch-box-pro/
Sakin
Keymaster@Mahartma: It’s because of your child theme style.css. In child theme style.css you only need import or wp_enqueue_style parent theme style.css and then only add the css that you want to change. Please don’t add all the style.css from the parent theme to your child theme style.css. That is why you are having this issue.
Check this out for child theme http://catchthemes.com/blog/create-child-theme-wordpress/
See this css in your child theme which is hiding responsive menu:
.tinynav { display: none; font-size: 16px; }Sakin
Keymaster@kurt: Thanks for your appreciation and if you like Catch Base theme then please support it my providing your valuable review and rating at here https://wordpress.org/support/view/theme-reviews/catch-base?rate=5#postform.
Sakin
Keymaster@Marcus: Looks like you have customize the site and then add center for all. Ok I got it, you forgot to close div. It’s from Visual Media ads. I found the following code in your site where it’s missing closing
</div>for<div align=center><div align=center><!-- VisualMMedia_ROS_728x90_Top_Middle -->Sakin
Keymaster@srp7: You can change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
/* Link Color */ a { color: #000; } /* Link Hover Color */ a:hover { color: #000; }Sakin
Keymaster@bigoslesli: Post in your site URL. Did you disable responsive design. Check your settings at “Appearance => Theme Options => Responsive Design”.
Catch Kathmandu Pro theme is responsive design theme so it’s mobile friendly. Check this test we did for Catch Kathmandu Pro https://www.google.com/webmasters/tools/mobile-friendly/?url=http%3A%2F%2Fcatchthemes.com%2Fdemo%2Fcatch-kathmandu%2F
Sakin
Keymaster@Lorentz: Thanks Catch Box theme was mainly based on Twenty Twelve theme. So, it has same issue. We have already made that ID to class which will be updated soon in version 4.1
Yes, there is layout issue Error 404 page which is also schedule to be fixed in version 4.1
Thanks
Sakin
Keymaster@weberg69: Yes, you can.
1. First you need to build Custom Menus from “Appearance => Menus”, then you can add that custom menu to your sidebar from “Appearance => Widgets”.
2. Then you can disable your default menu in header from “Appearance => Theme Options => Menu Options”March 19, 2015 at 4:11 pm in reply to: Image Slider Pictures will not stretch to maximum monitor size #53726Sakin
Keymaster@Heinrich: We only have zip file in My Account, maybe you have auto-extractor in your browser. Try from different browser or you can right click and click on “Save Link As” and download the zip file. See this screenshot https://www.pinterest.com/pin/548594798333093154/
Sakin
Keymaster@michellebergmann: To make the slider image 100% with, you can make it stretch by adding in the following css:
.featured-slider .slides img { height: auto; width: 100%; }Sakin
Keymaster@michellebergmann: Ok then the css with be as below:
#homepage-message p { font-family: "Rye", sans-serif; }But if you want “You’ve never experienced anything like this before.” to be normal then add the following extra:
#homepage-message p span { font-family: sans-serif, Arial; }This theme is not designed to make it expand 100%. So, you might want to look for our other themes at http://catchthemes.com/themes/
But if you want to work that out with this theme, I don’t guarantee good one. You might need to hire developer to make it nice. try the following css for now:
.site { margin: 0 auto; width: 100%; }Sakin
KeymasterHello Kurt,
The No Sidebar (Content Width) mean there will not be sidebar but it will have content width. So, see the demo at http://catchthemes.com/demo/catch-base/layout-options/no-sidebar-content-width/
If you want full width then you should choose No Sidebar (Full Width) content layout. See this demo at http://catchthemes.com/demo/catch-base/layout-options/no-sidebar-full-width/
Yes, you can use CSS as suggested by @widespread
Regards,
SakinSakin
KeymasterYes, in pro version there is option to check “Target. Open Link in New Window”. So, you can uncheck that option and it will be self.
But sorry this option is not there in free version. For free version, you need to build child theme and then copy
catchkathmandu_homepage_headline()function to your child theme functions.php file, then removetarget="_blank"in the following code:
$catchkathmandu_homepage_headline .= '<div class="right-section"><a href="' . $homepage_headline_url . '" target="_blank">' . $homepage_headline_button . '</a></div><!-- .right-section -->';Sakin
Keymaster@widespread: Thanks. We haven’t tested this theme with Polylang and it’s great that it is working fine. Cheers 🙂 Thanks for your detail information. This post will really help other who want to use Polylang plugin in Catch Base theme.
Thanks a lot 🙂
Sakin
Keymaster@Claudio: I am telling you is that All Private pages will be visible only to you when you are log in. We will not see it. this is how WordPress Private page/post works. So, we see empty Slider and Featured Content.
About menu, you can create custom menu from “Appearance => Menus” and then add page, post, category, links as per your need to your custom menu. Then assign your menu to Primary menu location from “Appearance => Menus => Manage Location”. Check this out for custom menus http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/
-
AuthorPosts
