[wp-trac] [WordPress Trac] #33916: Menus Customizer does not work when WP is in a sub-directory

WordPress Trac noreply at wordpress.org
Thu Sep 17 15:54:42 UTC 2015


#33916: Menus Customizer does not work when WP is in a sub-directory
--------------------------+-----------------------------
 Reporter:  Fab1en        |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Customize     |    Version:  trunk
 Severity:  normal        |   Keywords:
  Focuses:  javascript    |
--------------------------+-----------------------------
 Fast previewing changes to Menus in the Customizer does not work when WP
 is in a sub-directory.

 My WordPress local installation is http://mysite.localhost/subdir/
 (WordPress is installed there, this is not a multisites install). I use
 TwentyFifteen with no plugin. When I change the main menu using the
 customizer, the menu becomes greyed but nothing changes. When I inspect
 the HTTP traffic, I see that the request is done to
 http://mysite.localhost/subdir/subdir/ instead of
 http://mysite.localhost/subdir/

 The faulty request has those parameters :
 * wp_customize_menu_render :"1"
 * wp_customize :"on"
 and should normally return a JSON answer containing the new rendered menu.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/33916>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list