Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End How do I fix this? Declaration dropped.

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #44630
    siouxfan45
    Participant

    I’m downright OCD about errors and depreceated elements when it comes to WordPress.

    I’m using FireFox’s web console and [my theme](http://themeforward.com/demo2/ “”) is returning declaration dropped for box-sizing… but box-sizing is nowhere to be found in the HTML and CSS. I’d obviously be happy with a “Oh, look here!” answer. However, if you simply know how I can start narrowing down possibilities it would be helpful as I’m completely stumped.

    #134450
    Paulie_D
    Member

    So you’ve declared it in a CSS file but nothing is happening…is that what you are saying?

    If not then, obviously, WP can’t “drop” something that hasn’t been declared.

    #134452
    Paulie_D
    Member

    Any link?

    is it on a specific element?

    #134456
    Paulie_D
    Member

    Where is it finding `box-sizing` then?

    As I asked, have you declared it?

    …and if, as you say, it’s being **dropped** how can you find it?

    #134460
    Paulie_D
    Member

    Weird.

    No it’s not finding it and I can’t find it anywhere in the CSS or source code.

    A quick google suggests it may be related to jQuery usage…

    http://stackoverflow.com/questions/15306923/jquery-causes-firefox-box-sizing-warnings

    http://bugs.jquery.com/ticket/13569

    Guess you’ll just have to deal.

    #134461
    TheDoc
    Member

    Could just be a bug. Could be in a script that you’re using? No idea.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Back End’ is closed to new topics and replies.