Forum Replies Created

Viewing 20 posts - 13,901 through 13,920 (of 14,325 total)
  • Author
    Posts
  • 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.

    in reply to: Placing Adsense Ads #3199
    Sakin
    Keymaster

    @fidlerten: See this how we have presented the demo of our site http://catchthemes.com/demo/catchbox-pro/ . We haven’t shown any misleading images. In this demo site you can see the search at the top right.

    I just gave you the option for payed customization and we have nothing to do with it. You can choose any developer or any customizer to customize it for you. The service you have asked in is not there in our Catch Box Pro theme. I think you are taking a conversation to a different direction. We don’t get any money from your customization. It’s not our money making policy. We are just trying to help you by showing you that there is an option. Rest is all your decision.

    Please carefully see the Theme Demo page and theme description page before buying any theme.

    in reply to: browser problems #3198
    Sakin
    Keymaster

    The little space it’s better to remove the last menu border right by adding following css in “Custom CSS” box in your theme options

    #access ul li:last-child { border-right: none; }

    In which IE version you have problem and also can you send me the screenshot.

    in reply to: Placing Adsense Ads #3190
    Sakin
    Keymaster

    @fidlerten: For your question 1 and 2 you need to create child theme and do the customization. There is not option in Catch Box Pro. To create child theme you can use the service of tweaky with whom we partner for customization.

    To get rid of the Search box at the top, you can go to your WordPress Dashboard -> Theme Options -> Header Options”. then check Disable Search in Header?

    in reply to: "More" tag not working? #3189
    Sakin
    Keymaster

    @stephanibus: Why you need more tag in page. For pages you might want to use page break