Title: Problem with Advanced Custom Fields plugin
Last modified: August 21, 2016

---

# Problem with Advanced Custom Fields plugin

 *  Resolved [WebEndev](https://wordpress.org/support/users/munman/)
 * (@munman)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/problem-with-advanced-custom-fields-plugin/)
 * Hello,
 * I am using version 3.1.0 of Amazon Link, and version 4.3.0 of [Advanced Custom Fields](http://wordpress.org/plugins/advanced-custom-fields/).
   When both plugins are activated, the Amazon Link admin menu completely disappears.
   When I deactivate Advanced Custom Fields, the Amazon Link menu appears.
 * I am also reporting this on the ACF forum.
 * Thank you for a great plugin.
 * [http://wordpress.org/plugins/amazon-link/](http://wordpress.org/plugins/amazon-link/)

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

 *  Plugin Author [paulstuttard](https://wordpress.org/support/users/paulstuttard/)
 * (@paulstuttard)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/problem-with-advanced-custom-fields-plugin/#post-4333043)
 * 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](https://wordpress.org/support/users/paulstuttard/)
 * (@paulstuttard)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/problem-with-advanced-custom-fields-plugin/#post-4333051)
 * 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](http://plugins.trac.wordpress.org/browser/amazon-link/tags/3.1.0/amazon.php#L221)
 * 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](https://wordpress.org/support/users/munman/)
 * (@munman)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/problem-with-advanced-custom-fields-plugin/#post-4333081)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/amazon-link_070606.svg)
 * [Amazon Link](https://wordpress.org/plugins/amazon-link/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/amazon-link/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/amazon-link/)
 * [Active Topics](https://wordpress.org/support/plugin/amazon-link/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/amazon-link/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/amazon-link/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [WebEndev](https://wordpress.org/support/users/munman/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/problem-with-advanced-custom-fields-plugin/#post-4333081)
 * Status: resolved