• Resolved teeboy4real

    (@teeboy4real)


    Hello,

    I am using pre select category function so I removed the category field from my [adverts_add] form since the field is already being pre-selected now how can I display this advert category in the advert details page. It does not show in advert details page since the field has been removed in the [adverts_add] form.

    Thanks

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

    (@gwin)

    Hi,
    you would need to add this field back to the form, if you have removed it then most likely the category is not saving at all and this is why it also does not show on the Ad details pages.

    If you do not want to show the category field then you can just hide it with CSS

    
    .adverts-control-group.adverts-field-select.adverts-field-name-advert_category {
        display: none !important;
    }
    
    Thread Starter teeboy4real

    (@teeboy4real)

    Thanks problem solved

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display advert category in advert details page’ is closed to new replies.