BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › RESPONSIVE GRID SYSTEM to format content html
Tagged: boostrap, grid system, responsive
- This topic has 15 replies, 7 contibutors, and was last updated 8 years, 11 months ago by Stéphane.
Question
February 26, 2015 at 3:58 am #36485@amsbundemHello there,
I recently bought Boss. Theme and am pretty happy, but I have a question:
Has this theme a responsive grid system to use for formatting in HTML the content of pages?
Honestly, I have not yet understood well how Boss. works and if it’s based on Bootstrap or not, but I have tried using Bootstrap Grid System and it does not work, for example:
<div class="row"> <div class="col-md-8">Responsive content left</div> <div class="col-md-4">Responsive content right</div> </div>
If responsive grid system is not there, can anyone recommend a different method for managing responsive content within CMS pages?
Thank you in advance for your kind reply!
Luigi
Answers
February 26, 2015 at 12:36 pm #36493@style960@amsbundem It’s recommended to use the Page Builder plugin (used in the theme demo) – https://wordpress.org/plugins/siteorigin-panels/
It’s fully responsive and allows for adding custom css per row/panel if required.
February 26, 2015 at 6:47 pm #36545@alyssa-buddyboss
AlyssaParticipant@amsbundem Welcome to the BuddyBoss community! No bootstrap but as Paul suggested above we recommend Site Origin Panels, see our tutorials here: http://www.buddyboss.com/tutorials/
March 3, 2015 at 4:19 am #36741@amsbundemThanks guys for the support!
I followed your suggestion and Page Buider is an interesting plugin, but unfortunately solves my problems only partially because third-party plugins and widgets templates can not be handled in this way. I have an event calendar manager and one for downloads and some widgets to make responsive on frontend, so it would be useful to be able to work with a grid system directly on the templates code. If there will be news, I will update this topic.
March 4, 2015 at 11:15 am #36792@alyssa-buddyboss
AlyssaParticipantSorry to hear that. I will leave this open.
August 14, 2015 at 6:17 am #44443@kferenceIs there an explanation somewhere of what Grid system you used, if any? Likewise, is there any plan to move to something more standard like a Bootstrap grid? I ask because using a Page Builder plugin is fine for people who are just laying out content but does not work when you’re building custom templates and need to write custom code in these templates.
We bought the Boss theme to help jumpstart a project for us and it’s been great in that regard. However, now that we want to do some custom development we’re faced with either retrofitting a grid in (yuck) or starting from scratch which I definitely do not want to do.
Any thoughts on a proper way to proceed? Thank you.
August 15, 2015 at 8:50 am #44513@alyssa-buddyboss
AlyssaParticipant@kference in order to use bootstrap you will need to prepend (AKA namspace) code to wrap it in it’s own div and make sure all CSS is coded with that prefix. Using bootstrap outright is very intrusive to WordPress/BuddyPress design because bootstrap edit base elements without prefixes like table, ul, li, span etc. See this stackoverflow example to use bootstrap in any application: http://stackoverflow.com/questions/13966259/how-to-namespace-twitter-bootstrap-so-styles-dont-conflict
August 21, 2015 at 5:00 am #44821@kferenceThank you. I guess I’ve been spoiled by the use of _strap that it’s become second nature…or a crutch, I guess it depends on your perspective. =)
Thanks again!
August 23, 2015 at 8:02 am #44958@alyssa-buddyboss
AlyssaParticipantGlad to help and give some perspective, namespacing is a little annoying but necessary when not built around the platform 🙂
October 27, 2015 at 6:27 pm #49902@kurtsubcoIt looks like buddyboss doesn’t come with a grid of it’s own. Has anyone written one that they would be willing to share?
October 27, 2015 at 9:44 pm #49914@
AnonymousHi @kurtsubco, you can use any one of following plugin
https://wordpress.org/plugins/siteorigin-panels/
http://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431
Regards
Varun DubeyOctober 29, 2015 at 9:51 am #50024@kurtsubcoThanks for the tips, I’m writing a custom blog layout that has a different style for the first post. I ended up just writing the breakpoints I needed.
October 30, 2015 at 4:56 am #50134@
AnonymousHi @kurtsubco
you will need to modify template files inside the child theme and create your own template files
just for guide http://code.tutsplus.com/tutorials/display-the-most-recent-post-in-each-category–cms-22677
Regards
Varun DubeyNovember 30, 2015 at 11:17 am #53190@yespapaHi @vapvarun,
So, at this time no grid or responsive integrated system to use with Boss theme ? Like the others, I am tuning the Events Manager plugin and I would want to create new templates. I would want to use the Boss responsive system.
Thank you.
November 30, 2015 at 11:46 am #53192@kferenceWe ultimately decided to create our theme from scratch using _strap (it’s underscores meets bootstrap) and pulling inspiration from the things we really liked in the Boss theme while not having to be hindered by the lack of a responsive grid framework. We build a LOT of custom templates and capabilities which means using a visual editor was just not an option for us.
We liked the Boss theme but we’re much happier now that we have a purpose built, lean theme that does only what we need.
- The question ‘RESPONSIVE GRID SYSTEM to format content html’ is closed to new replies.