*

pitbull

  • ***
  • 98 posts
Problem with custom attributes
« on: February 02, 2018, 11:00:54 PM »
Hi @frosticek. Its been almost 5 hours i 'm looking for a solution but i m giving up !!! When i create and use custom fields with custom attributes plugin and assign them to specific categories then in item post page STEP 3 doesn't display at all when i choose a category with those fields.

I searched functions.php file and item_post.php file of veronika theme trying to find a solution but no luck. Do u have any idea why the step 3 is not displaying at all ?

Many thanx in advance.


*

MB Themes

Re: Problem with custom attributes
« Reply #1 on: February 03, 2018, 03:00:27 PM »
There is some bug with this plugin I think.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

pitbull

  • ***
  • 98 posts
Re: Problem with custom attributes
« Reply #2 on: February 03, 2018, 04:56:35 PM »
There is some bug with this plugin I think.

Nope i don't think so. When i deactivate the 3 steps in item post page the attributes are there and work fine. it must be a js conflict so tell me something. What plugin do you use for the 3 steps on publish item page (is it plain css? or do u use jquery/javascript?). Could u give me some details so i can fix the issue? Where do u have the code for that? I 'll post here the results so other people could benefit from that, as i m pretty sure that almost everything use the custom attributes plugin as the core custom fields provide very basic functions.

Cheers

*

ferry

  • ****
  • 155 posts
Re: Problem with custom attributes
« Reply #3 on: February 03, 2018, 08:15:54 PM »
Do you have thes in your style.css?

Code: [Select]
.add_item.no-steps fieldset > h2 .step {display:none;}
.add_item.no-steps fieldset {display:block;}
.add_item.no-steps .post-navigation {display:none;}
.add_item.no-steps .buttons-block {display:block;}