Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter ljt79

    (@ljt79)

    The 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>

    Thread Starter ljt79

    (@ljt79)

    no 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

    Thread Starter ljt79

    (@ljt79)

    I 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.

    Hello,
    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.
    Lisa

    ljt79

    (@ljt79)

    Hello,

    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

    Thread Starter ljt79

    (@ljt79)

    I nested two more six column divs inside the existing six column site-header div and that did the trick.

    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,
    Lisa

    Thread Starter ljt79

    (@ljt79)

    Hello,
    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
    Lisa

    Forum: Fixing WordPress
    In reply to: IE Weirdness
    Thread Starter ljt79

    (@ljt79)

    Back 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 Weirdness
    Thread Starter ljt79

    (@ljt79)

    Thanks 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

Viewing 10 replies - 1 through 10 (of 10 total)