• Hi,

    I’m trying to implement this plugin in a sub-directory multi-site installation. I can create networks and assign sites to them. The problem I’m having is that when I visit the site it doesn’t pull the theme (css), nor does the javascript.

    What I would like is:
    domain.com/ – root of network 1 (created when multi-site was created)
    domain.com/welcome/ – regular wp site
    domain.com/fruit/ – root of network 2
    domain.com/fruit/apples/ – site in network 2

    The problem is with …/fruit/apples/. It pulls content, but there are no styles, nor can I get to the dashboard at …/fruit/apples/wp-admin.

    Using web inspector, I noticed that the links to the theme in …/fruit/apples/ reference http://domain.com/fruit/apples/wp-content/theme… Using the web inspector, if I change this to http://domain.com/fruit/wp-content/theme… it pulls the theme styles without a problem.

    Is there something that I need to modify in htaccess to get this to work? I have commented out the lines in wp-config.php as per the instructions.

    Thank you for you help! I have been toiling over this for weeks.

    http://wordpress.org/plugins/wp-multi-network/

  • The topic ‘No CSS in Sites/Sub-sites in Newtorks’ is closed to new replies.