• I had just passed a painful stage and managed to set-up two (three with the root) sites and one of the site is using a transferred domain, one is using a subdomain.

    (my difficulty was I also have a non WP site in a folder which my root actually directs to so I don’t actually see my root WP site but I dont need it and this is not really topic related)

    Ok I have one sparsa.co.uk and one blog.mgirengun.net site.

    I have installed Colorway theme and when I use it for Sparsa the home page completely breaks; no main image and no secondary images. Where as if I use it on the blog site it seems to work fine. I can even upload an image to change main image.

    It does the same thing for Figero theme. Where should I start looking for the error?

    Thanks.

Viewing 15 replies - 1 through 15 (of 15 total)
  • Thread Starter gultekin

    (@gultekin)

    Just to give more info, I have just downloaded another theme and same issue; looks like Sparsa.co.uk breaks the main image area. Something I believe to do with the folders or path because I do not even have a home page that I created that can affect the homepage. I created some pages named about, contact etc but all in draft.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Do other themes works?

    That is does the TwentyEleven theme work?

    Thread Starter gultekin

    (@gultekin)

    Well the default themes seems to be working for Sparsa. Funny thing is now, on default theme Twenty Eleven, the blog site does not show ‘sample’ on the main menu and home page content is actually sample page. I am getting confused now.

    Any new theme like Figero, Colorway seems to be loosing the large header image (slider area on pro sites) on Sparsa site still.

    Thread Starter gultekin

    (@gultekin)

    Looks like I have a fix on this. I re-installed the WordPress update, just clicked on the -reinstall button. Seems like it fixed the themes for Sparsa and the homepage is back for Colorway and other new themes.

    Thanks for your time.

    Thread Starter gultekin

    (@gultekin)

    Now the only issue left is the blog site which did not have the problem before do not have homepage too. But not the same way. The themes look ok but I directly see sample page as home page and the sample option on main menu is gone. :S

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Without being able to see yoru site, I’m really at a loss as to what you’re describing ??

    Thread Starter gultekin

    (@gultekin)

    Well I am not sure if the sites are public or not as the pages are not but one site is sparsa.mgirengun.net (sparsa.co.uk should have worked too) the other is blog.mgirengun.net

    Blog does not show sample page on the menu and stars with sample page. Not with Sparsa I have another problem after uninstalling and then installing zenphoto again.

    Keep having issues. My zenphoto site is totally broken after wordpress so I had to delete it now sparsaa has again an issu with the theme not finding homapage image.

    So to recap; blog stars with sample page and dont have sample on the main menu 2) Sparsa dont load main image on homepage header.

    Let me know if you can see the sites

    Thread Starter gultekin

    (@gultekin)

    Sparsa header image came back because I guess my image has been broken after zenphoto failure (dont know how those two conflict with each other’s database) so I went back to default and it is showing now.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    I run Zenphoto and WP without issue, but Zenphoto’s in a subdirectory.

    /public_html/
    /public_html/photos/

    The main folder has all the WP stuff. Is that your setup?

    Thread Starter gultekin

    (@gultekin)

    Yes it was. (I deleted zen photo installed again, had problems deleted again).

    I had zenphoto first in a folder. After wordpress install it seemed like every time I clicked a category or a photo it went to a wordpress page saying the page is not there.

    I installed a fresh zenphoto in a different folder, not just theme was broken but also the same problem.

    my root doesn’t have public_html but just starts from root after domain. I am on ipage server.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    root from domain is the same as public_html ?? No worries there.

    Where are you putting the zenphoto’s .htaccess file? In the zenphoto folder right?

    Basically you’re installing that wrong.

    Thread Starter gultekin

    (@gultekin)

    Yeah I was embarrassed just to say / for root ??

    Well yeah zenphoto installs its own .htaccess i believe in its own folder. So I didn’t change that one. Do I need to delete that and use only one .htaccess?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    No. They should be separate.

    /.htaccess <– WordPress
    /zenphoto/.htaccess <– ZenPhoto

    Double check your top level .htaccess for anything that points to ZenPhoto.

    Thread Starter gultekin

    (@gultekin)

    Sorry for late reply well, I actually had deleted Zenphoto already but that issue stands for pretty much everything. Any folder under mgirengun.net even if it is not wordpress comes up with wordpress template and error. The only folder portfolio is working ok because I actually put a redirect to that from the hosting control Panel.

    For example I needed to make an email.php file for an exercise. And put it under root but if I try to go there by typing mgirengun.net/email.php it comes up with WordPress???

    Here is my .htacess on top level I guess the problem is I installed wordPress as subfolder so changed php file accordingly but I couldn’t use my subdomain name so I added the boolean for suddomain to true only without changing anything or installing again that may have messed it up

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^(www.)?mgirengun.net$
    RewriteRule ^(/)?$ portfolio [L]
    
    # 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
    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Here is my .htacess on top level I guess the problem is I installed wordPress as subfolder so changed php file accordingly

    Woah.

    You can’t do that (yet) with Mutlisite.

    Today, Multisite must be installed in /public_html/ and that’s all there is to it.

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Same theme breaks up in one the sites under MU installation’ is closed to new replies.