This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

danieltomasz

  • **
  • 11 posts
Step 3 does not work with additional fields
« on: February 05, 2017, 01:41:09 PM »
Step 3 does not work with additional fields, and more specifically from the drop-down fields.

*

danieltomasz

  • **
  • 11 posts
Re: Step 3 does not work with additional fields
« Reply #1 on: February 05, 2017, 01:52:31 PM »
I add additional photos


*

MB Themes

Re: Step 3 does not work with additional fields
« Reply #2 on: February 05, 2017, 07:29:51 PM »
@danieltomasz
Please provide your URL.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

danieltomasz

  • **
  • 11 posts
Re: Step 3 does not work with additional fields
« Reply #3 on: February 06, 2017, 01:38:59 AM »

*

MB Themes

Re: Step 3 does not work with additional fields
« Reply #4 on: February 06, 2017, 07:57:12 AM »
@danieltomasz
As I told, upgrade to latest theme version, there was bug with category select type you are using right now.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

danieltomasz

  • **
  • 11 posts
Re: Step 3 does not work with additional fields
« Reply #5 on: February 06, 2017, 12:39:02 PM »
I have the latest version of the theme and does not work

Marked as best answer by danieltomasz on February 06, 2017, 01:04:34 PM
*

MB Themes

Re: Step 3 does not work with additional fields
« Reply #6 on: February 06, 2017, 12:54:02 PM »
@danieltomasz
I see, you have no inputs here.

In item-post.php / item-edit.php find this:
Code: [Select]
if (data.indexOf("input") >= 0) {
Replace with:
Code: [Select]
if (data.indexOf("input") >= 0 || data.indexOf("select") >= 0) {
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

danieltomasz

  • **
  • 11 posts
Re: Step 3 does not work with additional fields
« Reply #7 on: February 06, 2017, 01:04:29 PM »
It works so great. But in an update that is not, because yesterday fetch.

*

MB Themes

Re: Step 3 does not work with additional fields
« Reply #8 on: February 06, 2017, 01:36:58 PM »
It was not in update.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots