Title: devinswett's Replies | WordPress.org

---

# devinswett

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

 *   [Profile](https://wordpress.org/support/users/devinswett/)
 *   [Topics Started](https://wordpress.org/support/users/devinswett/topics/)
 *   [Replies Created](https://wordpress.org/support/users/devinswett/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/devinswett/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/devinswett/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/devinswett/engagements/)
 *   [Favorites](https://wordpress.org/support/users/devinswett/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: [[Gravity Forms Repeater Add-On] Solved Javascript error](https://wordpress.org/support/topic/solved-javascript-error/)
 *  [devinswett](https://wordpress.org/support/users/devinswett/)
 * (@devinswett)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/solved-javascript-error/#post-9967224)
 * For me, the javascript error appeared to be coming from an incorrect element 
   getting confused for a repeater child element. Then when the JS tries to parse
   it, it’s completely unexpected, and ruins our day.
 * For me the fix came around line 222, just beneath the list of the variable declarations,
   just add a simple check to make sure ‘childInfo’ is defined.
 * if (childInfo === undefined) {
    return false; }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] This webpage has a redirect loop](https://wordpress.org/support/topic/this-webpage-has-a-redirect-loop-43/)
 *  [devinswett](https://wordpress.org/support/users/devinswett/)
 * (@devinswett)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/this-webpage-has-a-redirect-loop-43/#post-6522524)
 * Yeah, I realize that [http://domain.com/?p=123](http://domain.com/?p=123) isn’t
   valid for custom post types, I mentioned it more as a step that I took to show
   that there shouldn’t be any conflicts from page urls. But you’re right, it doesn’t
   really have a bearing on this situation.
 * The custom post type slug that isn’t working is ‘class’, I don’t have any pages
   with either slug or name ‘class’ or anything even close to it.
 * … And in writing all of this out, I re-updated WordPress core to do some testing,
   and everything works fine now. Maybe it was an issue with my original WordPress
   update, apologies for wasting your time.
 * I really appreciate the plugin and the support!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] This webpage has a redirect loop](https://wordpress.org/support/topic/this-webpage-has-a-redirect-loop-43/)
 *  [devinswett](https://wordpress.org/support/users/devinswett/)
 * (@devinswett)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/this-webpage-has-a-redirect-loop-43/#post-6522522)
 * I’m having this same issue. I updated to WP 4.4, and my custom post type pages
   started having the same “This webpage has a redirect loop, ERR_TOO_MANY_REDIRECTS”
   issue.
 * I deactivated all of my plugins and found that CPT UI was the source. With every
   other plugin deactivated (except CTP UI), I’m still having this issue. I don’t
   have any redirect plugins installed.
 * I’ve tried changing the slug as suggested above, with no luck.
    I’ve also purged
   my .htaccess doc and recreated it. No luck. I also tried changing the permalink
   settings from /%postname%/ to the standard [http://domain.com/?p=123](http://domain.com/?p=123)
   and that doesn’t work either.

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