wanderer
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Dropbox Upload] Stopped WorkingThanks hiphopsmurf, your single-file version of this plug-in is great for mobile devices.
I don’t get any images at all, just the placeholder. Yes I do have the meta tag in the head section to define which image should be used.
Forum: Plugins
In reply to: [WordPress Backup to Dropbox] Nothing HappensNo I didn’t have that, just put it in but no luck.
I actually saw a “CRON-running” message in the address bar but nothing in my Dropbox, maybe getting closer to a solution.
Thanks again.
Forum: Plugins
In reply to: [WordPress Backup to Dropbox] Nothing HappensThanks for the reply mate, added that code to my wp-config.php file, still nothing. This plug-in is a dud methinks.
Forum: Fixing WordPress
In reply to: Change default text in a password protected page?The form action points to a wp-pass.php file which does not exist in current versions of WordPress.
Forum: Fixing WordPress
In reply to: Change words "This post is password protected."In the latest WordPress update, there is no wp-pass.php file that the script expects.
Forum: Plugins
In reply to: [Theme My Login] [Plugin: Theme My Login] Password protected pages brokenMine is broken too, the correct password is entered but the page redirects back to the password prompt.
Forum: Plugins
In reply to: [Dave's WordPress Live Search] caution update broke searchMine stopped working too, no spinning wheel though, it just doesn’t work.
Forum: Plugins
In reply to: [Inline Upload] [Plugin: Inline Upload] Is this plugin working?Same here, I can see the buttons, select files but not actually upload them 🙁
Would love to implement this plugin!
Forum: Fixing WordPress
In reply to: Changed Name, Sort Of!Thanks mate but I did that, and yes I did have to log in all over the place again. This is really driving me nuts.
I wonder if someone could test it for me to see if it comes up in history as “The Lens” but not in the window title?
Forum: Plugins
In reply to: [Live Countdown Timer] [Plugin: Live Countdown Timer] Doesn't workThe database seems to be getting updated correctly. However, this is the code written to the page…
<input type="hidden" class="lct_datetime" value="// :00" />Forum: Plugins
In reply to: [Live Countdown Timer] [Plugin: Live Countdown Timer] Doesn't workBut you know we can’t add the date manually because when you click in that field the date picker pops up!
By the way, it’s still there on my site, I’m going to try getting to the field in the database. Wish me luck!
Forum: Plugins
In reply to: [Live Countdown Timer] [Plugin: Live Countdown Timer] Doesn't workJust installed your 3.0.0.2 update, at least now the background picture is showing with the word “DAYS” but only two dashes — where the number should be.
It is not saving the date to the database, or if it is, it’s not retrieving it.
Sorry but I can’t go disabling plugins. I’ll leave the widget active for a while if you want to see it.
Forum: Plugins
In reply to: [Live Countdown Timer] [Plugin: Live Countdown Timer] Doesn't workI’m using the latest of both. Have refreshed repeatedly. When going back to the widget’s settings page the previously set date field is not saved.
Forum: Fixing WordPress
In reply to: Errant CheckboxesHmmmm, that didn’t work, it hid the checkboxes in the mobile theme but not the labels.
This did the trick…
.comment-subscription-form { display: none; }Thanks for the inspiration David.