• One more little piece of unexpected behaviour:
    So, I tried the advice you gave about moving the excerpts with the plugin option.

    Another option would be to use the plugin’s “move excerpts” option, which would automatically move all excerpts (if they exist) and category/cpt archive descriptions where you want them. You could use the display_featured_image_genesis_omit_excerpt filter to remove the behavior on non archive pages, if you don’t want the excerpts moved in general.

    It works great, but then the page-level option of not moving the title on a specific page is overridden. Well, technically it’s not overridden I don’t think – because the title is still displayed below the image overlay, but the default option to move title and excerpts up is still working and so you still end up with a second title on top the image.

    Would it be possible to add another check to the move function and say: if the page level option “Don’t move page title” is checked, don’t move intro and title?

    I hope it makes sense. You can see it in action on the link for a few days, and then I’ll probably resort to just hiding it through CSS, but I’d prefer to not have to do that. Thanks again Robin!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Robin Cornett

    (@littlerchicken)

    Ah, good catch on that one, Anders–I don’t know that anyone has hit that before. I can definitely fix this–easiest way would be to not take any action at all, similar to how the titles work. In this case, even if an excerpt is set, it wouldn’t show, because nothing would be moved. That concerns me a tiny bit, I think, but I’m not sure there is a better way to tackle it without getting tied up in knots in the code. Would this be an okay solution for you?

    Thread Starter Anders Carlén

    (@anderscarlen)

    Yes, I believe that would work.

    That’s probably how I imagined the page level option to work anyway: Don’t move anything, keep it as is.

    /anders

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Moving Excerpts and Page Level option clash’ is closed to new replies.