Major AtContent Conflict with AgentPress Listings Plugin
-
AtContent plugin has a conflict with https://www.ads-software.com/plugins/agentpress-listings/
When AtContent is installed, it removes the tab of the listings plugin from the admin console. I fixed by making the changes below but with the latest version of AtContent, my below fix brought back the listings tab but the AtContent tabs were missing.
atcontent/atcontent.php
add_menu_page( ‘CopyLocator’, ‘CopyLocator’, ‘publish_posts’, ‘atcontent/copylocator.php’, ’’, plugins_url( ‘assets/logo.png’, FILE ), 6 ); add_menu_page( ‘Guest Posts’, ‘Guest Posts’, ‘publish_posts’, ‘atcontent/guestpost.php’, ’’, plugins_url( ‘assets/logo.png’, FILE ), 6 ); add_menu_page( ‘Reposting’, ‘Reposting’, ‘publish_posts’, ‘atcontent/repost.php’, ’’, plugins_url( ‘assets/logo.png’, FILE ), 7 ); changed to add_menu_page( ‘CopyLocator’, ‘CopyLocator’, ‘publish_posts’, ‘atcontent/copylocator.php’, ’’, plugins_url( ‘assets/logo.png’, FILE ) ); add_menu_page( ‘Guest Posts’, ‘Guest Posts’, ‘publish_posts’, ‘atcontent/guestpost.php’, ’’, plugins_url( ‘assets/logo.png’, FILE ) ); add_menu_page( ‘Reposting’, ‘Reposting’, ‘publish_posts’, ‘atcontent/repost.php’, ’’, plugins_url( ‘assets/logo.png’, FILE ) );
[please use the code buttons and links correctly]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Major AtContent Conflict with AgentPress Listings Plugin’ is closed to new replies.