Märt Rang
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
I’m using opera 11.60.
Wp version 3.2.1
Custom theme
I’m using wpml, advanced custom fields, nextgen gallery, all in one seo pack, tinymce advanced.i think ajax timeout causes this. By default, its 10 seconds.
HTTP 200 means that request was successful, so this is what it should return.
Maybe theres some kind of timeout issue?I feel so stupid. wp_footer() needs to be at footer.php.
So, lupka, check your theme.Forum: Hacks
In reply to: Cannot add custom taxonomy for post.I made some more tests. Used following code inside my plugin:
global $wp_taxonomies; print_r($wp_taxonomies);Result: No custom taxonomies in that array.
Taxonomies are registered inside theme’s functions.php file.
Do I need to register them inside plugin file or are there some other way?Forum: Hacks
In reply to: Cannot add custom taxonomy for post.I tried to use wp_set_object_terms function. Still no luck.
Function return this:WP_Error Object ( [errors] => Array ( [invalid_taxonomy] => Array ( [0] => Invalid Taxonomy ) ) [error_data] => Array ( ) )
Viewing 6 replies - 1 through 6 (of 6 total)