I have the same problem. Downloaded the latest release but when select “Home Page Only” no message is displayed. I use “SPUN” theme. I tried adding the code to wpwm_popupCheckPage function to check for page id. It works, however the pages displays error on the top: “Warning: session_start() [function.session-start]: Cannot send session cache limiter”.
global $post;
$post->ID;
if( is_front_page() || is_home() || $postID ==14)
Could you guide me on how can I resolve it?