Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • Saguaros Moderator
    #955914

    Hi

    You can try to put your site online so we will have a look and see what’s wrong.

    latv Friend
    #956133

    Sorry but now it isn’t possible. i can upload the files: offline.css and offline.php, perhaps it cans help.

    EDIT: obviously i can’t upload this type of files…there’s another way to solve this problem? Can i change the css file which are connected? Have I to modify offline.php for do that?

    Saguaros Moderator
    #956280

    You can clarify the steps you customise and zip the files together and upload within your reply, I will have a look.

    latv Friend
    #956608

    this is the two files…i haven’t customised these files yet.


    1. offline.zip
    Saguaros Moderator
    #956737

    You’re right, the path declined the path to ‘offline.css’ file is wrong.

    You can open the ‘offline.php’ file and look for this line of code:

    <link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/simpli/css/offline.css" type="text/css" />

    change to:

    <link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/css/offline.css" type="text/css" />

    latv Friend
    #956926

    Perfect! Now it works! Problem SOLVED!
    Thanks Saguaros!

    Saguaros Moderator
    #956942

    You’re welcome!!!

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 2 voices, and was last updated by  Saguaros 7 years, 9 months ago.

The topic ‘Offline Page’ is closed to new replies.