• I know this particular plugin discussion has been resolved in an earlier post so if no-one minds I need to re-open this

    I’m still unable to run this plugin and really need a helping hand
    heres the story so far:

    I was first seeing some include errors, it was looking in plugins-baap-mobile-version for the mobile_pack_base theme because of the commented out code below.

    //$wp_mobile_pack_dir = WP_CONTENT_DIR. ‘/plugins/baap-mobile-version’;

    I commented it out and replaced it with:

    $wp_mobile_pack_dir = WP_CONTENT_DIR;

    That gets the theme loading now. There’s still a 404 error on the front page but my about us link works fine. I didn’t see anywhere to set what page to load by default. I also saw the following error occurring which is being triggered in functions.php of the plugin:

    PHP Warning:

    `DOMDocument::loadHTML() [domdocument.loadhtml]:Unexpected end tag : dd in Entity, line: 92 in / home2/mydomainco/public_html/mydomainco/wp-content/plugins/wp-mobile-detector/functions.php on line 187

    It appears to be syntax issue somewhere?

    Anyone able to shed some light..?

  • The topic ‘wp mobile detector’ is closed to new replies.