Hi everybody,
after buying and installing the mobile thme for graphene theme i tried to make the change.
I added the code part to the function.php
$mobile_path = dirname( dirname( __FILE__ ) ) . ‘/graphene-mobile/includes/themeplugin.php’;
if ( file_exists($mobile_path) ) { include( $mobile_path ); }
When I now try to connect via the mobile device to my website, all I see is a blank page …
Can anyboday help me?