Opened 4 months ago
Closed 4 months ago
#252 closed defect (invalid)
JS files dont work with transposh
| Reported by: | shlomy | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | 0.9 - Current Major |
| Component: | Parser | Version: | 0.9.1 |
| Keywords: | Cc: |
Description
Hi offer
Thanks for one of the best plugins for wp
It looks that when using transposh, like: domain/en the java scrips do not work...Do you have an idea why?
See:
http://www.carental.pl
on English all is ok, transposh do amazing job in translating but on the parmalinks for example the date picker do not work
Thanks for answering and again thanks for amazing plugin
Regards
Shlomy
shlomy@…
Change History (1)
comment:1 Changed 4 months ago by ofer
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Hello,
This goes to the not at all Transposh related issues (ok, maybe just a bit)
The reason your scripts don't work is that your theme have an included very old jQuery plugin (1.4.4) which uses the $ notation of jQuery
However, Transposh includes the jQuery provided by your wordpress (1.8.3 as of today)
That means that your functions with the $ will fail, please look at the js console of your browser.
Good luck :)