ljt79
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp-admin redirecting to local IP addressThe problem turned out to be an htaccess file in the parent directory. It had this code in it, the last section of which seems to have been the culprit. However, as it only caused problems on 2 of 10 sites I’m still confused. Presumably, there is something specific about the setup of those sites that is causing it. I’d be interested if anyone has any suggestions!
# Stop spam attack logins and comments
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} .(wp-comments-post|wp-login)\.php*
RewriteCond %{HTTP_REFERER} !.*studio-fourteen.net.* [OR]
RewriteCond %{HTTP_USER_AGENT} ^$
RewriteRule (.*) http://%{REMOTE_ADDR}/$ [R=301,L]
</ifModule>Forum: Fixing WordPress
In reply to: wp-admin redirecting to local IP addressno redirect rules and the IP address it tries to load is the address from whatever machine you are using so it must be something dynamic somewhere.
Thanks anyway
Lisa
Forum: Fixing WordPress
In reply to: wp-admin redirecting to local machine’s IPI couldn’t see this and thought it hadn’t submitted. Please ignore (or mods delete) as more recent post has added details of fixes I have tried.
Thanks.Forum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] screen without setting in askimetHello,
I deleted that key and got another one as I needed to get things moving. It seems to be working at the moment.
I’ll email the current key if that’s OK just to make sure nothing odd is going on.
Thanks for looking into this.
LisaForum: Plugins
In reply to: [Akismet Anti-spam: Spam Protection] screen without setting in askimetHello,
I have the same issue. I couldn’t get those debugging instructions do anything, but using standard debug I got this message:
Notice: Trying to get property of non-object in /home/studiofo/public_html/www.rondotheatrecompany.org/wp-content/plugins/akismet/class.akismet-admin.php on line 805
Thanks
Lisa
Forum: Themes and Templates
In reply to: [Leaf] Header Logo/TitleI nested two more six column divs inside the existing six column site-header div and that did the trick.
Forum: Plugins
In reply to: [Slideshow] broken with the new update !Hi,
Same problem for me as well. I’ve had to turn on another plugin for the homepage, but it’s not ideal.
There are a couple of themes it works on so it may be theme related, although it did work prior to the wp3.6 upgrade…
the site is lotties-cakes.co.uk
Thanks,
LisaForum: Plugins
In reply to: [Slideshow Satellite] Slides show on site, but not in wp-adminHello,
Yes they are displaying, just can’ see the slides in the backend. The /admin.php?page=satellite-slides&single=3 is what isn’t working.
Id there anything else I cna try?
Thanks
LisaForum: Fixing WordPress
In reply to: IE WeirdnessBack again…
I fixed one of the four errors, but my lack of experience is showing with the others:
# Error Line 162, Column 13: End tag div seen, but there were open elements.
</div><!– #branding –>
Does this mean a </div> is missing? I’ve not added anything to the standard twenty ten code, but I have taken some out and changed the order so I may have messed something up?# Error Line 160, Column 28: Unclosed element h1.
<h1 id=”site-title”>
I thought this was already there in this form. Again, may be my reorder…?# Error Line 221, Column 1836: Element style not allowed as child of element li in this context. (Suppressing further errors from this subtree.)
…weets_options = [‘@AlonePodcast’,’4′,”]; </script><style>ul#wp_tweets_marker {
This seems to be in the plugin – do I need to do something in there?The thing that really confuses me is that while http://lasjoin.com/WANA_Test goes a bit loopy in IE8, other pages (e.g. http://lasjoin.com/WANA_Test/?page_id=512 ) are fine. Every other browser I’ve tried is fine too.
All help appreciated on this. I’m learning as I go and am really grateful for the support more experienced people offer here.
Thanks,
Lisa
Forum: Fixing WordPress
In reply to: IE WeirdnessThanks for your help.
For my main site I have saved my customisation of the theme with a different name, which I hoped would get around customisations being wiped due to updates. However, I was thinking about doing it as a child theme this morning so as not to miss out on twenty ten updates so your advice seals the deal.
Now, back to the code (although one of those errors was in a pluggin – more digging needed).
Thanks again,
Lisa