• Resolved Gone South

    (@gone-south)


    I’ve got CRP working great in the sidebar. (Fiddled publication dates to get the order correct.)

    As you know, placement of related content links at the bottom of a post is crucial to keep visitors on your site. And, yes, I’ve put the CRP widget at the bottom. But it’s still the vertical stack of links.

    The design convention for bottom-of-page links is horizontal. It could be a grid of one or more rows. Or it could be a slider.

    Is there any way to “convert” the CRP widget display to horizontal? If not, is it somewhere near the top of your To Do list?

    Thanks! Your plugin is one-of-a-kind light and simple since Manual Related Posts went dark 5 years ago. Ever think of a premium Pro version with some of the To Do list features mentioned in Support? I’d buy it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Brecht

    (@brechtvds)

    It’s on the idea list, but I’m afraid I cannot give you a deadline for that yet.

    Technically you could style it as a horizontal list by targetting the crp-list class. This could be a starting point:

    .crp-list {
        display: flex;
    }
    .crp-list-item {
        display: flex;
        flex-direction: column;
    }

    No plans for a Premium plugin right now, but I’ll think about it. Thank you for your interest!

    Thread Starter Gone South

    (@gone-south)

    That worked. The widget at the bottom of page content is now horizontal.

    And so is the widget in the sidebar… wandering off over the right size margin. Oops!

    Can we have just one layout in CRP?

    Plugin Author Brecht

    (@brechtvds)

    You can target the one at the bottom specifically with some CSS.

    Can you give me a link to the page? Feel free to send it to support@bootstrapped.ventures instead if you don’t want to share it publicly.

    Thread Starter Gone South

    (@gone-south)

    Solved! Brilliant stuff, Brecht. And fast.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Horizontal layout’ is closed to new replies.