On Sale block Products Slider droped picture

Hi Team,

I don’t know if issue is about browser but some times show dropped images and other times it shows well.

I attached a screenshot from JM Megamall DEMO site because found the same error as my website:

Attachment 40494

Note i found issue only for Safari and Chrome. Nothing wrong for Firefox and i don’t know for IE.

Please take a look.

Thanks you very much

Richardmax

3 answers

Profile photo of Seoki Lee 1510.00 $tone October 10, 2014
Public

Thanks for raising this up.

And yes, it’s a known issue of this JM Megamall theme and it’s also fixed. We will export and re-install the demo site pretty soon.

#1
Profile photo of Eddy Ricardo Santos 340.00 $tone October 10, 2014
Public

Thanks you very much.

Can you show me when i must fix it? We must patch manually because are in production mode now. Have too many customizations into the JM Megamall files.

#2
Profile photo of Seoki Lee 1510.00 $tone October 13, 2014
Public

You can edit file /skin/frontend/default/jm_megamall/joomlart/jmproductsslider/css/style.css, find and replace this rule:

Code:

.jm-slider li {
    float: left;
    margin: 0 10px 0 0;
    overflow: hidden;
    text-align: center;
}

With:

Code:

.jm-slider li {
	overflow: hidden;
	float: left;
	margin: 0 10px 0 0;
	text-align: center;
    min-height: 90px !important;
    min-width: 92px !important;
}

#jm-tops2 .jm-slider li {
    min-height: 130px !important;
}

Hope this helps.

#3

Please login or Register to Submit Answer

Written By

Comments