Forum Replies Created

Viewing 20 posts - 6,541 through 6,560 (of 14,497 total)
  • Author
    Posts
  • Sakin
    Keymaster

    @Whitney: Yes you can disable site title and tagline and just add a small image instead. You can change that settings from “Appearance => Theme Options => Header Options”. You can upload your logo or paste in the logo URL in “Logo url” and uncheck “Disable Logo”. Then further, you can disable Site Title and description and save changes.

    in reply to: Translation #43112
    Sakin
    Keymaster

    @Yawa16: If you have completed translation then you can send to us. I will contact you personally.

    in reply to: Read more code does not work on page #43090
    Sakin
    Keymaster

    @lichting98: Sorry I don’t get it what you mean. Can you explain it in reference with your site URL. More tag is used in Post to break the content in Archives pages. See this http://en.support.wordpress.com/splitting-content/more-tag/

    in reply to: Remove Space above Slider and Search Bar #43089
    Sakin
    Keymaster

    @Kim: Reduce the margin and padding as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    .hentry {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    in reply to: Remove Previous / Next on post pages #43083
    Sakin
    Keymaster

    @Kim: Just add the following css in “Appearance => Theme Options => Custom CSS” box.

    .single #nav-single { display: none; }
    .single .hentry { padding-top: 0; }
    in reply to: Remove Space above Slider and Search Bar #43082
    Sakin
    Keymaster

    @Kim: You can add the following css in “Appearance => Theme Options => Custom CSS” box. And if you further want to decrease then decrease the padding-top from 10px to 0
    #main { padding-top: 10px; }

    in reply to: Legal notice link in footer? #43081
    Sakin
    Keymaster

    @Pieter: Sorry to edit the Footer area where there is copyright. You need to upgrade to Pro version. Where you will get Footer Editor Options in your Theme Options panel. Then you can edit/add/delete content as per your need.

    in reply to: Blog content not displaying #43080
    Sakin
    Keymaster

    @Dipper: Thanks for the access.
    I check in your setting and found it. I see that you have added Featured Post Slider and excluded slider post from homepage by checking in Exclude “Slider post from Home page posts” from “Appearance => Theme Options => Featured Post Slider => Add Slider Options”. I see that you have 4 posts in your Featured Post Slider and you only have 4 published posts. So, all post is in Slider and none in homepage. So, I uncheck it and it’s working fine.

    in reply to: How to get a 4th widget in footer #43078
    Sakin
    Keymaster

    @kristonweb: Sorry Catch Box theme doesn’t have 4 widget areas. It only have 3 areas: Footer Area One, Footer Area Two and Footer Area Three.

    For this, you need to build child theme and add the function to it. So, for this you might want to check out hire a customizer http://catchthemes.com/hire-customizer/

    in reply to: Blog content not displaying #43075
    Sakin
    Keymaster

    @Dipper: To check in details, I need your site access. So, I will be sending you email. Please reply me there.

    in reply to: Header Image Evolution not appearing at full width #43062
    Sakin
    Keymaster

    @Peregrino: Yes we recommend 1600px width image as 95% of World Web user have less then 1600px width screen. You are among the 5% users, who uses more then 1600px width screen resolution users. That is why it is showing empty in left and right. We recommended 1600px width as if you use large image then it will impact your site loading. But since you are using large screen. You can find out your screen resolution and then upload the image size as per your need.

    in reply to: H1 and H2 Tags #43061
    Sakin
    Keymaster

    @briankoe: Yes it’s recommended to use H2 and so on. But this theme is build in HTML5 structure. So, each section can have H1 elements. But remember, you can only use H1 once in your post or just start from h2 will be best.

    in reply to: Blog content not displaying #43060
    Sakin
    Keymaster

    @Dipper: Can you post in your site URL. Also check in your settings at “Appearance => Theme Options => Homepage / Frontpage Category Settings”.

    in reply to: How do i get audio player to show on posts on front page? #43059
    Sakin
    Keymaster

    @thecraigknight: Check your layout settings at Theme Options panel. Go to “Appearance => Theme Options” from your WordPress dashboard and select “Show Full Content” in content layout. This will show full content in your front page. Then if you want to break the page as per your need then you can use <!--more--> tag. See this for more tag option http://en.support.wordpress.com/splitting-content/more-tag/

    in reply to: Featured Slider not working. #43058
    Sakin
    Keymaster

    @kkldesigns: Thanks for sharing.

    in reply to: Header Image Evolution not appearing at full width #43041
    Sakin
    Keymaster

    @Peregrino: I check in your site and see your header image is full width. Header image in set to 100% width. So, it depends on the image you upload. If that image is large then it will be full width and if that is small then will show the image as centered.

    in reply to: Categories Under Secondary Menu (hard to select) #43040
    Sakin
    Keymaster

    @Melanie: You can add the following css in your custom css box.

    #header-menu ul.menu ul {
        top: 2.5em;
    }
    in reply to: Pictures Not Responsive #43039
    Sakin
    Keymaster

    @Melanie: Tour opt-in has fixed with of 406px. Either this opt-in need to to be responsive or you need to disable responsive in your site.

    in reply to: Social Links not displaying correctly on iPhone #43038
    Sakin
    Keymaster

    @Melanie: It’s because of your custom css. Remove the following css:

    div#sidebar-header-right.widget-area.sidebar-top.clearfix {
        margin-right: 55px;
    }
    in reply to: H1 and H2 Tags #43037
    Sakin
    Keymaster

    @briankoe: Post and page/post title uses H1 tags.

Viewing 20 posts - 6,541 through 6,560 (of 14,497 total)