Page 1 of 2

Mobile Presentation Module

Posted: Wed May 14, 2014 3:21 am
by pokemon007
Any plan to add mobile presentation module that can return mobile version of HTML based on device?

Thanks.

-Charlie

Re: Mobile Presentation Module

Posted: Wed May 14, 2014 10:29 am
by phillipuniverse
No, but we have used Spring Mobile (https://github.com/spring-projects/spring-mobile) to present different templates and overall UI based on device specs. We've had a lot of success with it.

Re: Mobile Presentation Module

Posted: Tue Jun 10, 2014 6:49 pm
by pokemon007
Thank you for your update, but I don't see any mobile HTML template at the link you gave.

Thanks.

-Charlie

Re: Mobile Presentation Module

Posted: Wed Jun 11, 2014 12:36 am
by phillipuniverse
Right, there isn't an HTML template there. I thought you were asking a more general question on selecting a different template based on the device. In that case, Spring Mobile is something we have used for doing that.

Re: Mobile Presentation Module

Posted: Wed Jun 11, 2014 9:06 pm
by RapidTransit
pokemon007 wrote:Thank you for your update, but I don't see any mobile HTML template at the link you gave.

Thanks.

-Charlie

For rapid prototyping Bootstrap is a good place to start for starting a responsive design, as it has built-in normalization, cross browser styling, common components and its relatively popular. http://getbootstrap.com/

I've also tried Foundation, Inuit, Gumby, and Pure

Re: Mobile Presentation Module

Posted: Wed Jan 20, 2016 8:10 am
by Marvell
I'd like to ask if we can expect commercial CRM features in broadleaf products any time soon? I'm using one myself, they are getting increasingly popular, and I guess you have some ideas of your own?

Re: Mobile Presentation Module

Posted: Mon Apr 25, 2016 8:28 am
by john21wall
How can I move site to a new domain? Revolution Slider Text on Small Screens
In case you need to display all tabs of Module Presentation block on mobile devices with screen size less than 800px (and not to swipe to display tabs content one by one), go to Options > Main options > Custom CSS and add this code:

@media only screen and (max-width: 799px){
.module-presentation .presentation .presentation-titles {
display: inline-block;

Re: Mobile Presentation Module

Posted: Mon Jan 09, 2017 6:49 am
by sumit17mar
Hi ,

When I am using Broadleaf commerce on mobile , The cart page is showing in its full length i.e. it is not responsive.
Its just a white page I am getting. However all other screens are responsive.

The get api (GET http://localhost:8080/cart ) returns the web content. Probably this may be the reason.

Please suggest a way yo fix it .

Steps to reproduce: Open the home page in mobile --> add any item --> click on Item cart (top right corner)

Re: Mobile Presentation Module

Posted: Tue Jul 25, 2017 3:00 pm
by phillipuniverse
The frontend UI that comes out of the box is intended to serve as an example and is not exhaustive. Some parts may or may not be completely responsive, and it does not necessarily contain every single feature of things that you can do with Broadleaf.

In our new demo coming in the next couple of weeks, it will be a much better starting point and designed to customize (e.g. based on Bootstrap, comes with some out of the box transferrable styles).

The Broadleaf forums are being retired as a readonly archive of questions. For active discussions and questions, check out the broadleaf-commerce tag on Stack Overflow which is actively monitored by the Broadleaf team.