Support Forum

I can't get the links in the WP admin panel to work, so I can't get the forum running!

< 1 2
Clare
East Sussex, UK
Member
Free Members
Dec 13, 2013 - 5:51 am

[10:30:57.294] Error in parsing value for 'padding'.  Declaration dropped. @ http://www.clarejosa.com/wp-includes/css/media-views.min.css?ver=3.8:1
[10:30:57.294] Expected media feature name but found '-o-min-device-pixel-ratio'. @ http://www.clarejosa.com/wp-includes/css/media-views.min.css?ver=3.8:1
[10:30:57.294] Expected media feature name but found '-webkit-min-device-pixel-ratio'. @ http://www.clarejosa.com/wp-includes/css/media-views.min.css?ver=3.8:1
[10:30:59.467] Unknown property 'box-sizing'.  Declaration dropped. @ http://www.clarejosa.com/wp-admin/admin.php?page=simple-press/admin/panel-forums/spa-forums.php:1
[10:30:59.468] Error in parsing value for 'top'.  Declaration dropped. @ http://www.clarejosa.com/wp-admin/admin.php?page=simple-press/admin/panel-forums/spa-forums.php:1
[10:30:59.550] Unknown property 'box-sizing'.  Declaration dropped. @ http://www.clarejosa.com/wp-admin/admin.php?page=simple-press/admin/panel-forums/spa-forums.php
[10:30:59.648] TypeError: $(...).Jcrop is not a function @ http://www.clarejosa.com/wp-admin/admin.php?page=simple-press/admin/panel-forums/spa-forums.php:103
[10:31:00.143] Use of getPreventDefault() is deprecated.  Use defaultPrevented instead. @ http://www.clarejosa.com/wp-includes/js/jquery/jquery.js?ver=1.10.2:4
[10:31:59.619] POST http://www.clarejosa.com/wp-admin/admin-ajax.php [HTTP/1.1 200 OK 1052ms]

 

That's the lot!

Clare
East Sussex, UK
Member
Free Members
Dec 13, 2013 - 5:56 am

I have deactivated the two plugins mentioned in the first few screenshots, but this hasn't fixed it.

Yellow Swordfish
Glinton, England
Member
Dec 13, 2013 - 6:32 am

Whoops. I should have said just errors...! 99% f these are CSS issues which wont effect code. You always get a lot of these with WP and they are usually harmless. I would suggest that the issues lies with whatever is showing this error:

TypeError: $(…).Jcrop is not a function

This could be caused by a plugin (something tp do with images clearly) - and it IS coded incorrectly for the WP API - or it could be caused because one of the plugins (or your WP theme) is incorrectly loading jQuery libraries and bypassing the WP API and protocols. This is explained in this codex article:

http://codex.simple-press.com/.....-conflict/

so you could look at the source code being generated to see if either of these libraries is NOT being loaded from the WP 'wp-includes' folder.

 

Clare
East Sussex, UK
Member
Free Members
Dec 13, 2013 - 6:44 am

Thank you Yellow Swordfish!

I have disabled all slider plugins / thumbnail plugins, except for the one I'm using on my home page - and Simple:Press works. Woo hoo! Will follow up the advice in the article you suggested later today. In the meantime, I now have a work-around.

Phew!

namaste!

Clare

Yellow Swordfish
Glinton, England
Member
Dec 13, 2013 - 7:20 am

excellent news.

Now if we can narrow down exactly which plugin and what the issue is then  we should - hopefully - be able to come up with a strategy to resolve it.

< 1 2