• Resolved najkiie

    (@najkiie)


    Hey there, today just a few minutes ago i was editing some css for a plugin on the site. It was a mail subscription plugin, it adds a checkbox under the comment button so u can get emails if someone responds…

    Anyways, when i clicked “Update File” and viewed the page it doesnt seem to load any css at all. :S

    I have no idea how this happened. I only added like 2 lines of css in there, and when i saw it f*cked up i even removed the code… but its still not working ??

    Does anybody know what’s happened? Please help me out?? I created it just a few days ago.

    Link to my blog: https://www.blubbz.com/blog

    -Nike

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    Looks like you eliminated a closing } in the wrong place.

    Look at the top of your CSS file. See this code:

    /* Fix for PNG alpha channel display in IE6 */
    img {
      behavior: url("/wp-content/themes/pngbehavior.htc");

    Notice how there is no matching } after it? Add one, like this:

    /* Fix for PNG alpha channel display in IE6 */
    img {
      behavior: url("/wp-content/themes/pngbehavior.htc");
    }

    Voila.

    Thread Starter najkiie

    (@najkiie)

    I am so sorry, its a little amberassing. I usually notice errors like this, i wen’t through the code several times before i posted this.

    I added the missing ‘}’, and now its working again.

    Thanks a lot ??

    Thread Starter najkiie

    (@najkiie)

    I’m sorry, if anybody is still there, i got another error.

    I have no idea what it was this time either. I can’t find any errors in the css. I installed a plugin, then i tried to add some css to it, and when i applied it and checked the site out the whole content was f*cked up.

    Any ideas?

    Thread Starter najkiie

    (@najkiie)

    nvm, found the error.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘What the **** Happened? Please help me out, it totally f*cked up. :(’ is closed to new replies.