Viewing 6 replies - 1 through 6 (of 6 total)
  • You could use the Content Views Plugin. You can layout any custom post type in a variety of layouts with it.

    Thread Starter theadgirl

    (@theadgirl)

    Hmm, I downloaded the plug-in but it is pulling posts… I need to configure The Events Calendar Shortcode (at the bottom of my homepage https://bhs-test.com) to show 2 columns three sides.) I don’t think this is what I am looking for but thank you for the offer.

    Plugin Author Brian Hogg

    (@brianhogg)

    It seems you are in the right direction using the CSS you have there? I duplicated that test event with your CSS and looks like you’d got it working right to show events in two columns:

    li.ecs-event {
        padding-right: 50px;
        width: 48%;
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        list-style: none;
    }
    Thread Starter theadgirl

    (@theadgirl)

    Well, it’s only pulling one event even though I have the shortcode [ecs-list-events limit=’6′] – it was actually pulling six before I entered that CSS. Now it’s back to just 1 and the paw print css doesn’t show up either. Not sure what’s going on. Was hoping there would be a short code like [ecs-list-events columns=’2′] or something simple. Guess not…

    Anyway, when I view my homepage now, I only see one event and (obviously no columns since there’s only one)

    Thread Starter theadgirl

    (@theadgirl)

    Oh boy… the events dropped off because they were no longer “upcoming” lol. Changed event dates and voila! 2 columns… now to get the paw print in front of each and I’ll be set… thanks!

    Plugin Author Brian Hogg

    (@brianhogg)

    Awesome, glad you figured it out! ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Display in columns?’ is closed to new replies.