Error viewing in Internet Explorer after enlarging the display of images in the home. Since CSS.
- Posted by Juan Pablo (15) Offline
Hello!
He commented that I have a problem with the display in Internet Explorer 10.
if you enter servido-ocho.com.ar going to see what is wrong.
Also attached a picture.
thanks
Hello!
He commented that I have a problem with the display in Internet Explorer 10.
if you enter servido-ocho.com.ar going to see what is wrong.
Also attached a picture.
thanks
11 years 6 months ago #1
by Juan Pablo
He commented that I have a problem with the display in Internet Explorer 10.
if you enter servido-ocho.com.ar going to see what is wrong.
Also attached a picture.
thanks
Hello!
He commented that I have a problem with the display in Internet Explorer 10.
if you enter servido-ocho.com.ar going to see what is wrong.
Also attached a picture.
thanks
Please Log in or Create an account to join the conversation.
- Posted by Juan Pablo (15) Offline
Hi, not sure if it this error, but I tried to customize the css for the image of the items to look big. (as seen) but only walks in Chrome, not Internet Explorer. Can this be the error?
/*===== Personalizaciones Juampi =====*/
@media screen and (min-width: 2561px) {
div.catItemImageBlock {background-size:100%!important; height:350px!important;margin: 0;}
}
@media screen and (min-width: 1921px) and (max-width: 2560px) {
div.catItemImageBlock {background-size:100%!important; height:350px!important;margin: 0;}
}
/*Pantalla Juampi*/@media screen and (min-width: 1601px) and (max-width: 1920px) {
div.catItemImageBlock {background-size:100%!important; height:350px!important;margin: 0;}
}
@media only screen and (min-width: 1281px) and (max-width: 1600px) {
div.catItemImageBlock {background-size:100%!important; height:350px!important;margin: 0;}
}
@media only screen and (min-width: 981px) and (max-width: 1280px) {
div.catItemImageBlock {background-size:100%!important; height:271px!important;margin: 0;}
}
@media screen and (min-width: 761px) and (max-width: 980px) {
div.catItemImageBlock {background-size:100%!important; height:318px!important;margin: 0;}
}
/*Mobile*/@media screen and (max-width: 760px) {
div.catItemImageBlock {background-size:100%!important; height:145px!important;margin: 0;}
}
/*===== FIN Personalizaciones Juampi - COMIENZO ORIGINAL =====*/
11 years 6 months ago #2
by Juan Pablo
/*===== Personalizaciones Juampi =====*/
@media screen and (min-width: 2561px) {
div.catItemImageBlock {background-size:100%!important; height:350px!important;margin: 0;}
}
@media screen and (min-width: 1921px) and (max-width: 2560px) {
div.catItemImageBlock {background-size:100%!important; height:350px!important;margin: 0;}
}
/*Pantalla Juampi*/@media screen and (min-width: 1601px) and (max-width: 1920px) {
div.catItemImageBlock {background-size:100%!important; height:350px!important;margin: 0;}
}
@media only screen and (min-width: 1281px) and (max-width: 1600px) {
div.catItemImageBlock {background-size:100%!important; height:350px!important;margin: 0;}
}
@media only screen and (min-width: 981px) and (max-width: 1280px) {
div.catItemImageBlock {background-size:100%!important; height:271px!important;margin: 0;}
}
@media screen and (min-width: 761px) and (max-width: 980px) {
div.catItemImageBlock {background-size:100%!important; height:318px!important;margin: 0;}
}
/*Mobile*/@media screen and (max-width: 760px) {
div.catItemImageBlock {background-size:100%!important; height:145px!important;margin: 0;}
}
/*===== FIN Personalizaciones Juampi - COMIENZO ORIGINAL =====*/
Please Log in or Create an account to join the conversation.
- Posted by Juan Pablo (15) Offline
Hello!
I made some tests, and the error is in when I disable the option of k2 introtext.
When he looks back to enable perfectly in Internet Explorer, but if I disable it does not look good.
What I need is to know what is the reason for the error. I do not want the text intruduccion enabled.
Thank you!
Spanish
Hola!
He realizado algunas pruebas, y el error se encuentra en cuando deshabilito la opción de k2 introtext.
Cuando lo vuelvo a habilitar se ve perfectamente en Internet Explorer, pero si lo deshabilito no se ve bien.
Lo que necesito es saber cual es el motivo del error. Ya que no quiero el texto intruducción habilitado.
Gracias!
11 years 6 months ago #3
by Juan Pablo
I made some tests, and the error is in when I disable the option of k2 introtext.
When he looks back to enable perfectly in Internet Explorer, but if I disable it does not look good.
What I need is to know what is the reason for the error. I do not want the text intruduccion enabled.
Thank you!
Spanish
Hola!
He realizado algunas pruebas, y el error se encuentra en cuando deshabilito la opción de k2 introtext.
Cuando lo vuelvo a habilitar se ve perfectamente en Internet Explorer, pero si lo deshabilito no se ve bien.
Lo que necesito es saber cual es el motivo del error. Ya que no quiero el texto intruducción habilitado.
Gracias!
Please Log in or Create an account to join the conversation.
- Posted by andy (759) Offline
Hi Baudracco,
Sorry for delay in responding. Btw Deal Plazza is designed to use the introtext as default. But maybe we can add some css to fix the problem. Can you share your website URL so I can take a look? your URl again because the one you gave above (servido-ocho.com.ar ) doesn't work
11 years 6 months ago #4
by andy
Sorry for delay in responding. Btw Deal Plazza is designed to use the introtext as default. But maybe we can add some css to fix the problem. Can you share your website URL so I can take a look? your URl again because the one you gave above (servido-ocho.com.ar ) doesn't work
Please Log in or Create an account to join the conversation.
- Posted by Juan Pablo (15) Offline
Sorry, the link is servidor-ocho.com.ar or riocuartoencupon.com (same page with two domains)
Thank you.
11 years 6 months ago #5
by Juan Pablo
Thank you.
Please Log in or Create an account to join the conversation.
- Posted by andy (759) Offline
Can you try to add this code :
at the end of the file : [root]templates/deals_plazza/css/com_k2.css ?
11 years 6 months ago #6
by andy
.itemContainer {
width: 100%;
}
at the end of the file : [root]templates/deals_plazza/css/com_k2.css ?
Please Log in or Create an account to join the conversation.