Hello and thank you for the quick reply ??
The parallax theme I’m using has a “Home Page Builder” that uses drag-and-drop objects. You create “units” then order them how you want them to appear down the page. One of these units is for testimonials that I am using that one for testimonials about his teaching.
My client also has a book on Amazon that has testimonials but these are specific for his book and they need to be displayed differently then how the Home Page Builder testimonial unit does it. So I need an additional testimonial plugin.
It’s the Home Page Testimonial Unit and your plugin that is having the conflict. I think you are both using the same identifier so they are getting lumped together. Here is the html of that section of the admin menu when your plugin is deactivated:
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-post" id="menu-posts-testimonials">
<a href='edit.php?post_type=testimonials' class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-post" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div><div class='wp-menu-image'><br /></div><div class='wp-menu-name'>Testimonials</div></a>
<ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head'>Testimonials</li><li class="wp-first-item"><a href='edit.php?post_type=testimonials' class="wp-first-item">Testimonials</a></li><li><a href='post-new.php?post_type=testimonials'>Add New</a></li></ul></li>
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-post" id="menu-posts-team">
<a href='edit.php?post_type=team' class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-post" aria-haspopup="true"><div class="wp-menu-arrow"><div></div></div><div class='wp-menu-image'><br /></div><div class='wp-menu-name'>Team</div></a>
<ul class='wp-submenu wp-submenu-wrap'><li class='wp-submenu-head'>Team</li><li class="wp-first-item"><a href='edit.php?post_type=team' class="wp-first-item">Team</a></li><li><a href='post-new.php?post_type=team'>Add New</a></li><li><a href='edit-tags.php?taxonomy=team-categories&post_type=team'>Categories</a></li></ul></li>
I’ll let the theme developer know of this issue also. It might just be a matter of someone using a unique identifier.