sapanthakkar
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Coming Soon Pages] just doesn't workHi robthecomputerguy,
Just check this link. Hope this solves your problem.
Custom Coming Soon Page Plugin 1.0.9 [‘Too many redirects’ Bug Fix]
Njoy 🙂
Forum: Plugins
In reply to: [Custom Coming Soon Pages] Plugin Sends site into re-direct loopHi,
Just check this link. Hope this solves your problem.
Custom Coming Soon Page Plugin 1.0.9 [‘Too many redirects’ Bug Fix]
Njoy 🙂
Forum: Plugins
In reply to: [Plugin: Custom Coming Soon Page] doesn’t work with 3,0Hi 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 !!
Forum: Plugins
In reply to: [Plugin: WordPress Download Monitor] Showing wrong datesHello,
I have tried to solve the bug.
U can check the link for the bug fix. Posted Date Bug Fixhope this helps !!