• I’m sorry, I know this issue has been addressed elsewhere, but I don’t understand the solutions.

    I am trying to create the comic on a page that is NOT the homepage. I have disabled the comic on the homepage, which works wonderfully. What I cannot do is create the comic_area anywhere else on my site. I am using the Customizr theme and don’t have a single.php file to place the do_action(‘comic-area’) code into. I have tried pasting the comic_area code into a custom page template, but haven’t had any luck.

    The site I am working on is not live yet, so unfortunately I don’t have a site example to show. I have been scouring the internet for the solution, with little progress. Please take pity on me! ?? Thanks in advance!

    https://www.ads-software.com/plugins/comic-easel/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Frumph

    (@frumph)

    <br />
    add_action('__after_header', 'ceo_display_comic_area');<br />

    the __after_head is an already set action location inside of customizr, so if you add this add_action to your child themes functions.php it should work just fine (ref: customizr header.php)

    Thread Starter objade

    (@objade)

    Hi Frumph! Thanks so much for taking the time to respond! I’m still confused about what I’m meant to do. I am a total beginner when it comes to this stuff. If you have a minute to clarify a couple of points, I would be deeply grateful!

    1) I pasted <br />add_action('__after_header', 'ceo_display_comic_area');<br /> into my functions.php file, but it gave me a parse error. Do I need something else? I’m also unclear on what you meant by “(ref: customizr header.php)”

    2) Do I still need to paste <?php do_action('comic-area'); ?> somewhere?

    3) Part of my problem is that I don’t understand how the one page I want to display the comic knows to do so, and all the other pages don’t do it. Is it a page template thing?

    Sorry to be such a bother, thanks for your help!

    Thread Starter objade

    (@objade)

    Okay, I have done the following. I don’t get any change, but at least it doesn’t break the site. Hopefully this will make an easier jumping-off point for explanations.

    I pasted this into the functions.php
    add_action('__after_header', 'ceo_display_comic_area');

    And this
    <?php do_action('comic-area'); ?>
    I placed underneath this
    <?php do_action( '__before_loop' );##hooks the header of the list of post : archive, search... ?>
    in my custom page template.

    Doing this changes nothing on my site, but that’s still progress because before it was breaking everything haha. Cheers!

    Plugin Author Frumph

    (@frumph)

    .. and you have comic easel activated and you have a comic made with the comic posted as the featured image while doing this, right?

    Thread Starter objade

    (@objade)

    That is correct, Comic Easel is active and I have three comics published (I just did another one to make sure). The Comic Easel widget on the homepage updated properly.

    I’m thinking this might be a lot easier for you if I simply wait to load the comic until the site is live, and then you can really see what’s going on. I’m hoping to get it going in the next couple of weeks, so I will pop back on here once that’s sorted.

    Thanks so much for giving it a shot! Hopefully it’ll make more sense once everything is online. Many thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Comic Easel with Customizr Single Page’ is closed to new replies.