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