Forum Replies Created

Viewing 3 replies - 106 through 108 (of 108 total)
  • Hi,

    Just came across this looking for a solution to my own navigation-related question. Apparently you don’t have it, either, but I may be able to give you some pointers.

    First: Your below comic sidebar doesn’t seem to be the problem (the latest comic, “we went down in history”, fills the whole space and doesn’t push anything down.) The sidebar to the right of the comic, however, stretches to a certain height, which on the one-line comics is way more than the actual comic’s. Placing that content somehwere else should solve that problem.

    Second: Do you have the Traverse Comic Chapters function activated in Comic Easel’s config menu? Actually, you might have, cuase it does traverse somewhat, albeit in a wonky fashion. Just asking to get the obvious out of the way.

    If you only have that one comic, the fix that didn’t work for me may work for you. After messing about with different comic hierarchies and traverse settings, I did what I used to do with Comicpress: I changed the upload form’s radio button into a checkbox.
    – Open ceo-admin.php
    – in line 29 or so (I have CE 1.7.4.), where it says “echo ‘.each(function(){this.type=”radio”});</script>’;”, change “radio” to “checkbox”.
    This gives you the option to check both the child and the parent chapter for a comic post. (Which you should be able to do in bulk from the All Comics menu.) It’s a bit radical and I’m sure Frumph has a much leaner and more elegant fix – he usually does -, but if nothing else helps, this might.

    I just had a similar problem. Finally found the is_singular() condition that fixed it. For your problem:

    <?php if (!is_singular(‘comic’)) ?>

    should do it.

    Thread Starter MaxVaehling

    (@maxvaehling)

    This is even weirder: while checking the links in the post above, the site suddenly appeared again. After three hours of relaoding to no effect at all.

    I have no idea what happened or why it stopped happening, but for now, never mind. I’d delete the thread, but i don’t know how. I changed the status to “resolved” instead, though it hasn’t exactly been solved, just stopped.

Viewing 3 replies - 106 through 108 (of 108 total)