Title: #id navigation problem
Last modified: September 25, 2019

---

# #id navigation problem

 *  Resolved [CJ](https://wordpress.org/support/users/babel391/)
 * (@babel391)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/id-navigation-problem/)
 * Hi,
 * great plugin. I had a problem with #id navigation, as changing the currency on
   a #id URL adds the ?currency to end of the URL, but doesn’t change the currency
   display.
 * There is a commented fix in js/front.js, line 243, but uncommenting this didn’t
   solve the problem.
 * My fix in case it is useful was to
 * 1) add beneath line 243:
    l = window.location.href.split(“#”)[0];
 * 2) change line 272 from
 * window.location = window.location.href + ‘?currency=’ + jQuery(this).data(‘currency’);
 * to
 * var m = window.location.href.split(“#”)[0];
    window.location = m + ‘?currency
   =’ + jQuery(this).data(‘currency’);

Viewing 1 replies (of 1 total)

 *  [pavloborysenko](https://wordpress.org/support/users/pavloborysenko/)
 * (@pavloborysenko)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/id-navigation-problem/#post-11967335)
 * Hello
 * Thank you for cooperation!
 * I will pass this to the developers

Viewing 1 replies (of 1 total)

The topic ‘#id navigation problem’ is closed to new replies.

 * ![](https://ps.w.org/currency-switcher/assets/icon-256x256.png?rev=2063672)
 * [WPCS - WordPress Currency Switcher Professional](https://wordpress.org/plugins/currency-switcher/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/currency-switcher/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/currency-switcher/)
 * [Active Topics](https://wordpress.org/support/plugin/currency-switcher/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/currency-switcher/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/currency-switcher/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [pavloborysenko](https://wordpress.org/support/users/pavloborysenko/)
 * Last activity: [6 years, 8 months ago](https://wordpress.org/support/topic/id-navigation-problem/#post-11967335)
 * Status: resolved