Title: Crystal C's Replies | WordPress.org

---

# Crystal C

  [  ](https://wordpress.org/support/users/cryscee/)

 *   [Profile](https://wordpress.org/support/users/cryscee/)
 *   [Topics Started](https://wordpress.org/support/users/cryscee/topics/)
 *   [Replies Created](https://wordpress.org/support/users/cryscee/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/cryscee/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/cryscee/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/cryscee/engagements/)
 *   [Favorites](https://wordpress.org/support/users/cryscee/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Loco Translate] Unknown error](https://wordpress.org/support/topic/unknown-error-3/)
 *  Thread Starter [Crystal C](https://wordpress.org/support/users/cryscee/)
 * (@cryscee)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/unknown-error-3/#post-8529157)
 * I went through and deactivated plugins. When I left one (Testimonial Rotator)
   disabled, the error changed. Now I get ‘Error: Not Found’ when I try to save.
 * I used the Developer tools, and it keeps displaying ‘../wp-admin/admin-ajax.php
   404 (Not Found)’ Although the file is there. I am still trying the other debugging
   options but wanted to give my results so far.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Magic Action Box] Custom Post Types](https://wordpress.org/support/topic/custom-post-types-138/)
 *  Thread Starter [Crystal C](https://wordpress.org/support/users/cryscee/)
 * (@cryscee)
 * [12 years ago](https://wordpress.org/support/topic/custom-post-types-138/#post-4850680)
 * Worked perfectly! Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Magic Action Box] Custom Post Types](https://wordpress.org/support/topic/custom-post-types-138/)
 *  Thread Starter [Crystal C](https://wordpress.org/support/users/cryscee/)
 * (@cryscee)
 * [12 years ago](https://wordpress.org/support/topic/custom-post-types-138/#post-4850670)
 * Yes, I am posting the code at the bottom of the functions file. And no, no errors
   display. The site just brings up a blank white page. Then when I go in and remove
   what I added it loads correctly.
 * This is what I’m pasting:
 * add_filter(‘mab_allowed_post_types’, ‘add_cpt_to_mab’);
    add_cpt_to_mab($posttypes){
   $posttypes[] = ‘the_video’; return $posttypes; }
 * Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)