*

alsharif

  • ***
  • 48 posts
Language Tab in new Item not working
« on: July 20, 2017, 06:15:13 PM »
Dear Frosticek,

1.  The language Tab in adding a "New listing" does not work.  If I want to switch to data entry in “Arabic” while the site language is English, the tab immediately jumps back to “English”  and the same when the site interface is in Arabic, screen shot attached.

2. the display of the Currency symbol next to price is truncated
« Last Edit: July 20, 2017, 06:16:46 PM by alsharif »

*

casper

  • ***
  • 48 posts
Re: Language Tab in new Item not working
« Reply #1 on: July 20, 2017, 11:14:52 PM »
مرحبا امجد

افتح الملف اللي ارسلته لك وابحث عن هذا الكود
style.css

.add_item .box.price #currency {width:40px;

استبدله بهذا الكود

.add_item .box.price #currency {width:80px;

الفرق 80 بدل 40

المشكلة الثانيه ماعندي علم فيها

دمت

*

MB Themes

Re: Language Tab in new Item not working
« Reply #2 on: July 22, 2017, 08:55:19 AM »
@alsharif
For currency symbol, add following to your style.css:
.add_item .box.price #currency {width:100px!important;}

(change 100px to more if not enough)

Regarding language tabs, I was not able to reproduce error on our demo site. Can you give me your URL ?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

alsharif

  • ***
  • 48 posts
Re: Language Tab in new Item not working
« Reply #3 on: July 22, 2017, 05:23:13 PM »
The site is iBayt.com

*

alsharif

  • ***
  • 48 posts
Re: Language Tab in new Item not working
« Reply #4 on: July 27, 2017, 10:15:19 PM »
I appreciate responding to my query.  Many thanks

*

alsharif

  • ***
  • 48 posts
Re: Language Tab in new Item not working
« Reply #5 on: August 01, 2017, 09:29:31 PM »
A gentle reminder to the question that I’ve raised. Thanks

*

MB Themes

Re: Language Tab in new Item not working
« Reply #6 on: August 04, 2017, 11:48:37 AM »
@alsharif
I like your reminders :)
There are javascript errors generated due to Rich Edit plugin. If you want to use it, you need to disable character counters on your site.

In item-post.php and item-edit.php remove code blocks bellow following lines:
Code: [Select]
// TITLE REMAINING CHARACTERS
Code: [Select]
// DESCRIPTION REMAINING CHARACTERS
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots