Multi-Level Fields
Good morning,
I am trying to implement a multi-level field based on the wordpress categories (the ones that appear when you add an ad) to be able to make a custom search box.
What I did first was that I implemented it on a basic wordpress theme (Twenty twelve) and it works perfectly (the dependent dropdowns too). I have my dependant dropdowns (for my case, type of vehicle, brand and model). Each of these were created in Categories. Also, I created 5 other custom fields.
Now I am trying to replicate all this on Classipress, but I am having some issues.
When I add the line <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.
js" ></script>, the dropdowns stop working correctly (they open but don't close).
NOTE: the information in the first dropdown is correct, but it doesn't close nor enables the next dropdown.
These are the error messages that IE shows:
Detalles de error de página web
Agente de usuario: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)
Fecha: Tue, 11 Jun 2013 14:58:58 UTC
Mensaje: El objeto no acepta esta propiedad o método (The object doesn't accept this property or method)
Línea: 5
Carácter: 25
Código: 0
URI: http://localhost:8080/carros/wp-incl...n.js?ver=1.9.2
Mensaje: El objeto no acepta esta propiedad o método (The object doesn't accept this property or method)
Línea: 5
Carácter: 24
Código: 0
URI: http://localhost:8080/carros/wp-incl...n.js?ver=1.9.2
Mensaje: El objeto no acepta esta propiedad o método (The object doesn't accept this property or method)
Línea: 258
Carácter: 9
Código: 0
URI: http://localhost:8080/carros/
Mensaje: Los tipos no coinciden. (Types don't match)
Línea: 2
Carácter: 32122
Código: 0
URI: http://localhost:8080/carros/wp-incl...y.js?ver=1.8.3
Mensaje: El objeto no acepta esta propiedad o método (The object doesn't accept this property or method)
Línea: 11
Carácter: 3
Código: 0
URI:
http://localhost:8080/carros/wp-cont...ing.js?ver=1.3
I already bought the Dynamic Multi-Level Fields plugin...
I already had someone to develop a custom search box for me but I need to be able to have full control and that is why I am trying to do it myself.
Any help is greatly appreciated.
Kind regards.