Forum Replies Created

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

    (@severus)

    Hi there,

    Unfortunately it does not work among sites of a network. It has made a cloned menu but inside the same website.

    Other question.

    Is it possible to merge menus? Or at list copy sections of a menu and then edit accordingly? or do I have to repeat the menu structure by hand for each island?

    Thanks for help

    Severus

    Thread Starter severus

    (@severus)

    Thanks for the help and the explanation.

    I never faced that before and I have even several sites based in WordPress in the same server. The hosting company was speechless.

    Everyday I learn something new about WordPress. Thanks again

    Thread Starter severus

    (@severus)

    Hi esmi,

    It works!!!

    Just for the records… Why do you think it was happening something like that and what have we done with that line?

    Thread Starter severus

    (@severus)

    I have decided to start from scratch.

    I created a new Data Base and renamed the old root directory public_html

    I installed the multisite as subdirectories (blog1.mydomain.com, blog2.mydomain.com)

    Now I have these problems:
    At front end
    – All sites are accesible from the browser if you type the WWW
    – Typing WWW will redirect you to a signup page
    At the back end
    – I can navigate trough the dashboard
    – I can not reach pages or post since they are in this way: https://mydomain.com/wp-admin/post.php?post=2591&action=edit. It redirect me to a signup page.
    – If I add manually the WWW to the post address of the post I could reach it (it exist in the data base), but if I update, I get redirect to the signup page.

    Adding the following line:
    define( 'NOBLOGREDIRECT', 'https://www.severus.es/' );
    to the wp-config.php will cause that any mistake by typing the url will redirect to the signup page, no to a 404 page.

    My .htaccess is as follow:

    RewriteEngine On
    #RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # uploaded files
    RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule . index.php [L]

    My wp-config.php

    define('WP_ALLOW_MULTISITE', true);
    
    define( 'MULTISITE', true );
    define( 'SUBDOMAIN_INSTALL', true );
    $base = '/';
    define( 'DOMAIN_CURRENT_SITE', 'www.severus.es' );
    define( 'PATH_CURRENT_SITE', '/' );
    define( 'SITE_ID_CURRENT_SITE', 1 );
    define( 'BLOG_ID_CURRENT_SITE', 1 );

    Before updating, the network was working fine supporting 31 blogs, redirecting perfect

    Any advice?

    Thread Starter severus

    (@severus)

    Thanks Ipstenu for the answer

    I think I was in the 2.2

    Thread Starter severus

    (@severus)

    Hi Ipstenuc

    I was using the plugin: Google XML Sitemaps with Multisite support / Mario Kostelac. By default this plugin create and locate all the sitemaps in the address: https://havanagraffiti.com/sitemaps/ and give names like:
    www-havanagraffiti-com.xml
    www-havanagraffiti-com-mapa-cuba.xml
    www-havanagraffiti-com-fotos-cuba.xml

    Now I was remaking and moving all these sitemaps to the root directory so you could find then in

    https://www.havanagraffiti.com/sitemaps/www-havanagraffiti-com.xml
    https://www.havanagraffiti.com/sitemaps/www-havanagraffiti-com-mapa-cuba.xml
    https://www.havanagraffiti.com/sitemaps/www-havanagraffiti-com-fotos-cuba.xml

    And resend all of then to Webmaster tools from Google.

    Hopefully it gets better

    Thread Starter severus

    (@severus)

    Hi thanks for the answer,

    Ipstenu, As you said, I have built a sitemap per blog, and then uploaded all of them into my Webmaster tools section in Google. All of then under the main address, but it did not work. How does it works this “pointing?

    Andrea_r All my sites are visible in the privacy settings

    The URL of my main site (home page) is: https://www.havanagraffiti.com

    All the blogs of the Network are linked from the home page (each option of the main menu is a sub-blog, and all sub-blogs have the same main menu, so they all link each other). I am working still in several blogs that are not ready that′s why they has not jet a link from the Home page

    Is this menu linking enough for Google to crawl each blog? Or should I increase the number of links in the home page?

    The site is online already more than 5 months, but the maps section is not indexed.

    Thanks again for the help

    Yes, it was an excelent idea, but don′t work for German providers at all also.

    By the way. Who would be suppose to pay that service (in case it would work)?

    Thread Starter severus

    (@severus)

    Hi guys,

    I have solved the problem by doing a new header/footer on the child blog. They look exactly the same so, my users do not notice they have changed from https://severus.es to http:/shop.severus.es and viceversa (as long as they do not look at the URL).

    In that way I have integrated two themes in one keeping the functionalities of each one separated, which makes the site more flexible.

    Thanks

    Thread Starter severus

    (@severus)

    Thanks for the interest,

    I have tested the proposed solution

    <?php
    include( WP_CONTENT_DIR . '/themes/another_theme_folder/header.php' );
    ?>

    but it shows a broken page. I suppose that the header of the “child blog” contains also calls to other .CSS files and those to other .CSS files and so on. In that case all those “sub-styles” are not loaded and the content is not showing correctly.

    In the other hand the header of the main blog call its own .CSS’s files and in that case is also not showing as it should do.

    I will have to try the second option, creating a child theme. I will have to read about how to do it but I was something I wanted to do a long time ago since I was paying a deep integration with my BBPRESS forum (https://www.severus.es/foro). Something like that is what I want to do among the blogs

    Thread Starter severus

    (@severus)

    Sorry, I sent a wrong link in the previous message.

    The shop I want to integrate visually is here: https://shop.severus.es.

    The solution to this problem is much simpler:

    It happens because some programs are configured to add a character known as BOM (Byte Order Mark) at the beginning of the file when it is saved as UTF-8. This character is not necessary and is the reason for this error since there is “something before the <?php

    This BOM is not visible and not possible to delete, however it is enough just open the file with a plain Text processor (Notepad) and save it again using the option ANSI.

    Upload the file and ready, problem solved.

    This is the descrpition of PHPFOX profile which do that and much more.
    However their Blog section is very weak, so you could even integrate WordPress into the site (MU or single, whatever you want) and you have already a very powerfull site with all those sections and more.

    Sorry, it was duplicated

    Having Problem with the plugin

    I have got the error 500, site is dead.

    I had a 301 redirection like this:

    Options +FollowSymlinks
    RewriteEngine on
    rewritecond %{http_host} ^severus.es [nc]
    rewriterule ^(.*)$ https://www.severus.es/$1
    [r=301,nc]

    I have tried to uninstall the plugin from the admin panel and the process stop in the middle showing this:

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /mnt/web8/20/59/51979159/htdocs/wp-content/plugins/wp-super-cache/uninstall.php:6) in /mnt/web8/20/59/51979159/htdocs/wp-content/plugins/wordpress-paypal-shopping-cart/wp_shopping_cart.php on line 22
    UNINSTALL_WPSUPERCACHE must be set to a non-blank value in uninstall.php

    My config.php does not have the line WP_CACHE = true at all

    So, now I am on the middle of nowhere and the site is dead.

    The only idea was to rename the .htaccess to .htaccess1 and the site came back but just the home page. Any link is going to a 404 error page.

    So any help would be appreciate

Viewing 15 replies - 1 through 15 (of 20 total)