Forum Replies Created
-
AuthorPosts
-
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.
Sakin
Keymaster@mithrand: Maybe you want to explain with screenshot. As there is detail color option for menu, sum-menu, hover/active at “Appearance => Theme Options => Color Options”. Try changing color codes there.
October 21, 2015 at 11:25 am in reply to: How do I get the 'featured pages boxes' off all pages except home page? #78283Sakin
Keymaster@Therese: Thanks for your appreciation 🙂
Sakin
Keymaster@eirini: Yes, you can change the background color in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#header-menu #access { background-color: #222; }October 21, 2015 at 12:16 am in reply to: Slider Toggled Off, Still Shows. Need to get rid of it… #78265Sakin
Keymaster@mrdave43 For now, please add the following css in “Appearance => Theme Options => Custom CSS” box:
#slider { display: none; }Sakin
Keymaster@pseudomonas: If that’s no plugin issue then you might want to contact your server. Sometime, it might be server issue. After you deactivate plugin create new page and test it in there first.
Sakin
Keymaster@matthewseanmclachlan: It should work fine if you have added in table in text mode. Make sure you have added in table code properly. If you have problem then try installing responsive table or columns plugin and then add in.
Sakin
Keymaster@pseudomonas: I am able to add it same code. I hope you don’t have any plugin conflict or security block in your server which protect from inserting iframe code. I am able to add iframe code in Simple Catch Pro theme. See these screenshot:
http://www.awesomescreenshot.com/0555c6nw54
http://awesomescreenshot.com/06d5c6ny6aSakin
Keymaster@Tolu: It will be simple one to upgrade. All your settings will be migrated automatically. You only need to setup new settings. See this screencast at http://devotepress.com/wordpress-writing-editing/upgrade-premium-version-wordpress-themes-eg-adventurous-pro/
Sakin
Keymaster@davidlspencer: Thanks and we have updated it in version 2.1.
-
AuthorPosts
