Forum Replies Created

Viewing 20 posts - 12,501 through 12,520 (of 14,496 total)
  • Author
    Posts
  • Sakin
    Keymaster

    @pelliot: The simple option to upgrade the Catch Box Pro from 2.1 to 2.2. Follow the following steps.
    1. Activate the Catch Box Free Theme
    2. Delete the Catch Box Pro version 2.1
    3. Then download the latest version of Catch Box Pro from our site
    4. Then install the latest version of Catch Box Pro as the new theme installation.

    All your custom menu, header, and changes in Custom CSS and Theme Options will remain as it is. There won’t be any effect.

    That is why we don’t recommend users to edit any core theme files such as style.css and fucntions.php which will be reverted when you update any theme.

    in reply to: Several issues #8298
    Sakin
    Keymaster

    @Potzas: To remove the link in the “Header Featured Image”, go to “Appearance => Theme Options => Header Featured Image Options”. Then on empty the field “Featured Header Image Link URL” and save it. Just add the image to the field “Featured Header Image URL”.

    To create a homepage static, You don’t need to set homepage as static. You can just add the home in the custom menu through “Appearance => Menu”. Then in Pages box, click on “View All”, where you will see “Home:Home” just click on that and click on add to Menu.

    I have also emailed you fore more detail support.

    in reply to: A Few Requests #8297
    Sakin
    Keymaster

    @defkult: I don’t understand your first question. I think you are asking about the space at left and right when you have enabled “No Sidebar”. If you want No sidebar, Full Width then you have to upgrade to Catch Box Pro version.

    To disable by author, just add the following css in “Appearance => Theme Options => Custom CSS” box.
    .entry-meta .by-author { display: none; }

    About the Edit button, that is for the Site admin, normal visitor will not see the edit button. So, you don’t have to do anything for this.

    in reply to: Can't change theme options #8269
    Sakin
    Keymaster

    @Nathan_Thomas1: I don’t understand what you cannot edit. Is it just a featured post slider or anything in the Theme Options panel.

    in reply to: White Header Space in Internet Explorer #8268
    Sakin
    Keymaster

    @ktglasscock: Can you let me know which version of IE are you using it.

    Sakin
    Keymaster

    @mps232: First of all, we don’t provide support to free theme who doesn’t have our Footer credit link. As Footer link is only one credit section through which we provide the theme and support for free.

    If you want to remove the footer credit link. Please upgrade to pro version and then edit it from “Appearance => Theme Options => Footer Editor”.

    in reply to: Post Title Font Size #8258
    Sakin
    Keymaster

    @Dan: I cannot see your site. It’s not opening. Check the url. But for now I am giving you the css that you can change the font size and add it in “Appearance => Theme Options => Custom CSS” box.
    #main #content .post h2.entry-title { font-size: 34px; line-height: 45px; }

    in reply to: Menu Not Showing on Featured Post Slider #8255
    Sakin
    Keymaster

    Hum you can use Custom Menu and build your menu. For that you have to go to “Appearance => Menus”. For more about custom menu see this http://en.support.wordpress.com/menus/

    in reply to: Full menu on mobile phones #8254
    Sakin
    Keymaster

    @burgdani: You cannot make it like that. But you can make it inline when you hover by adding in the following css in “Appearance => Theme Options => Custom CSS”
    .sb-options li { display: inline; float: left; }

    in reply to: V1.2 Issues #8253
    Sakin
    Keymaster

    @jocatman: I think you have some kind of cache. As your style.css is still showing version 1.1.1. It is supposed to be version 1.2. check it please.

    Also you can hide the menu by adding in the following CSS in “Appearnce => Theme Options => Custom CSS” box.
    #header-menu ul.menu li.default-menu { display: none; }

    This menu is added to support in mobile devices so when anyone view the page not in menu. It will show menu.

    in reply to: Problem with header image/banner #8252
    Sakin
    Keymaster

    @acanthuroid: I am confused with your request. Can you send me your site URL also if possible upload the screenshot in your site and send me the screenshot image url that explains what you want.

    in reply to: Heading messed up in Internet Explorer #8251
    Sakin
    Keymaster

    @ktglasscock: Which internet version are you looking from.

    in reply to: Featured Slide: Title is…boring. #8250
    Sakin
    Keymaster

    @pensfanatics: Yes the text in the slider will be the “Title of the post” and “Excerpt Content of the Post”

    But if you have problem with this then you can use “Featured Image Slider instead of featured Post slider. When you use Featured Image Slider, you can add your own image, title and description all optional as per your need.

    in reply to: Remove extra space at bottom of pages #8249
    Sakin
    Keymaster

    @justinillig: The white lines on top and bottom of the page are from the table you added. You can remove that by adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .entry-content table, .entry-content td { border: none; }

    in reply to: Menu Font #8247
    Sakin
    Keymaster

    Hello Kat,

    You can play with the CSS though “Appearance => Theme Options => Custom CSS” box.
    The following css change the color, font family and font size.
    #branding ul.menu a { color: #888; font-family: Arial, Helvetica, sans-serif; font-size: 14px; }

    For more css you can learn from http://www.w3schools.com/css/

    in reply to: New Header Image Issue #8246
    Sakin
    Keymaster

    @Megan: Hello megan, I actually doesn’t understand your request. Sorry for that. Can you upload the screenshot of the design what you are tying to do in your site and send me the URL of the screenshot. In this way I can understand better.

    in reply to: Change Pages background color #8243
    Sakin
    Keymaster

    @justinillig:

    1. How do I change the text color in here as well as change the background color of the box that has the text?
    — I don’t get it what you mean here. I see that you have changes the background color and text.

    2 How can remove the empty space between end of the text and the footer. There is a white line in there too that i would like to remove.
    — You can remove the empty space between end of the text and the footer by reducing the padding and margin. Just adjust as per your need and add it in “Appearance => Theme Options => Custom CSS” box.
    .page .site-content article { margin-bottom: 50px; padding-bottom: 50px; }

    The white line is from the table which you can remove it by adding the following css in “Appearance => Theme Options => Custom CSS” box.
    .entry-content table, .comment-content table { border: none; }

    3. how do i get the the footer padding reduced as well so the the footer is not so tall?
    — I just checked your site and found that you have already reduced the padding in the footer. If you still find it big then you can adjust your Custom CSS padding to lower values. I see the following CSS in you “Appearance => Theme Options => Custom CSS” box. Just adjust that.
    #site-generator .site-info { padding-bottom: 20px; padding-top: 20px; }

    in reply to: 23 errors with W3C html makeup validation #8241
    Sakin
    Keymaster

    @ram108: Catch Box theme in build in HTML5 and CSS3 and you try to validate with HTML5 experimental test. So, it is not completed. If this theme has the issue with html then it will not be approved to publish it in WordPress.org

    in reply to: woocommerce support #8240
    Sakin
    Keymaster

    @13alaise: Oh sorry. Catch Mustang theme is not WooCommerce ready. It’s a little long process and our developer will be working on this to update it.

    in reply to: remove post format tab #8239
    Sakin
    Keymaster

    @bill: Ok when you add the css please add it in “Appearance => Theme Options => Custom CSS” box. Don’t edit style.css. If you add in this box then you don’t need important. It will simply be.
    .entry-format { display: none; }

Viewing 20 posts - 12,501 through 12,520 (of 14,496 total)