Forum Replies Created
-
AuthorPosts
-
SakinKeymaster
Yes 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;
}
SakinKeymasterHello, 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,
SakinSakinKeymastergreat that you fixed it. Cheers 🙂
SakinKeymasterHi,
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,
SakinSakinKeymasterthanks for your input and support.
SakinKeymasterThank 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 #1041SakinKeymasterHi,
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,
SakinSakinKeymasterHi 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,
SakinSakinKeymasterTo 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.
SakinKeymasterHI 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,
SakinSakinKeymasterYou 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;
}
SakinKeymasterHi 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,
SakinSakinKeymastercan 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.
SakinKeymasterYou 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.
SakinKeymasterHi 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,
SakinSakinKeymasterSimple 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/
SakinKeymasterYou can check in Simple Catch Theme Instruction http://catchthemes.com/theme-instructions/simple-catch/
SakinKeymasterI just check in your site and there is no footer widget. I think you already fixed it. Let me know if there is problem
SakinKeymasterCan you try this one. Remove the theme and then reinstall the new version. There must be something in your theme/site which is causing the problem. As this is happening to your site only and not to us http://catchthemes.com/demo/catchbox/
SakinKeymasterI looked in Catch Box theme in IE and it is looking fine. See this in IE http://catchthemes.com/demo/catchbox/ . So, try checking in the changes you made or the plugins you added.
-
AuthorPosts