Forum Replies Created

Viewing 20 posts - 14,281 through 14,300 (of 14,323 total)
  • Author
    Posts
  • in reply to: Simple Catch Slider #1178
    Sakin
    Keymaster

    This is really simple. In your WordPress Dashboard. Go to Appearance -> Featured Slider.

    Then click on “Slider Effect Options”. From there check the box to Disable Slider Background Effect.

    in reply to: Simple Catch Slider #1174
    Sakin
    Keymaster

    In your WordPress Dashboard. Go to Settings -> Reading.

    Then in Front page displays option select *A static page (select below) and form the Front Page choose your page index.

    This will work fine.

    in reply to: Current Menu Item #1169
    Sakin
    Keymaster

    You can add the following css in your “Custom CSS” in Theme Options under Appearance Tab:

    #header #mainmenu ul li a:hover,
    #header #mainmenu ul li.current-menu-item a,
    #header #mainmenu ul li.current_page_item a,
    #header #mainmenu ul li.current-menu-parent a,
    #header #mainmenu ul li:hover > a {
    background-color: #444;
    color: #fff;
    }

    I will add this in version update. Thanks a lot.

    in reply to: Current Menu Item #1167
    Sakin
    Keymaster

    Can you send me your site URL and then I will check on it.

    in reply to: Simple Catch Slider #1166
    Sakin
    Keymaster

    Can you send me your site URL?

    in reply to: install problem #1165
    Sakin
    Keymaster

    Can you check again. It must be when your order was still in processing. But when I check in your account it looks fine.

    Let me know if there is problem then I will contact you through email.

    in reply to: Catch Box Theme – script problem in text widgets #1162
    Sakin
    Keymaster

    Hi Andre,

    There is url problem for pop-up player image.

    Your original code is like below:
    src="images/popup2.jpg"

    You need to change that to

    src="http://soaking.net/images/popup2.jpg"

    Regards,
    Sakin

    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 🙂

Viewing 20 posts - 14,281 through 14,300 (of 14,323 total)