Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author htmlpie

    (@htmlpie)

    Hi there,

    You should check whether you have the correct address: WP backend -> Settings -> General.

    Hope it helps!

    Thread Starter Basil Hendroff

    (@basilh)

    @htmlpie Difficult to explain without screenshots. Please refer to this Youtube video to see the settings.

    Theme Author htmlpie

    (@htmlpie)

    Thanks, so it’s a MU installation, interesting.
    We’ll fix it soon, thanks for reporting this!
    In case you can’t wait, this needs to be changed:
    $url_home = is_multisite() ? network_home_url( false ) : home_url( false );
    To just this:
    $url_home = home_url( false );
    Then it’ll be all right.

    You can find it in these files:

      include/assets.php
      include/html.php
      partials/content-copyright.php
    Thread Starter Basil Hendroff

    (@basilh)

    That works! Thank you for providing a solution.

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