Forum Replies Created

Viewing 20 posts - 12,321 through 12,340 (of 14,500 total)
  • Author
    Posts
  • in reply to: I get errors, can't do anything #8865
    Sakin
    Keymaster

    solved.

    in reply to: Two Questions #8863
    Sakin
    Keymaster

    @rxcosta: it says website is offline. Check your url http://www.villagepc.org/bulletin-board/

    in reply to: Two Questions #8861
    Sakin
    Keymaster

    @rxcosta: Can you show me the URL where it is not working. As I cannot find forum in http://www.villagepca.org/

    in reply to: Two Questions #8859
    Sakin
    Keymaster

    @rxcosta: If that worked in test site then it will work in live site as well. Why don’t you use the same settings. We haven’t tested with BBpress plugin.

    in reply to: After adding images to post lines appear #8858
    Sakin
    Keymaster

    Also the line in not a bug but added to separate to content. You you want to remove the line then you can add the following CSS in “Appearance => Theme Options => Custom CSS”

    .site-content article {
        border: none;
    }
    in reply to: Images in posts and lines next to them #8857
    Sakin
    Keymaster
    in reply to: After adding images to post lines appear #8856
    Sakin
    Keymaster

    @Mirko034: There is image wrap issue as there it no content but just an image. So, can you add the following css in “Appearance => Theme Options => Custom CSS” box until we fix this in next version update.

    .site-content article {
        height: 1%;
        overflow: hidden;
    }
    in reply to: Remove "reply" #8854
    Sakin
    Keymaster

    @paulinepkehoe: the URL is not working. In individual page or post screen options, you have to check “Discussion”. Which will show you the discussion box under your post/page editor. Then uncheck “Allow comments.”

    in reply to: bbPress problem #8853
    Sakin
    Keymaster

    @rxcosta: Not all theme are BBPress compatible. We need to build separate module for BBPress and currently Simple Catch Pro in not compatible with BBpress.

    in reply to: Two Questions #8852
    Sakin
    Keymaster

    @rxcosta: Oh sorry that is not possible in this theme at this time.

    in reply to: Problem with viewing in different browsers #8851
    Sakin
    Keymaster

    @acanthuroid: Sorry this is not our product so, we need to know response from them to address your issue.

    in reply to: A bit to ask… Probably really easy though… #8849
    Sakin
    Keymaster

    @somekyleguy: You can do same thing. For all the elements you can just add the rounded corner as you like.

    #branding #access, #colophon #access-footer {
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    in reply to: I get errors, can't do anything #8848
    Sakin
    Keymaster

    @illibo: can you please respond in email I send you? I need to look in more details.

    in reply to: Two Questions #8830
    Sakin
    Keymaster

    @rxcosta: Yes the vertical lines are the effect. You can disable that Go to “Appearance => Theme Options => Featured Slider => Slider Options”. Then Check “Disable Slider Background Effect”.

    in reply to: Remove Search Box From Header #8828
    Sakin
    Keymaster

    @wagllc: In Simple Catch Free theme you cannot replace that. You need to upgrade to Simple Catch Pro theme where there is additional sidebar “Header Right Sidebar” where you can add any widgets you will will replaces the search.

    But yes you can hide the search in Free version with the help of css. Just add the following css in “Appearance => Theme Options => Custom CSS box”

    #header .social-search form.searchform {
        display: none;
    }
    in reply to: Two Questions #8827
    Sakin
    Keymaster

    @rxcosta: There is not site in villagepca.org . Please check the url or fix the site and buzz me back.

    in reply to: A bit to ask… Probably really easy though… #8826
    Sakin
    Keymaster

    @somekyleguy: Wow so many questions at a time.

    1. make the grey background transparent to show the main background.
    — Add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #page, #main {
        background-color: transparent;
    }

    2. close the gaps between all the content boxes and widget boxes (about half)
    — Add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .hentry, .no-results, #author-info, #disqus_thread, #content .error404 {
        margin-bottom: 1em;
    }

    It is not recommend to change the distance between the sidebar and content.

    3. round the corners of the footer box off to match all other content boxes
    — Add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #site-generator {
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    4. remove top and bottom grey lines on the footer.
    — Add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #colophon, #site-generator { border: none; }

    5. make the footer #fff
    — the footer is already #fff

    in reply to: navigation quirky using iPad as a platform #8825
    Sakin
    Keymaster

    @msternkopf: Yes Michelle, I just got your query forwarded to me from Sangeeta. Then I check in the site URL you have send to her.

    Looks like there is conflict with the plugins that you are using. So, try disabling plugin one by one and then check in your iPad.

    If you want us to check it for you then you can send your site Admin access to Sangeeta.

    in reply to: Blog, changing colour of slider font #8824
    Sakin
    Keymaster

    @Potzas: I don’t understand your question.

    You have blog at this page http://reefadmin.com/blog/ this list all your blog posts. But you have hide your blog title here. So, you can recover that by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .page.page-blog .entry-title { display: block; }

    Then in homepage you have static content. But if you want to add additional page. Then first go to “Appearance => Theme Options => Homepage Settings => Homepage / Frontpage Settings. Then check “Enable Latest Posts or Page” then go to “Settings => Reading”. Then in “Front page displays” setting check “A static page (select below)” and select “Front page” with the page you want to add in homepage. But don’t change anything in “Posts page”

    in reply to: How to change the color on the bar below the Slider #8823
    Sakin
    Keymaster

    @GAHC: You can either add widgets in Header Right Sidebar that replaces the Search though “Appearance => Widgets” or you can disable the default header right sidebar though “Appearance => Theme Options => Header Right Sidebar Options”, then check “Disable Header Right Sidebar” and save it.

Viewing 20 posts - 12,321 through 12,340 (of 14,500 total)