Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@maevamena: It’s because of your heading tags. But you can solve this either by removing the header tags from your post or by adding the following CSS in “Custom CSS” box in Theme Options panel
.entry-content h3 { clear: none; }Sakin
Keymaster@jonrittmann” Just add the following CSS in your “Custom CSS” box in Theme Options panel
.post-by .no-padding-left { display: none; }Sakin
Keymaster@Lolley: If you are successful adding in the Post ID and got the text but now image. This mean that you have not added the Featured Image in your post. Just add featured image in your post and you will see the images. See this for featured image http://en.support.wordpress.com/featured-images/#setting-a-featured-image
Sakin
Keymaster@Lolley: Are you able to find the post ID. then you just add in the post ID without any #. For example if you post ID is 10 then just add 10.
If you cannot find the post ID, then install Catch IDS plugin which will show you the post id http://wordpress.org/extend/plugins/catch-ids/
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; }
-
AuthorPosts
