PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Mulitsite adding extra path

  1. ON my multisite install http://www.yakimawa.gov/services/animal-control/contact-animal-control/ I can see the path for the js and css, etc adding an extra path. Instead of /services/animal-control/wp-content... it is putting /services/animal-control/services/animal-control/wp-content...

    I have no other plugins installed and looked at my .htaccess and have no idea why this is occurring.

    An interesting note is that it does NOT happen in the editing of the form.

    (At one point I rewrote the get_base_url() function, and it got things working on the public side, but hosed the admin css...

    Posted 11 years ago on Thursday September 6, 2012 | Permalink
  2. I've flipped to twentyeleven, it's something in my theme. will update when I figure out what so that others may know.

    Posted 11 years ago on Thursday September 6, 2012 | Permalink
  3. Please do. This happened to someone else recently and I would love to be able to determine the source of the problem. Thank you.

    Posted 11 years ago on Friday September 7, 2012 | Permalink
  4. It looks like (as far as I can tell) that it's actually a mistake in ordering of elements in the head of the theme. wp_head() was called about mid-way through my <head> tag... moving it to right before the </head> and after all the calls to js, css, etc seems to have fixed it.

    I'm not entirely sure why... but it fixed it for me, hopefully this will help other folks

    Posted 11 years ago on Friday September 7, 2012 | Permalink
  5. That's interesting. Thanks for posting your experience.

    Posted 11 years ago on Friday September 7, 2012 | Permalink

This topic has been resolved and has been closed to new replies.