• Resolved balambico

    (@balambico)


    Position Title – How to Reset the default Options that show up when double clicked.
    When it says “Start typing or Double click to open suggestions ”
    also is there way to preset those options make them ready only?

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

    (@blueglassinteractive)

    Hi @balambico

    The idea behind this was to simplify the offer creation, especially if you creating similar offer. It basically just crawls through your other job offers, and show their title’s.

    Also no way to reset this, as it is showing your current offers there.

    Do you wish to hide theme or why you want to reset them?

    Thread Starter balambico

    (@balambico)

    We had some dummy titles posted such as “Sample Job” that still shows up. and the plugin was used in conjuction with a membership plugin which allows membebers to post their own jobs etc.. and the sample job titles showing up as an offering would not do for a good user experience so we would like to have these titles not show up /deleted. And they still show up even if those jobs have been deleted.

    Is there a way to delete them directly from the database if so which tables would they stored in?

    Plugin Author BlueGlass

    (@blueglassinteractive)

    Hi @balambico

    add this hook to your theme “functions.php”

    add_filter('job-postings/datalists', '__return_false');

    It will disable the datalists completely. And be sure to use latest plugin version.

    Best wishes

    Thread Starter balambico

    (@balambico)

    That worked, thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Position Title – How to Reset the default Options that show up’ is closed to new replies.