Graphene Mobile –

  • Frym1

    #6027

    Just purchased Graphene Mobile and followed installation instructions.

    Point 4. Reads: Open up the functions.phpfile in your theme’s folder. If the file does not exist, create a new one. Then, insert the following code into the file:

    $mobile_path = dirname( dirname( __FILE__ ) ) . ‘/graphene-mobile/includes/theme-plugin.php’; if ( file_exists($mobile_path) ) { include( $mobile_path ); }

    I completed that and thought I had to add <?php at the beginning of the file and ?> when I done this my site disappeared and now reads:

    HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.

    Please could someone advise how I resolve.

    Sorry

    Mark

    Frym1

    #33097

    Went into FTP and opened functions.php in editor. Removed:

    $mobile_path = dirname( dirname( __FILE__ ) ) . ‘/graphene-mobile/includes/theme-plugin.php’; if ( file_exists($mobile_path) ) { include( $mobile_path ); }

    It works? Any ideas please.

    Anonymous

    #33098

    If you are using Graphene theme version 1.3 and above, you need not to add that bit of code to the functions.php file. Which theme you are using? (Child theme doesn’t count here)

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

  • You must be logged in to reply to this topic.