Support

Account

Forum Replies Created

  • Is the image stored as a ID or URL on the option page?

    When de field is stored as a ID u must get the image URL of the image ID.

    Eduard

  • This what I found at the Codex about

    add_menu_page( $page_title, $menu_title, $capability, $menu_slug, $function, $icon_url, $position );

    $position
    (integer) (optional) The position in the menu order this menu should appear. By default, if this parameter is omitted, the menu will appear at the bottom of the menu structure. The higher the number, the lower its position in the menu. WARNING: if two menu items use the same position attribute, one of the items may be overwritten so that only one item displays! Risk of conflict can be reduced by using decimal instead of integer values, e.g. 63.3 instead of 63 (Note: Use quotes in code, IE ‘63.3’).

  • No PHP Errors, Warnings and Notices when Debug is ON.

    Just de ‘Extra Fields’ menu admin page disappears

    Strange …..
    Can’t find : remove_menu_page( ect.) in Wp-Optimize
    No same slug is used…

    No css display:none;

    Versie: 4.2.2 ACF
    Options Page 1.2.0
    Repeater Field 1.0.1

    found it in WP-optimize:

    add_menu_page(“WP-Optimize”, “WP-Optimize”, “manage_options”, “WP-Optimize”, “optimize_menu”, plugin_dir_url( __FILE__ ).’wpo.png’, 81);

    81 !!

    when changed to 82 it comes back !

    Wp-omtimize is overruling this postion on de Admin menu ??

Viewing 3 posts - 1 through 3 (of 3 total)