• I recently tried to make an update on Jin Menus, but the Save button is no longer visible. How can I save my updates?

    Thanks for your help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I just installed it and I see no save button. It is unusable without the save button…
    But is yet supported?

    Thread Starter dwalker108

    (@dwalker108)

    Hi Vittorio – Here is a workaround I figured out. Go to wp-content/plugins/jin-menu/template.php

    Line 134 looks like this:
    <input id=”save_menu_header” class=”button button-primary menu-save” type=”submit” value=”Save Menu” name=”save_menu”>

    Replace line 134 with this:
    <input id=”save_menu_header” class=”button button-primary menu-save” type=”submit” value=”Save Menu” name=”save_menu” style=”display:inline-block !important;”>

    • This reply was modified 3 years, 4 months ago by dwalker108.

    @dwalker108, thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘no save button’ is closed to new replies.