• Plugin version 1.2.0.

    This issue is similar to http://ww.wp.xz.cn/support/topic/360163

    If a WP installation has the blog address as the root of the domain, but is installed in a subdirectory, all the URLs to shrunken images are incorrect. They are built on ‘home’, but need to be built on ‘siteurl’.

Viewing 1 replies (of 1 total)
  • In the wpmp_transcoder.php file I modified this line:

    $base = get_option(‘home’) . “/wp-content/plugins/wordpress-mobile-pack/plugins/wpmp_transcoder/”;

    To this:

    $base = get_option(‘siteurl’) . “/wp-content/plugins/wordpress-mobile-pack/plugins/wpmp_transcoder/”;

    Now my Shruken Images are working

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WordPress Mobile Pack] Shrunken image URLs sometimes incorrect’ is closed to new replies.