Forum Replies Created

Viewing 20 posts - 6,541 through 6,560 (of 14,504 total)
  • Author
    Posts
  • in reply to: Changing content background color on a static page #43151
    Sakin
    Keymaster

    @kdelacruz: If you just want to change that white to black color then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    .page-id-18 #content article { background-color: #000; }

    But if you want to remove that area then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    .page-id-18 #main { display: none; }

    in reply to: Blog/Featured Posts are the same #43150
    Sakin
    Keymaster

    @johnbarr: This blog and homepage means the same. The Blog option is there, if you want to select static page in the Homepage and then have your blog as blog page. Instead of having your blog in homepage.

    in reply to: post excerpt issues + image questions #43149
    Sakin
    Keymaster

    @catwingz: To show the full text, you need to go to “Appearance => Theme Options => Layout Options” and select “Full Content Display” in Content Layout. Remember, if you have use <!--more--> tag in the post then it will only display the text before more tag. So, when you use Full Content Display check your more tag http://en.support.wordpress.com/splitting-content/more-tag/

    About the bullets, I don’t get it what you mean. As I don’t see any bullet items in your services page. Bullet item should have ul li style like:

    <ul>
    <li>List Bullet Item</li>
    <li>List Bullet Item</li>
    <li>List Bullet Item</li>
    </ul>
    in reply to: Spacing above social icons above posts #43146
    Sakin
    Keymaster

    @Kim: Just the following css in “Appearance => Theme Options => Custom CSS” box.
    body { padding-top: 0; }

    in reply to: Forum – is there a way to search within a theme? #43145
    Sakin
    Keymaster

    @Kim: Sorry Kim, Don’t have that option. I don’t mind answering all your questions. You can post it in your single forum post.

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

    @Kim: Not sure which space you are talking about. try adding in the following css and check in.
    .entry-title { padding-top: 0; }

    in reply to: Menu not always visible #43142
    Sakin
    Keymaster

    @Joaozinho: Can you post in your site URL so that I can check in. As I am able to view menu in Adventurous Pro in our demo server http://catchthemes.com/demo/adventurous/

    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”.

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