News:

Looking for documentation? Take a look on our wiki

Main Menu

Custom Field not responding in back-end

Started by LuukDriessen, January 16, 2014, 14:10:07 PM

Previous topic - Next topic

LuukDriessen

Hello,

I have a problem using Custom Fields.
The Custom Fields are explained perfectly. I think I understand how it works.

But!
When I open a product in the back-end and when I add the custom field and click Save. The Custom Field isn't selected.
It looks like I have a Jquery conflict or something. Also there are no Tabs in the Back-end. The productpage is one big page.

Does anyone know where to look?

Also, the same error. I can't select related products either.

Thanks in advance

Gr Luuk

Joomla 2.5.17
Virtuemart: 2.0.26d

jenkinhill

Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

LuukDriessen

#2
Thank you Jenkinhill

I already saw your post about jQuery indeed.
I tried using System - jQuery Easy but that don't make a difference.

The producttabs are visible when I deactivate the Multilanguage function.

I used debugger and I got 2 errors. But unfortunately I don't know what to do now.



TypeError: jQuery(...).chosen is not a function
   
jQuery('select#customlist').chosen().change(function() {

index...._id=137 (regel 2295)
TypeError: $(...).chosen is not a function


$("select#vmlang").chosen().change(function() {

jenkinhill

Quote from: LuukDriessen on January 16, 2014, 15:42:01 PM
The producttabs are visible when I deactivate the Multilanguage function.
Sorry I don't use multilanguage so have never tested with it. But that does tend to suggest a language file problem to me.

Quote
TypeError: $(...).chosen is not a function
Is a JavaScript problem affecting the drop down. You can get this if a single compatible (ie VM) version of jQuery is loaded or if some plugin is causing a conflict, eg Simple Gallery Pro.
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum