*

rsn

  • ***
  • 61 posts
does not work in multiple currencies similar products
« on: February 07, 2017, 03:06:34 PM »
not running multi currency
on the page of ads like ads
see photos
how to fix

https://yadi.sk/i/AfloCZQR3DMNVv

*

MB Themes

Re: does not work in multiple currencies similar products
« Reply #1 on: February 07, 2017, 03:36:23 PM »
@rsn
Sorry, what is problem?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

rsn

  • ***
  • 61 posts
Re: does not work in multiple currencies similar products
« Reply #2 on: February 07, 2017, 03:51:56 PM »
check when mouse is not showing the currency
http://veronika.mb-themes.com/


*

MB Themes

Re: does not work in multiple currencies similar products
« Reply #3 on: February 07, 2017, 04:05:00 PM »
@rsn
Thanks, will investigate this issue.

//Edit
In style.css on following lines:
.white .price
.white .price span

Remove this code:
Code: [Select]
text-overflow:ellipsis;overflow:hidden;word-wrap: break-word; word-break: break-all;
and to line:
Code: [Select]
.white .price span .MCtooltip span {
add code:
Code: [Select]
max-width:initial;
« Last Edit: February 07, 2017, 04:14:11 PM by frosticek »
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

rsn

  • ***
  • 61 posts
Re: does not work in multiple currencies similar products
« Reply #4 on: February 07, 2017, 05:47:09 PM »
I did as you wrote and I not working

*

MB Themes

Re: does not work in multiple currencies similar products
« Reply #5 on: February 07, 2017, 06:21:44 PM »
@rsn
Then you did not do as I wrote.

You can copy style.css to your site from demo:
http://veronika.mb-themes.com/oc-content/themes/veronika/css/style.css
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

rsn

  • ***
  • 61 posts
Re: does not work in multiple currencies similar products
« Reply #6 on: February 07, 2017, 06:29:14 PM »
ок_) Thank you