Viewing 1 replies (of 1 total)
  • Plugin Author Mike

    (@mgsisk)

    That’s… pretty strange. It looks like this is actually a combination of issues between Webcomic and Inkblot, though the primary issue is Inkblot’s. The problem is the webcomic/image.php template in Inkblot. Webcomic is (correctly) thinking that this is meant to be used as an image attachment template for Webcomic media, but Inkblot is (incorrectly) using it for something else entirely (which is my fault). I’ll see if I can get an update in the Theme Directory soon, but – in the meantime – the best way to fix this would be to rename webcomic/image.php to something else.

    The problem with doing that, though, is that webcomic/image.php is referenced in several locations. After renaming it (to, let’s say, webcomic/display.php; it could be almost anything, but I’ll use that as my example), you’ll need to update the following templates in Inkblot:

    • webcomic/dynamic.php (line 13)
    • webcomic/webcomic-homepage.php (lines 32 and 45)
    • webcomic/home.php (lines 30 and 43)
    • webcomic/single.php (lines 18 and 31)

    Each of those lines should have something like get_template_part('webcomic/image') on it; you’ll just need to replace the webcomic/image part with webcomic/display (or whatever you rename that template to).

Viewing 1 replies (of 1 total)

The topic ‘Media Issue’ is closed to new replies.