• Resolved exodor

    (@exodor)


    If you look at my “post an ad” link, you can see that the category window in the form is not working…Can you help?

    The page I need help with: [log in to see the link]

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

    (@gwin)

    It seems the theme CSS is hiding the drop-down, go to wp-admin / Appearance / Customize / Additional CSS panel and add there the code below

    
    .adverts-control-group.adverts-field-select.adverts-field-name-advert_category {
        overflow: visible !important;
    }
    
    Thread Starter exodor

    (@exodor)

    It didn’t work for me..:((

    Plugin Author Greg Winiarski

    (@gwin)

    I am looking at the page source but the code i pasted in the last message does not seem to be anywhere on your site are you sure you have it added?

    Thread Starter exodor

    (@exodor)

    Yes, it is there

    Plugin Author Greg Winiarski

    (@gwin)

    Ok i can see the code in site source now, but i am not sure why it is not being used maybe it has something to do with the source code being minified?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Category Window dont work’ is closed to new replies.