• Resolved neberu

    (@neberu)


    A recent update seems to have broke my comic pages. All of the “Latest Comic”, “Comic Archive”, & individual comic pages now have none of the styling of the rest of the site’s theme (compare the linked page to the homepage). Also the comic images are cropped to 250×250. If you look at the html for the images you see that the url for all the srcset images are being locked to 250×250 even the ones specifically labeled as higher (the 500, & 750)

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • It looks like you got this working. How did you do it? I’m having a very similar problem to what you’re describing, and I can’t find where to fix it.

    I fixed this by editing the plugin code and adding the header and footer calls.

    I couldn’t find an alternative.

    I have no idea why the dev thought to delete these calls from the update.

    Would you be willing to share what you did?

    Plugin Author Jess

    (@ardathksheyna)

    1) It’s not recommended to change plugin code since it’ll get overwritten if you update the plugin.

    2) The calls weren’t actually removed, they were replaced by hooks to make the code more manageable.

    Under resources/templates/ is where the plugin templates are located. If you look at archive-comic.php, single-comic.php, and page-latest-comic.php, these templates should give you an idea of what hooks to use in your own theme.

    Finally, downgrading back to Manga+Press 3.0 is a recommended course of action for your live site.

    It’s actually better to run Manga+Press 4.0 locally and work on making your theme compatible instead of running it on the live server.

    I’ve been working on documentation for upgrading themes to be compatible with MP 4.0. Until documentation is available, it’s bests to stay with 3.0 for now.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Comic Pages missing Header,Footer, Aside, Image Cropped’ is closed to new replies.