Jamesvan
Forum Replies Created
-
The Conflict was between wp-polls and jetpack-only-for-admins
The issue appeared whenever a non-logged in user would click “View Results”
Warning: Cannot modify header information – headers already sent by (output started at /home/blah/public_html/wp-admin/includes/plugin.php:1365) in /home/blah/public_html/wp-content/plugins/wp-polls/wp-polls.php on line 1279
To resolve:
I uninstalled jetpack-only-for-admins and used the code below instead.
function ap_remove_jetpack_page( ) {
if ( class_exists( ‘Jetpack’ ) && !current_user_can( ‘manage_options’ ) ) {
remove_menu_page( ‘jetpack’ );
}
}
add_action( ‘admin_menu’, ‘ap_remove_jetpack_page’, 999 );Hi Lester,
Is this kind of issue seen most often if there is a plugin conflict?Forum: Plugins
In reply to: [WP-Members Membership Plugin] [Plugin: WP-Members] Blocked Page not workingChad,
I have tested WP-Members with another plugin (Events Registration). Again I have a shortcode in the page.
Default is that all pages are unblocked. No “show exerpts”.
custom field: block value: true (1).The end result is that the login fields/registration fields are at the top of the page and then the regular content is placed after that. It seems if WP-Members is used in conjunction with other/any plugin shortcodes, the content does not get blocked.
James.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] [Plugin: WP-Members] Blocked Page not workingHi Chad,
Unfortunately the “show excertps” was already disabled.
The “Block pages by default” is not set (disabled).The content appears right after the login/registration form.
The page in question has a shortcode for the listyofiles plugin only. Maybe a bad interaction?
For that page, I also have a custom field: block true