Hi all,
At present I am on version 3.1.3 and this didn’t work for me also ?? I also got the ‘too many redirects..’ error.
I tried googling to find the solution but to no success. The questions about this error are there on the plugin developer’s blog also.
btw, the good news is that I just found out the exact part of code which is causing the problem and also found a workaround for this. ?? Moreover, I am not into PHP so don’t much about replacing the erroneous part of code. But the plugin will work as usual. ??
Follow these steps and you will be good to go:
1. Install this plugin on your wordpress blog and DO NOT click the ‘Activate’ button.
2. Click on ‘Edit’ instead.
3. Search for these lines in the code
if(get_option('sp_settings_check') == '0')
4. Once you get this, comment out the code shown above and the 2 lines of code following that. After commenting your code should look like this,
//if(get_option('sp_settings_check') == '0') {
// header('location:'.get_bloginfo('wpurl').'/wp-admin/options-general.php?page=coming-soon-settings'); // Change URL as per page
//}
5. Now click on the ‘Update’ button.
6. Go to the Plugins page and activate this plugin.
7. Voila, its done.. ??
8. The options for this plugin are under ‘CJ Coming Soon’ page under the Settings tab in the panel on left !!
I have tested this and its working for me…
Hope this helps.
Thanks & Njoy !!