Skip to:
Content
Pages
Categories
Search
Top
Bottom

FirmaSite Social: Buddypress + bbPress theme based on Bootstrap

  • @unsalkorkmaz

    Participant

    FirmaSite Social

    How to download:

    http://wordpress.org/extend/themes/firmasite

    Theme Features:

    • Its GPL and free :)
    • Based on Twitter Bootstrap  and all WordPress, BuddyPress and bbPress files using only bootstrap css. That means you can use custom bootstrap styles and all of your site will use same theme style. There is already 13 custom bootstrap theme is included in theme from Bootswatch. In future, i will explain how you can add custom bootstrap styles
    • Using Bootstrap Responsive so all your site will be mobile ready. BuddyPress and bbPRess too!
    • Using Theme Customization API for theme options. It means you can see changes on live edit and you can easily extend options with wordpress functions directly. A video on action: http://youtu.be/F95TngS9er8  (Its a bit old version of theme but a good example for main theme options)
    • Google Fonts! lots of! You can choose google fonts from theme options ( watch example video from above)
    • 4 different layout:
    1. Content – Sidebar
    2. Sidebar – Content
    3. Only Content (Long)
    4. Only Content (Short)
    • Unique 2 feature: ShowCase and PromotionBar. ShowCase letting you show your special post in home page header like: http://twitter.github.com/bootstrap/examples/carousel.html and PromotionBar is letting you promote your posts in content header, footer or sidebar. You just marking your posts from your post panel. Both feature is using Bootstrap’s carousel component so there is no extra  javascript. An example post panel screenshot:
    • You can upload logo,disable comments, activate facebook comments, activate sharing buttons (facebook,twitter and google+1), upload custom background and option to remove responsive for fixed width if you want.
    • Supporting Post Formats! Formats have special template parts with get_template_part  and video,audio formats calling necessary js that need to play video or audios. System supporting oEmbed links too.
    • Ready for translation. Theme’s default language is English and Turkish translation is included. ( You can send me your translations if you have). You can use Codestyling Localization for translating theme.
    • I will add lots of filter and action (already have lots of) so you can use it as starter theme for your projects. I will explain how you can keep your customization while keeping theme up-to-date.

    Themes are in review for publishing on WordPress.Org Theme  Directory but in meantime, you can download and try it from links above. Please share your opinions on theme in this topic.

Viewing 25 replies - 1 through 25 (of 64 total)
  • @sadr

    Participant

    Thanks a bunch for releasing this, very interesting stuff! Will be playing around with this for sure. Best of luck with the theme review 🙂

    @unsalkorkmaz

    Participant

    Here is a proper example site that using firmasite theme:
    http://kremim.com/ (Sorry its in Turkish language)

     

    BuddyPress Members Page:
    http://kremim.com/uye/listesi/

    BuddyPress Profile:
    http://kremim.com/uye/listesi/ajx/

    bbPress Forum’s Topic List:
    http://kremim.com/forum/soru-cevap/

     

    Sadly we dont use groups  or activity in this site.

    @unsalkorkmaz

    Participant

    Firmasite 1.1 released:
    https://themes.trac.wordpress.org/ticket/11437

    Download: https://wordpress.org/extend/themes/download/firmasite.1.1.0.zip?nostats=1

    This theme now directly supports buddypress + bbpress without needing child theme.

    Example site and my blog that using this theme:
    http://unsalkorkmaz.com/

    @sadr

    Participant

    Awesome, thanks a lot. Glad to hear it’s all in the parent theme now, that’s much cleaner, especially with BuddyPress 1.7’s theme compatibility.

    @sadr

    Participant

    Running it through some tests now. I had this problem in v1 as well, with longer posts displaying weird:

    View post on imgur.com

    View post on imgur.com

    This is on a vanilla site without any other plugins than bbPress. And at first I thought this was only with images, but it appears this happens to all long posts.

    @unsalkorkmaz

    Participant

    interesting.. i dont have problem in windows:

    View post on imgur.com

    i will check theme in safari

    @unsalkorkmaz

    Participant

    I checked in safari @ windows. There is no problem it seems:

    View post on imgur.com

    I dont have mac or ios virtual ( i should get ).
    Can you be sure your safari is up to date and you dont have any css modification?

    @sadr

    Participant

    I’ve encountered this on both Windows 8 with Chrome and Ubuntu 12.10 with Firefox (screenshots). I can’t test on Safari. Also your first test post does not contain a bunch of text, the second one does. Test it with the first one.

    @unsalkorkmaz

    Participant

    This is really long post on topic:

    View post on imgur.com

    I see other bug that needs to remove max-height from static modal-body:

    .firmasite-modal-static .modal-body {
    	max-height: inherit;
    }
    

    I am not sure what is problem in there but if i can reproduce, i will try my best to fix it

    Update: I think your problem was this bug. IT must be fix with this css code right? I will release 1.1.1 version of theme in 2-3 days can you try theme meanwhile please?

    @unsalkorkmaz

    Participant

    Btw, did you see custom tinymce buttons in post panels? Do you think will it be good to add those custom tinymce buttons on forum tinymce?

    @sadr

    Participant

    Hmm, how strange that it shows correctly for you, as it’s like this for me on two different machines.

    Regarding the custom buttons, I don’t think those should be displayed by default in the forum editor, no. Custom buttons and icons can be very useful in posts, but I don’t see them being useful to the majority of forum users. That said, I also think that custom buttons/shortcodes is plugin territory.

    @unsalkorkmaz

    Participant

    Did you tried

    .firmasite-modal-static .modal-body {
    	max-height: inherit;
    }
    

    It must be fix your problem imo. ( be careful dont forget dot before firmasite-modal-static )

    @sadr

    Participant

    I tried adding that to style.css (including the dot) to no avail, the problem persists.

    Update: Aha, when I added it to the “Custom CSS” in the “Customize” menu it worked.

    @unsalkorkmaz

    Participant

    style.css is not loading in theme. Its just there for showing theme info for WordPress. Try to add it to assets/css/custom.css or from custom css panel in theme customizer

    @unsalkorkmaz

    Participant

    Probably i should load style.css for misunderstandings like this.
    Update: i removed custom.css and copied its content to style.css so style.css will load in 1.1.1

    @unsalkorkmaz

    Participant

    @johnjamesjacoby

    Keymaster

    Neat!

    @unsalkorkmaz

    Participant

    Thank you 🙂
    Its good to hear it from one of main developer 🙂

    Sadly it will take time to accepted in wp repo if they close my tickets without reviewing  like https://themes.trac.wordpress.org/ticket/11449

    @unsalkorkmaz

    Participant

    I split some theme functionalities to plugin and i  released it..
    FirmaSite Theme Enhancer:

    https://wordpress.org/extend/plugins/firmasite-theme-enhancer/

    @unsalkorkmaz

    Participant

    Firmasite 1.1.6 released:
    https://themes.trac.wordpress.org/ticket/11702

    You can find detailed information, showcase, live demo,
    tips and tricks about theme in: http://theme.firmasite.com/

    You can check changelog from: http://theme.firmasite.com/category/changelog/

     

    @gumresq

    Participant

    Thanks. Really nice!

    @unsalkorkmaz

    Participant

    And theme got approved 🙂
    https://themes.trac.wordpress.org/ticket/11702

    That means theme code is checked by theme reviewers and its trustworthy. You can download from WordPress.Org soon. Meanwhile  you can explore theme or download from http://theme.firmasite.com/

    @sadr

    Participant

    Congrats, that’s great news! I was also glad to see that you took my advice and split some of your theme’s functionality off into a plugin 🙂 This keeps getting better.

    @unsalkorkmaz

    Participant

    Yeah thanks for advice in there!
    Btw i installed BuddyPress + bbPress in http://theme.firmasite.com for theme/plugin support. If anyone want to see a live demo, you can register freely 🙂

    @mercime

    Moderator

    @unsalkorkmaz congratulations for passing the WP theme review process 🙂 Do follow up theme reviewers mailing list if the theme’s not live in WordPress Extend Themes after 7 days.

    Cheers.

Viewing 25 replies - 1 through 25 (of 64 total)
  • You must be logged in to reply to this topic.
Skip to toolbar