how did nopcommerce web page accomplish it's Responsive Design?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
8 years ago
is it only using BootStrap now?
8 years ago
jy02883962 wrote:
is it only using BootStrap now?


nopCommerce is not using Bootstrap out of the box. The default theme of nopCommerce is responsive: Demo Site

There are some 3rd party bootstrap themes available here: https://www.nopcommerce.com/extensions-and-themes.aspx

See this: https://www.nopcommerce.com/extensions-and-themes.aspx?searchterm=bootstrap
8 years ago
Default clean theme use media query for responsive design.
8 years ago
can i say that nopcommerce is using html5 and css3 media Queries to  accomplish it's Responsive Design?
8 years ago
Here is the Designer's Guide: http://docs.nopcommerce.com/display/nc/Designer%27s+Guide

You can see the stylesheet (for DefaultClean theme) here: src/Presentation/Nop.Web/Themes/DefaultClean/Content/css/styles.css
8 years ago
jy02883962 wrote:
can i say that nopcommerce is using html5 and css3 media Queries to  accomplish it's Responsive Design?


It does use css3 media queries, but there's no html5 markup, nopCommerce is not html5 based.
8 years ago
Nop-Templates.com wrote:
It does use css3 media queries, but there's no html5 markup, nopCommerce is not html5 based.

It does use a html5 doctype though, so I'd say it's fair to say that it's html5 even if it doesn't use any of the new elements introduced in html5.
8 years ago
petemitch wrote:
It does use css3 media queries, but there's no html5 markup, nopCommerce is not html5 based.
It does use a html5 doctype though, so I'd say it's fair to say that it's html5 even if it doesn't use any of the new elements introduced in html5.


I want to add little, if anybody want to add new tag of html5 there is no problem as it is use html5 doctype.
8 years ago
sina.islam wrote:
It does use css3 media queries, but there's no html5 markup, nopCommerce is not html5 based.
It does use a html5 doctype though, so I'd say it's fair to say that it's html5 even if it doesn't use any of the new elements introduced in html5.

I want to add little, if anybody want to add new tag of html5 there is no problem as it is use html5 doctype.



Hi,

Since nopCommerce officially supports Internet Explorer 8 it is not recommended to use the new HTML5 tags, because they will break the site in IE8.

We are looking forward to the end of support era of IE8 !
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.