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.
Hace 8 años
is it only using BootStrap now?
Hace 8 años
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
Hace 8 años
Default clean theme use media query for responsive design.
Hace 8 años
can i say that nopcommerce is using html5 and css3 media Queries to  accomplish it's Responsive Design?
Hace 8 años
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
Hace 8 años
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.
Hace 8 años
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.
Hace 8 años
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.
Hace 8 años
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.