*

Sony

  • ***
  • 35 posts
Re: custom fields
« Reply #15 on: April 30, 2017, 08:26:34 PM »
Please correct this as soon as possible, I am with my site stopped because of this error. Because custom fields for me is important to have on my site

*

MB Themes

Re: custom fields
« Reply #16 on: May 01, 2017, 08:56:26 PM »
@Leandro
Is there same issue with bender theme as well?
Can you PM me login to your oc-admin and FTP?

Thanks
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Sony

  • ***
  • 35 posts
Re: custom fields
« Reply #17 on: May 01, 2017, 09:18:32 PM »


I sent
« Last Edit: May 01, 2017, 09:21:09 PM by Leandro Carvalho »

Marked as best answer by frosticek on May 02, 2017, 09:04:07 AM
*

MB Themes

Re: custom fields
« Reply #18 on: May 02, 2017, 09:04:02 AM »
@Leandro
Ok what you did is that you have translated all the files of theme, not just translation files.
Example, in item-post.php:
Code: [Select]
    $('body').on('clique em alterar', 'input[name="catId"]', function() {

Should be:
Code: [Select]
$('body').on('click change', 'input[name="catId"]', function() {

Please update theme and use original files.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots