Max Length title in visual index

nathaliza / 2013-09-22 18:02:58   

hello,
The title of the thumbnails for visual index seems to be limited, i wonder how is it possible to add more characters ?
Any idea ?

I try to edit the visual index php files and find this line i've change max:50 to max:100 but doesn't have any change...

$OBJ->template->onready[] = "$('#slider3').slider({ value: $text_box_height, max: 50,
stop: function(event, ui) { $('#text_box_height').val(ui.value); },
slide: function(event, ui) { $('label#text_box_height_value span').html(ui.value) }
});";

mgabas / 2013-10-20 16:17:33   

Hi,

Im having the same problem.
Also when I edit the php file nothing happens.

Any help please?

This thread has been closed, thank you.