JM Products Slider dont work on backend

When I change any parameter on backend, send this message:
An error occurred while saving this configuration: Qty: Format is incorrect.

What happends???

Thanks

10 answers

Profile photo of Seoki Lee 1510.00 $tone June 3, 2014
Public

Try to open file app\code\local\JoomlArt\JmProductsSlider\Model\Sys tem\Config\Backend\JmProductsSlider\CheckInputQty. php

At line 18, comment or remove this code:

Code:

if (!is_numeric($value)) { 
            throw new Exception(Mage::helper('joomlart_jmproductsslider')->__('Qty: Format is incorrect.'));
        }

Hope this helps.

#1
Profile photo of Ziven Staff 100280.00 $tone June 4, 2014
Public

I see the dimension of thumbs image now is 100×100.
You can PM me admin and ftp credentials of your site, it’s better with a closer look

#4

Sorry, but not work properly yet!!

Repite:

I am check only work if I reduce the screen size, then the size of products is correctly, but if I only refresh the screen dont show properly.
The browser is Google Chrome.

Thanks

#9
Profile photo of Saguaros 0.00 $tone June 17, 2014
Public

Hi

You can try opening file: /skin/frontend/default/jm_siotis/joomlart/jmproductsslider/css/style.css

At approx line 35, you will see this css rule:

Code:

.jm-slider li {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: left;
	display: block;
	width: 180px !important;
        height: 240px !important;  << add this line
}
#10

Please login or Register to Submit Answer

Written By

Comments