Nick5a1
Forum Replies Created
-
Hi Chris,
Thanks for your response. Do you have an ETA? Is the anchor tracking/new JS events system likely to be released in a week, a month, a year?
Forum: Plugins
In reply to: [Maps Widget for Google Maps] Specify location via custom field?Is anyone else able to weigh in on my original question.
Is it possible to specify the address via a custom field, so that the widget shows a different map location for each post?
Forum: Plugins
In reply to: [Maps Widget for Google Maps] Specify location via custom field?Thanks for the suggestions. Unfortunately they’re not nearly as slick as Google Maps Widget. I would really like to keep the click map for a larger lightbox map functionality.
Forum: Plugins
In reply to: [Theme My Login] Just displaying [theme-my-login] instead of the login formOdd – but great news! Thanks for the help troubleshooting! Hopefully this will help other people who run into the same (obscure) issue.
Forum: Plugins
In reply to: [Theme My Login] Just displaying [theme-my-login] instead of the login form/blog/ is where the installation was located before I moved it to the root directory. Not sure why, perhaps the second block got appended. I’ve removed the first block.
Forum: Plugins
In reply to: [Theme My Login] Just displaying [theme-my-login] instead of the login form<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /blog/index.php [L] </IfModule> # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressForum: Plugins
In reply to: [Theme My Login] Just displaying [theme-my-login] instead of the login formThat fits with my theory that it must be something to do with having moved the wordpress installation directory?
Forum: Plugins
In reply to: [Theme My Login] Just displaying [theme-my-login] instead of the login formSo I realised I have another installation of wordpress on the same server that I haven’t looked at in a long time, and it has Theme My Login installed… and working. So it is this installation not the server or PHP version.
Forum: Plugins
In reply to: [Theme My Login] Just displaying [theme-my-login] instead of the login formSo you’ve never seen this before?
Php is 5.2.17.
Forum: Plugins
In reply to: [Theme My Login] Just displaying [theme-my-login] instead of the login formThanks Jeff. I’ve sent you login details via your contact form.
Forum: Plugins
In reply to: [Theme My Login] Just displaying [theme-my-login] instead of the login formHi Jeff,
This is also one of the first things I did. I had no other plugins at all enabled and with both the unmodified TwentyTen and TwentyEleven themes still experienced the problem.
As I mentioned above, the only thing not default about installation is that it previously came from a different URL on the same server.
Forum: Plugins
In reply to: [Theme My Login] Just displaying [theme-my-login] instead of the login formHi Jeff,
1. TML definitely is active.
2. I am displaying my content with the_content. As mentioned above, I am experiencing this error with both the TwentyTen and TwentyEleven themes.Forum: Plugins
In reply to: [Theme My Login] Just displaying [theme-my-login] instead of the login formYes of course. I’ve also tried deleting the plugin and re-installing.
The only thing “Not default” I can think of about my installation is that the installation and site address were previously at a different URL on the same domain and server. Of course everything else works perfectly after the move. I didn’t have theme my login installed before the move so I can’t say whether this is the cause.
Forum: Localhost Installs
In reply to: liveview of theme templates etcSorry for the bump, didn’t realise it wasn’t allowed.
I was thinking about this issue some more and I guess the main problem with it is when I’m making lots of small changes to a template file or a CSS file that affects a template I have to go through the following process:
1. make the change
2. save the file(s)
3. upload the changed files to the correct location via ftp
4. approve overwriting the file(s)
5. refresh the live page to see the changesIs there a quicker way to do this, either in a local or remote environment? The 5 steps may not sound like much but when you’re making lots of little changes it is quite slow, particularly while you’re waiting for the file to upload via ftp. Does anyone have any suggestions for making this process faster?
Thanks.
Forum: Fixing WordPress
In reply to: Writing my first function in functions.phpThis doesn’t seem to be working because the posts are imported from RSS via the AutoBlogged plugin, which I believe is using XML-RPC