Hi,
I really like what I have seen with the product and with its support.
I just loaded up a number of plugins and have been testing their functionality.
I noticed when I press the “Subscribe/Unsubscribe” or the “Watch/Stop Watching” buttons that the page changes (for 1-2 seconds) to a mostly white page.
The white page contains only the site’s menu items listed vertically and is devoid of any style.
At the completion of the operation, the forum post page (with proper WP and SP themes) is displayed and the success of the action is reported.
I found that if I replace:
?>
<script type=”text/javascript”>window.location= “<?php echo $returnURL; ?>”;</script>
<?php
…with:
wp_redirect($returnURL);
in sp_subscriptions_do_process_actions() [sp-subscriptions-components.php]
That I can use the subscribe button and I do not encounter the white screen issue. The page stays at the bottom of the screen.
I am a developer but not a php / js developer so I am still learning.
Here are my questions:
What is the benefit of what you are doing in the plugin vs what I found works better in my environment?
The overall time it takes to complete the action seems about the same.
Is it that your method does not require a page reload?
I am using a Gantry Framework (Twitter Bootstrap) based theme from RocketTheme.
I tried the generic WP themes and do not see the white page issue.
So, it looks like it is a theme issue.
Is this a problem that has been reported before with these plugins and other themes?
Thanks,
—Chris