Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter vidalliger

    (@vidalliger)

    Sorry, never mind. I’m not sure what I did to fix it, but it seems to be working now! I may have to fiddle with things a bit more to get it to look the way I want, but the issues seem to have resolved themselves for now…? Anyway, thank you for being so responsive!

    Thread Starter vidalliger

    (@vidalliger)

    Also, the navigation buttons don’t seem to be working? I just posted my second comic, and it appears on the homepage, but when I click the previous button, the comic stays the same (the second one). It even seems to have replaced the first comic at the first comic’s URL. Is this a common problem? For reference, I’m using the ComicPress theme. Thanks!

    Thread Starter vidalliger

    (@vidalliger)

    Awesome! Thank you! I’m having trouble customizing the navigation buttons that appear under my comic. I want to replace them with some buttons I drew myself. I tried using the widget area… Am I right in thinking that I would add the “First Webcomic Link” widget, “Next Webcomic Link” widget, etc., to the Webcomic Navigation Widget Area, and add my media to each one? When I tried that, nothing would show up on my site.

    Thread Starter vidalliger

    (@vidalliger)

    Thank you for responding and thanks for the awesome plugin!

    I ended up adding some custom CSS to the theme and, like you said, that did the trick! Actually I found an awesome article about manipulating CSS into determining how many items are in a container, which was super helpful to me, since I may occassionally end up doing strips that have four, rather than three panels. Here’s a link to the article, since I think it might be useful to others using this plugin: https://alistapart.com/article/quantity-queries-for-css

    And here’s the code I ended up with:

    @media (min-width:601px) {
    .webcomic-media img:nth-last-child(3):first-child, img:nth-last-child(3):first-child ~ img {height:auto;width:33.33%}
    img:nth-last-child(4):first-child, img:nth-last-child(4):first-child ~ img {height:auto;width:25%}
    }
    @media (max-width:600px) {
    .webcomic-media img {height:auto; width:100%}
    }

    It seems to work, but I’ll have to look into this “screen only” thing. I’m not familiar with that.

    Also, here’s the site, in case anyone wants to see how the code ends up working: http://funnyhowitgoes.com/

    Thanks again for your help, Mike! I know I’ll be back with more questions… I’m having trouble customizing the navigation buttons, but I suppose I should create a new thread for that?

Viewing 4 replies - 1 through 4 (of 4 total)