• Resolved Praxia

    (@praxia)


    How do users remove the dashboard admin panel options showing “Facebook Feed”, “Twitter Feed”, “YouTube Feed”, and “Reviews Feed”? I’m not using any of these, nor are any of the plugin extensions installed, and I see no option to remove these menu labels. Moreover, nothing displays when any of the above feed options are clicked. I only need the Instagram functionality options. Please see this screenshot for further clarification: https://tinyurl.com/ylt9znqj Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Smash Balloon Louis

    (@smashballoonlouis)

    Hi @praxia,

    Thank you for contacting us! I am double-checking on this with our development team. I will post another update here as soon as I have more information. Thanks in advance for your patience.

    Best regards,
    Louis

    Thread Starter Praxia

    (@praxia)

    Thank you, Louis. I look forward to guidance on this. For additional detail, this issue is occurring on multiple sites where I have the most recent plugin “Smash Balloon Instagram Feed” version 6.2.7 installed.

    Plugin Support Smash Balloon Louis

    (@smashballoonlouis)

    Hi @praxia,

    It’s my pleasure to help. Those links are supposed to provide information about our other plugins and links to install them, but it appears something in a recent update is causing a problem with this. Our development team will get that fixed.

    We don’t have a setting in the plugin to remove these links, but if you do not want them to display in your menu, you can add the following PHP code snippet to the functions.php file of your site’s active theme:

    function remove_smashballoon_submenu_links() {
    	remove_submenu_page( 'sb-instagram-feed', 'admin.php?page=sb-instagram-feed&tab=more' );
    	remove_submenu_page( 'sb-instagram-feed', 'admin.php?page=sb-instagram-feed&tab=more' );
    	remove_submenu_page( 'sb-instagram-feed', 'admin.php?page=cff-builder' );
    	remove_submenu_page( 'sb-instagram-feed', 'admin.php?page=sbr' );
    }
    add_action( 'admin_menu', 'remove_smashballoon_submenu_links', 11 );

    I hope this helps! Please let me know if you have any other questions.

    Best regards,
    Louis

    Thread Starter Praxia

    (@praxia)

    Thank you, Louis. This is very helpful information to know. Have a great day!

    Plugin Support Smash Balloon Louis

    (@smashballoonlouis)

    Hi @praxia,

    You’re very welcome, I’m glad to hear that was helpful. I hope you have a great day too!

    Best regards,
    Louis

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to remove “Facebook feed” option from the dashboard admin panel?’ is closed to new replies.