• Resolved corr01

    (@corr01)


    The theme is activated in the network admin- dashboard – themes. I double checked in the dashboards of the subdomains, same theme activated.

    Subdomains: you can recognize the same theme but below the footer it shows this:
    ?
    o About WordPress
    o www.ads-software.com
    o Documentation
    o Support Forums
    o Feedback
    ? My Sites
    o Network Admin
    ? Dashboard
    ? Sites
    ? Users
    ? Visit Network
    o dubrovnikweddings.com
    ? Dashboard
    ? New Post
    ? Manage Comments
    ? Visit Site
    o Accommodation in Dubrovnik, Croatia
    ? Dashboard
    ? New Post
    ? Manage Comments
    ? Visit Site
    o Wedding vendors in Dubrovnik
    ? Dashboard
    ? New Post
    ? Manage Comments
    ? Visit Site
    o testing site
    ? Dashboard
    ? New Post
    ? Manage Comments
    ? Visit Site
    ? Accommodation in Dubrovnik, Croatia
    o Dashboard
    o Themes
    o Widgets
    o Menus
    ? 1
    ? 0
    ? New
    o Post
    o Media
    o Link
    o Page
    o User
    I have tested with 3 different themes and the same problem appeared every time.
    Can anyone help?

    Thank you!

Viewing 15 replies - 1 through 15 (of 21 total)
  • Given this is a subdirectory installation, your references to subdomain-related problems don’t make sense. Perhaps you could explain in more detail?

    Thread Starter corr01

    (@corr01)

    Hello dgilmour,

    maybe I have not used the right words, I am new at wordpress.
    I created a multisite using subdirectories, all is set up, I see individual dashboards for each “child site” (I called it subdomain before).
    All the child sites show a theme error, below the footer one can see the tring of text I copied above.
    On the “Parent site”, the theme works fine however.

    Not sure if I am making myself clear…

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Subdomain install means:
    * Main site: domain.com
    * sub site: subsite.domain.com

    Subfolder means:
    * Main site: domain.com
    * Sub site: domain.com/subsite

    Now each of them have totally different .htaccess files, and that description of error means you’ve got the wrong one. Read https://codex.www.ads-software.com/Multisite_Network_Administration#.htaccess_and_Mod_Rewrite

    Thread Starter corr01

    (@corr01)

    Thank you!
    you are write, I used subfolders…

    I checked the htaccess content, it is the content from the subfolder example which i took from the codex:

    # BEGIN WordPress
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
    
    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule  ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]
    RewriteRule  ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]
    # END WordPress

    I checked all the steps I did again to create it & watched some videos on youtube regarding this but honestly cannot see anything where I went wrong.

    Getting desperate…

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Oh. That’s showing in the FOOTER?

    What theme are you using on the subsite? Can you switch to Twenty Eleven?

    Thread Starter corr01

    (@corr01)

    No, it is showing below the footer, no matter which theme I tried (including the Twenty Eleven one…
    so it is a string of links below the end of the footer, there should be nothing at all there.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    That’s the ADMIN bar that’s throwing that, see.

    Turn off all your plugins.

    Thread Starter corr01

    (@corr01)

    Did not work! ??

    I had no plugin’s activated on the main site, in one of the subdirectories I had equally no plugin activated and in the other subdirectory I had Shopp activated.
    I disactivated shopp, switched back to Twenty Eleven… same issue.
    The theme I was using is called Dynamix from themeforest, but seeing I also have it on twenty Eleven it cannot be theme related… can it?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    It;s not theme related, though… well normally it is.

    Is this an existing install and it suddenly broke, or a new install?

    I have the same issue…
    main site updated fine, and looks fine.
    All the subsites in the MU install have the same extra menu below the footer.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    At this point, can you guys share your URLs?

    I can, but it only screws up for logged in users.
    We have 25 subsites, all use the same theme, except 3. The main site works fine. All the subsites have the issue below the footer.

    So I don’t think it is theme-related.

    It may be update-related.
    When I updated the MU site, it asked if I wanted to update the subsites as well. I was doing this on the test server, but the update link tried to go to the live server.

    FIXED:
    I fixed it by going to the subsites, and editing this:

    Update siteurl and home as well
    By checking the box.
    So far, it has fixed everyone I tried.

    Thread Starter corr01

    (@corr01)

    hello,

    looks like we are in different timezones.
    Unfortunately, I have no idea where you did this, could you pls explain more Fuzzie?
    Did you follow these guidelines from the codex?
    https://codex.www.ads-software.com/Changing_The_Site_URL

    Istenu: this is a new install for me, we have several xhtml sites running and this is my first go at wordpress but obviously, I’m not doing a good job.

    subdirectory: https://184.173.234.94/~corr/suppliers/
    main: https://184.173.234.94/~corr/

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    fuzzie – Changed the site and home URL to … what exactly?

Viewing 15 replies - 1 through 15 (of 21 total)
  • The topic ‘Multisite with subdirectory: themes are not displayed correctly in the subdomain’ is closed to new replies.