Support » Plugin: Amazon Link » Problem with Advanced Custom Fields plugin

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author paulstuttard

    (@paulstuttard)

    Hmmm, that a bit annoying!

    Temporary work around whilst I find what is clashing is that all the settings pages can be accessed from the main WordPress ‘Plugins’ page.

    There are a bunch of links for each settings page next to the Amazon Link Plugin entry. "| Settings | Associate IDs | Templates | Extras "

    I’ll look into it further…

    Paul

    Plugin Author paulstuttard

    (@paulstuttard)

    Found the problem, if you’re feeling brave you can fix this inside WordPress by:

    Editing the file plugins/amazon-link/amazon.php change line 221

    FROM:

    $this->menu = add_menu_page(__('Amazon Link Options', 'amazon-link'), __('Amazon Link', 'amazon-link'), 'manage_options', $this->menu_slug, NULL, $this->icon, 81.375);

    TO:

    $this->menu = add_menu_page(__('Amazon Link Options', 'amazon-link'), __('Amazon Link', 'amazon-link'), 'manage_options', $this->menu_slug, NULL, $this->icon, '81.375');

    Note the extra ” marks around the 81.375.

    I will fix in the next version, thanks for spotting!

    Paul

    Thread Starter WebEndev

    (@munman)

    Hi Paul,

    That’s awesome and thank you for finding this so fast!

    Looking forward to the next version.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with Advanced Custom Fields plugin’ is closed to new replies.