wrong path in javascript – qtranslate
-
Hello,
When qtranslate is installed an additional path may be added to the url, for example: http://www.mydomain.com/en/page/
In file : wpdev-booking-class.php
Line 3114var wpdev_bk_plugin_url = '<?php echo get_home_url(null, '/wp-content/plugins/'.WPDEV_BK_PLUGIN_DIRNAME ); ?>';should be changed to
var wpdev_bk_plugin_url = '<?php echo WPDEV_BK_PLUGIN_URL; ?>';to ensure that the path is correct.
Can you please change this if/when a new version is out?
Best regards,
Spyros
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘wrong path in javascript – qtranslate’ is closed to new replies.