Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterAdd the following CSS in “Custom CSS” box in Theme Options under Appearance Tab in your WordPress Dashboard.
h2#site-description,
#footer,
#footer a,
#footer span {
color: #fff;
}Sakin
KeymasterHi JGM,
I found issue in your site. The issue in your site is with the “Post From Site”. They have minimal.css which is causing the problem.
What you can do is open minimal.css in their plugin folder post-from-site -> includes directory. Then remove the following css from line no 55 onwards:
.clear {clear:both;}
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
display: inline-block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}
This will fix our issue. To clear with you this is not our theme issues. This is issue with the plugin.
Regards,
SakinSakin
KeymasterHi JGM,
You already update to the latest version and when I check in your site it is all fixed. http://www.idodepalos.com/
Regards,
SakinSakin
KeymasterSorry there is no post format in Catch Box theme.
Sakin
KeymasterFor picture, you need to make upload the image and add it as Featured Image. For the content part. You can add in the first paragraph to the Excerpt box in your post. If the excerpt box it not enable then you can enable it thorough “Screen Options” at the top right of edit/new post.
Sakin
KeymasterNo there is no simple option to do that. You need to build child theme and then customize the content.php to change
to
Sakin
KeymasterYes you just need to copy the css as above and paste in the the “Custom CSS” box in Theme Options under Appearance Tab in your WordPress Dashboard.
Sakin
KeymasterHi, you need to create custom menu check this http://en.support.wordpress.com/menus/#changing-the-order-of-menu-items-and-creating-sub-menus
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,
Sakin -
AuthorPosts