• Resolved nmccainjr

    (@nmccainjr)


    Hello Greg

    I using your dependant-taxonomy-dropdown.

    Does the category section need to be a in the add form? If so is there a way they can’t change categories? The reason I’m asking because I have different add forms for each category.

    Thanks
    Norman

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    i understand you are using the Custom Fields extension and Preselect Ad Category sippet to have different form variations?

    If so then it would be best to disable DTD for [adverts_add] category and configure each form scheme to have only one category available in the dropdown that is the same one as preselected in the first step.

    If you want to take it one step further you can hide the category field with a CSS code.

    Thread Starter nmccainjr

    (@nmccainjr)

    ok

    I best bet is to hide the category field

    Thanks Greg

    Plugin Author Greg Winiarski

    (@gwin)

    Ok, just for the reference to hide the Category field in the [adverts_add] go to wp-admin / Appearance / Customize / Additional CSS panel and add there the code below

    
    .adverts-field-name-advert_category {
      display: none !important;
    }
    
    Thread Starter nmccainjr

    (@nmccainjr)

    Thanks Greg

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘dependant-taxonomy-dropdown’ is closed to new replies.