Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@cindy: There is Catch Updater plugin that you will find in http://catchthemes.com/wp-plugins/catch-updater/. You can download zip file and then upload it from “Plugins => Add New => Uploads”.
Sakin
Keymaster@matthewseanmclachlan: It’s conflicting with your own customs css:
Find all the #header-top css, you will find the following:#header-top { position: fixed; } #header-top { background: #ea3b36; background: rgba(234, 53, 54, 0.7); } #header-top { box-shadow: 0 0 7px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5); position: relative; } #header-top { z-index: 99; }Remove all that and add the following:
#header-top { background: #ea3b36; background: rgba(234, 53, 54, 0.7); box-shadow: 0 0 7px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5); position: fixed; z-index: 99; }Sakin
Keymaster@Anna1226: Your slider is showing fine. If you are talking about hiding you header site title and tagline then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#masthead { display: none; }Sakin
Keymaster@mrsdee: Thanks for your appreciation and if you like my support and Catch Kathmandu theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-kathmandu?rate=5#postform
Sakin
Keymaster@Paul: Try adding following css in “Appearance => Theme Options => Custom CSS” box:
@media screen and (max-width: 940px) { #branding img { max-height: 100%; } }Sakin
Keymaster@matthewseanmclachlan: You can add the following css:
.site { padding-top: 75px; } #header-top { position: fixed; }Sakin
Keymaster@mrsdee: yes, just go to “Appearance => Theme Options => Homepage Headline Options” and add your email address as
mailto:youremailaddressin Headine LinkSakin
Keymaster@champac: It’s not link issue. It’s flexible height from your slider. I see that you haven’t regenerated thumbnail after activating this theme. Please regenerate thumbnail using Regenerate thumbnail plugin https://wordpress.org/plugins/regenerate-thumbnails
After that make any change in customier to clear the cache and see the difference.
Sakin
Keymaster@shawn: ok then try adding following css in “Appearance => Theme Options => Custom CSS” box:
@media screen and (max-width: 960px) { #secondary { display: none; } }Sakin
Keymaster@matthewseanmclachlan: Oh I misunderstood. Then remove the css I gave you. Check your site, it’s not live.
Sakin
Keymaster@cindy: Did you use Catch Updater plugin and followed the instructions. I will email you for assistance.
Sakin
Keymaster@eirini: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
#header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a { background-color: #e5e5e5; color: #373737; }Sakin
Keymaster@Therese: Thanks for finding bug in Create Pro theme. For now, please add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.create-menu.toggled ul ul { left: auto; opacity: 1; }Note: You can remove this after you get new version update. We will fix it by tonight. Sorry for the trouble.
Sakin
Keymaster@monicavilas: Thanks 🙂
Sakin
Keymaster@monicavilas: Thanks for your appreciation. If you like my support and Catch Base theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-base?rate=5#postform
Sakin
Keymaster@monicavilas: Which plugin are you using it and if that is working in customizer then it should work in live as well. Or you can just build child theme, for child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/. You can also download sample Catch Base child theme from there and then add the following code in your child theme
functions.phpfilefunction catchbase_child_invalidcache() { delete_transient( 'catchbase_featured_slider' ); } add_action( 'after_setup_theme', 'catchbase_child_invalidcache' );Sakin
Keymaster@Angel:
1. Sorry, that is how the WordPress Excerpt text works. If you want HTML code with formatting then try “Image Content” in Featured Content Type. Otherwise, you need to build child theme. For child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and then copy functioncatchkathmandu_featured_content_page()to your child themefunctions.phpfile and edit it.2. What do you want to change that next and previous arrow in the slider to. If you want to just change it from css. Then you can use the following css element and add your custom css in “Appearance => Theme Options => Custom CSS” box:
#slider-nav a.slide-previous { } #slider-nav a.slide-next { }But if you want to change manually to text, then you need to build child theme and then copy function
catchkathmandu_image_sliders()to your child theme functions.php file and edit it.October 21, 2015 at 1:14 pm in reply to: Catch Simple problems with ampersand appearing after “continue reading” in posts #78288Sakin
Keymaster@NANKYUNG: Thanks for your appreciation. If you like that plugin then you can always ask in that plugin support and they will come up with compatible code.
-
AuthorPosts
