Advertisement:

Author Topic: [Solved:Sorry] custom fields don't show in item,item_add,item_edit  (Read 554 times)

Masahiro

  • Newbie
  • *
  • Posts: 4
Hi Please tell me the clue to solve the problem.

I registered some custom fields but they don't show in item_add,item_edit fields even after choose categories and sub-categories,locations. I try to publish a new ad,I have error messages for required custom fields.
I think My site can't read meta_field so on in Item_add or Item_edit.

I checked similar topics in this form but, I could't find (or recognize) appropriate answers.

Please tell me some clue and check points to solve the problem.


My Environment as follows
  Osclass 3.6.1
  Themes WizEstate
  Plugins Madhouse messengers,Profile picture,Social login,Kharl extra field(add fields for registration)
  Language Japanese (but add fields name in English word)
  doing local PC

ex:item-post.php  (Should I add some sentences around here?)
     <?php
              }
   if($edit) {
   ItemForm::plugin_edit_item();
   } else {
        ItemForm::plugin_post_item();
   }
   ?>

My English is not good but hope you understand me.
 
→I had commented out "array_shift of args in run_hook function" by mistake. I am sorry to have caused trouble.
« Last Edit: June 22, 2016, 02:53:10 pm by Masahiro »

Masahiro

  • Newbie
  • *
  • Posts: 4
[Solved] custom fields don't show in item,item_add,item_edit
« Reply #1 on: June 22, 2016, 02:48:44 pm »
I solved my custom-field problem. I am sorry, It was my mistake.

When I checked run_hook method 1 week ago, I commentted out  array_shift of args by mistake.
So, My custom-field don't work.

I am very sorry to have caused trouble.