Forum Replies Created

Viewing 20 posts - 14,441 through 14,460 (of 14,476 total)
  • Author
    Posts
  • in reply to: Updating only the site description ONLY font color #1161
    Sakin
    Keymaster

    Add 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;
    }

    in reply to: Footer area // Third column problem #1160
    Sakin
    Keymaster

    Hi 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,
    Sakin

    in reply to: Footer area // Third column problem #1138
    Sakin
    Keymaster

    Hi JGM,

    You already update to the latest version and when I check in your site it is all fixed. http://www.idodepalos.com/

    Regards,
    Sakin

    in reply to: Post format options disappeared #1132
    Sakin
    Keymaster

    Sorry there is no post format in Catch Box theme.

    in reply to: Display full post on blog page #1131
    Sakin
    Keymaster

    For 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.

    in reply to: show full post in category #1130
    Sakin
    Keymaster

    No there is no simple option to do that. You need to build child theme and then customize the content.php to change to

    in reply to: How to Remove Date and Author Name #1129
    Sakin
    Keymaster

    Yes 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.

    in reply to: Dropdown menu for subpages #1083
    Sakin
    Keymaster
    in reply to: Dropdown menu for subpages #1079
    Sakin
    Keymaster

    Hi, 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/

    in reply to: Facebook Comments Plugin Fail With Catch Box 1.5 #1078
    Sakin
    Keymaster

    there 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.

    in reply to: Make the No Sidebar width bigger #1063
    Sakin
    Keymaster

    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;
    }

    in reply to: How to Remove Date and Author Name #1062
    Sakin
    Keymaster

    Hello, 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,
    Sakin

    in reply to: Add a Separate 'Blog' Page #1061
    Sakin
    Keymaster

    great that you fixed it. Cheers 🙂

    in reply to: Grey lines issue #1060
    Sakin
    Keymaster

    Hi,

    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,
    Sakin

    in reply to: Help with Social Media Icons on the Header #1046
    Sakin
    Keymaster

    thanks for your input and support.

    in reply to: Help with Social Media Icons on the Header #1042
    Sakin
    Keymaster

    Thank 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/

    in reply to: My right side bar is showing at the bottom of the page #1041
    Sakin
    Keymaster

    Hi,

    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,
    Sakin

    in reply to: side bar #1039
    Sakin
    Keymaster

    Hi 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,
    Sakin

    in reply to: increase number of posts #1038
    Sakin
    Keymaster

    To 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.

    in reply to: Footer area // Third column problem #1037
    Sakin
    Keymaster

    HI 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

Viewing 20 posts - 14,441 through 14,460 (of 14,476 total)