• Resolved jonder

    (@jonder)


    Hi

    I’m currently using WP 3.9.1 version on my website, http://www.hopeislandphysio.com.au

    The problem i’m facing is that another site i have created (www.hopeislandphysio.com.au/jp/)is supposed to be linked to the main wesite but is not. When you click on this, the page pops up with twitter, facebook, and other icons and nothing else.

    I can click on the link from the main website as an admin, but if i try without logging on as a admin, it does not work.

    on wp-config.php file:

    define('MULTISITE', true);
    define('SUBDOMAIN_INSTALL', false);
    define('DOMAIN_CURRENT_SITE', 'www.hopeislandphysio.com.au');
    define('PATH_CURRENT_SITE', '/');
    define('SITE_ID_CURRENT_SITE', 1);
    define('BLOG_ID_CURRENT_SITE', 1);

    on .htaccess file

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [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).*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]

    I can see that on https://www.whatsmydns.net/#A/hopeislandphysio.com.au/jp,
    DNS is not set up whereas the main page is. https://www.whatsmydns.net/#A/hopeislandphysio.com.au

    please help me to fix this problem. Greatly appreciate your help. ^^

Viewing 4 replies - 1 through 4 (of 4 total)
  • I don’t see that you have a problem, really. What I see is that you have a plugin for Maintenance Mode loaded and delivering whatever it’s been set up for. Disable that plugin and you should see your site.

    Thread Starter jonder

    (@jonder)

    Thanx, Paul.

    I didn’t even see that Maintenance Mode was on.
    Now it works.

    Can I ask one more question?

    If I visit my site on mobile, the Menu is not visible whereas on the PC, it is. How can i make changes so that menu can be seen on both PC and mobile devises??

    I can’t really tell for sure, but it looks like the menu might be there on mobile, but hidden or the text is white, so you can’t see it. You’d have to look at the theme’s options to see what’s adjustable.

    Thread Starter jonder

    (@jonder)

    Thanx for the prompt response, Paul.

    I’m currently using zeeVision theme and it does allow me to change the colour of the menu and it becomes visible on the mobile.

    The problem is it changes the colour of the background as well and I wanna keep the background as it is and just change the menu colour and font colour.

    WOuld you be able to tell me how I can do so?? Greatly appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Multisite not working’ is closed to new replies.