Click here to Skip to main content
15,889,116 members
Home / Discussions / Web Development
   

Web Development

 
Questionan unusual problem of building multiple sites towards a longer term goal Pin
symfonycoda12-Dec-17 8:48
symfonycoda12-Dec-17 8:48 
AnswerRe: an unusual problem of building multiple sites towards a longer term goal Pin
W Balboos, GHB29-Dec-17 6:02
W Balboos, GHB29-Dec-17 6:02 
QuestionHow can i disable add to cart button in Magneto 2? Pin
suthan alley10-Dec-17 19:41
suthan alley10-Dec-17 19:41 
AnswerRe: How can i disable add to cart button in Magneto 2? Pin
Afzaal Ahmad Zeeshan14-Dec-17 4:07
professionalAfzaal Ahmad Zeeshan14-Dec-17 4:07 
AnswerRe: How can i disable add to cart button in Magneto 2? Pin
Member 1358395818-Dec-17 20:43
Member 1358395818-Dec-17 20:43 
QuestionBootstrap Carousel not carouselling Pin
#realJSOP10-Dec-17 3:56
mve#realJSOP10-Dec-17 3:56 
AnswerRe: Bootstrap Carousel not carouselling Pin
#realJSOP10-Dec-17 5:38
mve#realJSOP10-Dec-17 5:38 
SuggestionRe: Bootstrap Carousel not carouselling Pin
Richard Deeming11-Dec-17 2:12
mveRichard Deeming11-Dec-17 2:12 
You might need more MIME mappings for the other font types:
XML
<mimeMap fileExtension="eot" mimeType="application/vnd.ms-fontobject" />
<mimeMap fileExtension="otf" mimeType="application/x-font-opentype" />
<mimeMap fileExtension="svg" mimeType="image/svg+xml" />
<mimeMap fileExtension="ttf" mimeType="application/x-font-truetype" />
<mimeMap fileExtension="woff" mimeType="application/font-woff" />
<mimeMap fileExtension="woff2" mimeType="application/font-woff2" />

According to this SO thread[^], the official MIME type for Woff2 might have been changed to font/woff2; but application/font-woff2 works for now.



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


GeneralRe: Bootstrap Carousel not carouselling Pin
#realJSOP11-Dec-17 3:21
mve#realJSOP11-Dec-17 3:21 
QuestionHow to override block in Magento 2 ? Pin
suthan alley7-Dec-17 22:44
suthan alley7-Dec-17 22:44 
Questiongoogle map API biostall library issue on my project in codeigniter Pin
Member 135521401-Dec-17 5:13
Member 135521401-Dec-17 5:13 
QuestionMVCCodeRouting Pin
#realJSOP30-Nov-17 6:39
mve#realJSOP30-Nov-17 6:39 
AnswerRe: MVCCodeRouting Pin
Nathan Minier1-Dec-17 1:43
professionalNathan Minier1-Dec-17 1:43 
GeneralRe: MVCCodeRouting Pin
#realJSOP1-Dec-17 8:13
mve#realJSOP1-Dec-17 8:13 
GeneralRe: MVCCodeRouting Pin
Nathan Minier4-Dec-17 1:15
professionalNathan Minier4-Dec-17 1:15 
QuestionMVC and Custom Routes Pin
#realJSOP30-Nov-17 5:08
mve#realJSOP30-Nov-17 5:08 
AnswerRe: MVC and Custom Routes Pin
Richard Deeming30-Nov-17 8:24
mveRichard Deeming30-Nov-17 8:24 
GeneralRe: MVC and Custom Routes Pin
#realJSOP1-Dec-17 1:04
mve#realJSOP1-Dec-17 1:04 
QuestionHow do I insert dropdown Text, not the value, into the database? Pin
samflex17-Nov-17 9:58
samflex17-Nov-17 9:58 
AnswerRe: How do I insert dropdown Text, not the value, into the database? Pin
W Balboos, GHB6-Dec-17 7:27
W Balboos, GHB6-Dec-17 7:27 
GeneralMessage Closed Pin
24-Jan-19 11:19
Sarah George24-Jan-19 11:19 
GeneralRe: How do I insert dropdown Text, not the value, into the database? Pin
W Balboos, GHB25-Jan-19 1:14
W Balboos, GHB25-Jan-19 1:14 
GeneralRe: How do I insert dropdown Text, not the value, into the database? Pin
Richard Deeming25-Jan-19 2:33
mveRichard Deeming25-Jan-19 2:33 
QuestionOne Step Forward, Two Steps Back - Can't create controller using scaffolding Pin
#realJSOP10-Nov-17 2:04
mve#realJSOP10-Nov-17 2:04 
AnswerRe: One Step Forward, Two Steps Back - Can't create controller using scaffolding Pin
#realJSOP11-Nov-17 11:16
mve#realJSOP11-Nov-17 11:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.