Forum Replies Created

Viewing 20 posts - 13,881 through 13,900 (of 14,319 total)
  • Author
    Posts
  • in reply to: Comment Issue #3299
    Sakin
    Keymaster

    @mangogear: It’s strange. As when I test it I can easily disable comment. Just activate the comment box through screen options in your post as show in this screenshot http://catchthemes.com/support-images/enable-discussion-box.png and then uncheck Allow Comment and Allow Trackback as shown is this screenshot http://catchthemes.com/support-images/uncheck-to-disable.png

    For more you can see this article http://en.support.wordpress.com/enable-disable-comments/

    in reply to: Page title #3273
    Sakin
    Keymaster

    @Elisabetta: thanks please add the url of the another post so that other can benefit after reading your post.

    in reply to: Catch-box : pbs with French translation file #3253
    Sakin
    Keymaster

    @cmils: Can you use that software and update the the language file and then it will correct it if there is any mistakes. Also always use the latest version. IF you are using older version of Catch Box theme then you might have problems.

    in reply to: Featured Slider not listed #3252
    Sakin
    Keymaster

    @PixX_L: Please use different thread. This is for Simple Catch Theme and you are asking about Catch Box Theme. This will confused other users.

    For Catch Box theme Featured slider is in “Appearance -> Featured Slider”. It not under Theme Options. We haven’t change theme panel for Catch Box. It’s same as before.

    in reply to: Placing Adsense Ads #3250
    Sakin
    Keymaster

    @fidlerten: You child theme version need to be same version with the parent theme or you can even make it greater then parent theme to avoid this message.

    in reply to: Changing Header bg color #3246
    Sakin
    Keymaster

    @amberatx: Please don’t use editor and edit the core theme file. Use “Custom CSS” box.

    in reply to: Placing Adsense Ads #3245
    Sakin
    Keymaster

    @fidlerten: Ok sure. Let me know if I can help you on any other things.

    in reply to: Homepage Header size and color #3241
    Sakin
    Keymaster

    For submenu hover. But you have to change different background for submenu then only you can change submenu hover color. If both color are same then it won’t show any difference.

    /* For Submenu Hover Color */
    #access ul ul li:hover > a { background-color: #4E2E10; }
    /* For Submenu Background color */
    #access ul ul { background-color: #4E2E10; }

    in reply to: Adding An Image In The Header #3229
    Sakin
    Keymaster

    Hi Paul,

    I see that you are doing great adding in the image. If you want to hide the text in that image then edit the previous css and add the following

    #site-details {
    background: url("http://zoomeventsphotos.com/wp-content/uploads/2013/01/2013-01-22_00011.jpg") no-repeat scroll 0 0 transparent;
    height: 220px;
    margin-left: 50px;
    text-indent: -99999px;
    width: 338px;
    }

    in reply to: Social Links Tab in 1.9.1 #3227
    Sakin
    Keymaster

    @YorGo67: Sorry for that. There is will be save button in Version 2.0 which will be out soon after WordPress Theme Review Team pushes it live.

    For now, you can just add in the social url and then go to any tab and click on any save button in whole Theme Options panel.

    in reply to: Featured Slider not listed #3226
    Sakin
    Keymaster

    @egnalc: If you are using the latest version then for featured slider you need to go “Appearance -> Theme Options -> Featured Slider”

    in reply to: how to activate language file #3225
    Sakin
    Keymaster

    @thorsten: if some lines empty then those text will not be translated. You can just translate the text you want and then save it. It will work fine.

    in reply to: Catch-box : pbs with French translation file #3224
    Sakin
    Keymaster

    @cmils: This translation is done though users like you all as we don’t know french language. Yes, you can help us translate it more by generating .po and .mo file through http://www.poedit.net/ apps.

    in reply to: Page title #3223
    Sakin
    Keymaster

    @Federico: You can hide it from CSS but before that can you send me your site URL and then I will send you the CSS that you can add in it “Custom CSS” box in your Theme Options to hide it.

    in reply to: Featured Image #3222
    Sakin
    Keymaster

    Hi Jason,

    Featured Image is the the feature from the WordPress itself and we don’t have much control of it. See this for details of Featured image http://en.support.wordpress.com/featured-images/

    Regards,
    Sakin

    in reply to: Placing Adsense Ads #3221
    Sakin
    Keymaster

    @fidlerten: It’s the service sorry I typed it server.

    Yes, the Catch Box Pro theme was designed in to make it clean and spacious that is why there is lot of blank white spaces. Also this theme is responsive that is why it is difficult to add stuff in the header and then make it responsive.

    If you know the coding then you can edit the header.php file and add the ads there and then make it responsive with style.css but for these changes please build child theme of Catch Box Pro. If you just directly change it in the core theme file then when we update it. All your customization will be gone.

    See this tutorial in creating child theme http://www.webdesignerdepot.com/2011/12/creating-your-first-wordpress-child-theme/

    Regards,
    Sakin

    in reply to: Homepage Header size and color #3218
    Sakin
    Keymaster

    @paigeohliger: Here goes solution for your queries. Just add the following CSS in “Custom CSS” box in your Theme Options:

    /* Decrease Header height by 50px */
    #header-content { padding: 20px 0 10px;}
    /* For Header Background Color */
    #header-bg { background: none #4e2e10; }
    /* For Drop Down menu color */
    #access ul ul { background-color: #4E2E10; }
    /* For menu over color background */
    #access ul li:hover > a { background-color: #4E2E10; }

    in reply to: Adding An Image In The Header #3217
    Sakin
    Keymaster

    Hi Paul,

    I just check in your screenshot of design in which you created the image with the size 338px width and 220px height. You can replace your site description with the image. You can add the following css in “Custom CSS” box in your Theme Options under Appearance Tab. Just change the Image URL with your image URL in the following css:

    #site-details {
    background: url("Image URL") no-repeat scroll 0 0 transparent;
    height: 220px;
    margin-left: 50px;
    width: 338px;
    }

    in reply to: browser problems #3212
    Sakin
    Keymaster

    @evabigtree: You cannot be pixel perfect in the dynamic menu.

    in reply to: Adding An Image In The Header #3211
    Sakin
    Keymaster

    @pjmwilliams: This is really big image and I don’t understand how you are planning to add in. Can you send me the design of how you want to implement it.

Viewing 20 posts - 13,881 through 13,900 (of 14,319 total)