• Resolved macgig

    (@macgig)


    well, it’s there. but you cant see it unless I select all the text, the text is the same color as the background?

    weird. was not doing this yesterday. I added some security plugins and come code in htaccess to protect the site.

    could that cause it?

    screenshot here.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter macgig

    (@macgig)

    any ideas? on a new post, the text is white in the box as im typing, and the background is white so I cant see it. same for editing posts already there. this is crazy? whats going on? was fine earlier today.

    I was reading wordpress ultimate security and did a few code entries in the htaccess file. could this have caused this?

    Hard to say, but the standard troubleshooting steps are to deactivate all plugins, reset the plugins folder (change the name on the folder via FTP temporarily) and change to the default theme.

    Also make sure you clear any caching on your site, server and browser. Trying another browser is a good step as well.

    Thread Starter macgig

    (@macgig)

    uploaded my backup copy of /content and /includes. that fixed it. so far at least.

    not sure why this happened in the first place. beats me.

    Thread Starter macgig

    (@macgig)

    I had this code in htaccess, and it was causing me to lose the formatting bar. another problem now solved. just an FYI

    #hotlink prevention
    RewriteEngine On
    RewriteBase /
    RewriteCond %{HTTP_REFERER} !^$
    RewriteCond %{HTTP_REFERER} !^http://(www\.)?somesite.com/.*$ [NC]
    RewriteRule \.(gif|jpg|png|flv|swf)$ http://www.somesite.com/hahaha.gif [R=302,L]

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

The topic ‘editing a post. nothing is there?’ is closed to new replies.