Tagged Questions
0
votes
1answer
113 views
Debugging an error: wp_enqueue_style was called incorrectly
I've just uploaded a new, custom theme to find that the container is a fraction of the intended width, and the sections below the home section(this is one single page, long site utilizing ids/anchors ...
0
votes
1answer
655 views
register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead
I turned on my Debugger and got this error...
Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in ...
0
votes
2answers
201 views
debugging errors.. how to remedy?
I had trouble accessing wp-login.php, so I changed the name of the theme I'm developing to force WP to switch to default. I then turned on debugging and received the errors below. I'm a little puzzled ...
0
votes
3answers
2k views
Unhook jQuery from WooCommerce via `functions.php`?
So I am using the http://woothemes.com/woocommerce/ plugin for eCommerce and it's registering jQuery local and conflicting with my default jQuery call from Google CDN.
It took a long time but I ...