Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterHi, You need to use custom menu. Go to Menu under Appearance Tab in your WordPress Dashboard and create your own custom menu. See this http://catchthemes.com/theme-instructions/catch-box/
Sakin
Keymasterthere is no such changes effecting the facebook comment. So, you need to check on the facebook comment function you added. Check out this plugin http://wordpress.org/extend/plugins/facebook/ by facebook and automattic.
Sakin
KeymasterYes I understand this. When you choose the layout without Sidebar. It centers the width with 640px. If you don’t like this then add the following CSS in your “Custom CSS” box in Theme Options under Appearance Tab in WordPress Dashboard:
.no-sidebar .div.col8 {
width: 978px;
}
Sakin
KeymasterHello, to remove the data you need to build child theme and do the customization.
But you also have a simple process of hiding it through css. You can add the following css in your “Custom CSS” box in Theme Options under Appearance Tab in your WordPress Dashboard:
/*To Remove the Categories at the bottom of the posts.*/
.single .tags {
display: none;
}
/* to Remove Date and Author Name */
#main #content ul.post-by {
display: none;
}
Regards,
SakinSakin
Keymastergreat that you fixed it. Cheers 🙂
Sakin
KeymasterHi,
If you are talking about the sidebar widget grey border then you can disable that through CSS. Just add the following css in “Custom CSS” box in your Theme Options under Appearance Tab of WordPress Dashboard.
.widget {
border: none;
}
Regards,
SakinSakin
Keymasterthanks for your input and support.
Sakin
KeymasterThank you for your support. But adding features in free theme take times. These free themes are our contribution to WordPress community and we release small upgrade slowly. I hope you understand this.
If you want it urgent then you can use Hire a Cutomizer option http://catchthemes.com/hire-customizer/
October 4, 2012 at 5:19 pm in reply to: My right side bar is showing at the bottom of the page #1041Sakin
KeymasterHi,
I just check in the source code of your site and fond that it is not the issue of the theme. But it’s the issue of extra
code in your content from the article title “Arnold Schwarzenegger talks about housekeeper affair” .
You have to edit that article and delete the extra
before the text Why tell your wife? you don’t want that bitch nagging you do you?
Regards,
SakinSakin
KeymasterHi Alyssa,
I found there is issue with the layout option with the images. So, we have already set it for release on Simple Catch Version 1.4.4.
For now to do quick fix in that page.
You can just add the following css in “Custom CSS” box in Theme Option under Appearance Tab in your WordPress Dashboard:
.no-sidebar #sidebar {
display: none;
}
Regards,
SakinSakin
KeymasterTo increase the number of post you can do it from “Blog pages show at most” under Reading->Settings tab in your WordPress.
But if you have selected the static page in the reading option then it will only show the single static page in your homepage.
Sakin
KeymasterHI JGM,
Can you add the following css in “Custom CSS” box in Theme Option:
.left-sidebar #primary {
margin: 0 0 0 -35.5%;
}
.left-sidebar #secondary {
width: 32.5%;
}
There is slight css issue in the Right Content Layout. We will be releasing the fixed version soon.
Regards,
SakinSakin
KeymasterYou can just add the following css in “Custom CSS” box in your Theme Options under Appearance Tab of WordPress Dashboard:
h1#site-title a img {
max-height: 167px;
}
Sakin
KeymasterHi alyssalang,
There is “Select Sidebar Layout” box at the bottom of the page/post while to write new page/post or edit old page/post.
Regards,
SakinSakin
Keymastercan you upload your logo and send us the site URL then we will send the CSS code to add in your Custom CSS box in theme options.
Sakin
KeymasterYou need to send the support ticket using this form http://catchthemes.com/support-ticket/ . State the problem and also send the WordPress access to the support team.
We will check if the problem is in your server or in the theme conflict with other plugin.
Sakin
KeymasterHi jgmusso,
I just see one problem in the footer which can be fixed by adding the following css in “Custom CSS” box in Theme Option:
#site-generator {
display: block;
}
For more can you send me the screenshot.
Regards,
SakinSakin
KeymasterSimple Catch theme doesn’t have custom header option. There is just an option to change the logo. See the Theme Instructions http://catchthemes.com/theme-instructions/simple-catch/
Sakin
KeymasterYou can check in Simple Catch Theme Instruction http://catchthemes.com/theme-instructions/simple-catch/
Sakin
KeymasterI just check in your site and there is no footer widget. I think you already fixed it. Let me know if there is problem
-
AuthorPosts