Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Dr.Forcier: I don’t understand. You follow the instruction and it worked or not? As I have clearly stated the step above in the thread. But I though you didn’t get that, So I send you to details instruction which you can skip and view only the part you want.
Sakin
KeymasterIf the theme instruction is not clear then watch this video. Click here to watch
Sakin
KeymasterCheck now
Click here to Watch VideoSakin
Keymaster@batmovil69: thanks a lot and will sure contact you again. Have a nice day.
Sakin
Keymaster@Tekstiltrold: You can just increase the padding by adding the following CSS in Theme Options panel
#header-content { padding: 4em 0; }Sakin
Keymaster@maevamena: Just add the following CSS in Custom CSS box in your Theme Options panel to hive the page title in the content.
.page .entry-title { display: none; }Sakin
Keymaster@northwesturbanfarmer: Looks fine. I don’t see any problem.
Sakin
Keymaster@prius4f: I think there is cache in your server. As I can see it in my mobile and tablet. It’s already fixed. Don’t worry just wait for cache to rollover.
Sakin
Keymaster@siqve006: Can you activate different theme and check it. You can download http://wordpress.org/extend/themes/catch-box/ and check it.
Send me your site URL as well. Let see.
Sakin
Keymaster@armandosarris: To hide the page title, you can add in the following CSS in “Custom CSS” box in Theme Options panel.
.page .entry-title { display: none; }For disabling comment you can read this tutorial or watch this video
Sakin
Keymaster@william: You need to create child theme and then remove the function with action hook. It will be somewhat like the below code
// Unhook default Simple Catch Pro functions
function unhook_simplecatch_functions() {
// Don't forget the position number if the original function has one
remove_action( 'simplecatch_before_sidebartop', 'simplecatch_headerdetails', 10 );
}
add_action( 'init', 'unhook_simplecatch_functions' );add_action( 'simplecatch_before_sidebartop', 'simplecatch_headerdetails_child', 10 );
/**
* Diplaying Header Logo, Site Title and Tagline
*/
function simplecatch_headerdetails_child() {}
I recommend you to take the expert help for this.
Sakin
Keymaster@siqve006: Catch Box theme don’t have issue with password protected post. No you will not loose data by deactivating the theme. But fore that try deactivating the plugins and check in that is conflicting.
Sakin
Keymaster@OkiDoki: Look it’s already fixed in your site. I have already answered you in this thread. http://catchthemes.com/support-forum/topic/plug-in-left-something-after-removing/ .
Sakin
Keymaster@Tekstiltrold: Yes you can change with the help of css. Add the following CSS in “Custom CSS” box in your Theme Options panel. Change the color code as per you need.
/* For Primary Menu */
#branding #access { background: none #009; }
/* For Secondary Menu */
#access-secondary { background-color: #39C; }
Sakin
Keymaster@Abbie: Just add the following CSS in your “Custom CSS” box in your Theme Options panel.
#homepage-message span { text-align: right; }This heading and subheading is not created to make the large blog of text. It’s for few lines of text.
Sakin
Keymaster@prius4f: Just update to Catch Box Pro version 2.1 and it will be fixed. See this for changelog of Catch Box Pro Theme http://catchthemes.com/changelogs/catch-box-pro-theme/
Sakin
Keymaster@OkiDoki: Looks like there is code in webmaster tools header or footer code. Check there.
Sakin
KeymasterJust add the following css in your “Custom CSS” box in your Theme Options panel. You can change the color code as per your need. Change the code in the background color to add background color and change the color code in color to change the text color.
#homepage-message { background-color: #000; color: #fff; }Also we are launching Catch Everest Pro theme next week which includes all color options.
Sakin
Keymaster@northwesturbanfarmer: Can you send me you site URL so that I can check what you are doing and what’s not working.
-
AuthorPosts
