systeman1949
Forum Replies Created
-
Appologies, it was not the SEO plugin but was another plugin called RSS Multi importer that causes a conflict with the WP Posts page.
Thank you MailPoet.
I stand by my comments, this is a great plugin.
Thanks for the code to remove the icon – this workes perfectly for logged in website users.
I had this problem also and have suggested in another support post for the developer to remove the Meta Slider icon from the editor pane for logged in users’. I think most admins would prefer for it to not be there.
There is a hack, but unfortunately every time you update the plugin you would have to do it again.
In file ml-slider.php find lines:
190, 191 and 192 as follows:add_filter( 'media_upload_tabs', array( $this, 'custom_media_upload_tab_name' ), 998 ); add_filter( 'media_view_strings', array( $this, 'custom_media_uploader_tabs' ), 5 ); add_filter( 'media_buttons_context', array( $this, 'insert_metaslider_button' ) );and comment out as follows:
/*add_filter( 'media_upload_tabs', array( $this, 'custom_media_upload_tab_name' ), 998 );*/ /*add_filter( 'media_view_strings', array( $this, 'custom_media_uploader_tabs' ), 5 );*/ /*add_filter( 'media_buttons_context', array( $this, 'insert_metaslider_button' ) );*/Back up first.
Do not simply copy and paste this code, because of the backticks.
Just add /* at he start and */ at the endWow!
Thank you for your ‘Super fast response and fix’.
I had to uninstall this plugin because it caused a menu ‘Posts’ link conflict for users’ with contributor status.
An alternative plugin worked just fine.
Actually, I just realised that when activated it causes the POSTS link not to show when users log into the front end.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Social Bookmarks BugForum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Social Bookmarks BugSocial button links do not work with Internet Explorer 8, not sure about other versions oh IE.