Displaying single-events horizontally

Home Forums Calendar Products Events Calendar PRO Displaying single-events horizontally

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #99131
    runekjensen
    Participant

    Since you don’t support inserting the calendar into the a page, I thought I would use the list widget and modify it to show like photo view, and then insert that into the frontpage.
    So I copied the single-event.php code into the list view and that works fine, even with the number of events I want to show, and catogories etc.
    However I would like it to break horizontally after each event, and not just continue vertically.
    What code should I add, to make it do that?

    You can see the page here and see what I mean http://skadsandrup.dk/landingsside/

    #99464
    Barry
    Member

    Hi!

    Since you don’t support inserting the calendar into the a page, I thought I would use the list widget and modify it to show like photo view, and then insert that into the frontpage.

    Awesome idea!

    However I would like it to break horizontally after each event, and not just continue vertically.

    Right now it looks to me as if they are tiled horizontally, something like:

    event | event | event

    Do you mean you want it something more like the following?

    event
    event
    event

    If so it’s certainly possible – each event looks like it is contained in an article.slide_entry element and these are floated to the left, so you could either unfloat them or else set each subsequent item to clear left floats. It really boils down to a CSS problem (unless you choose to solve it by some other means) and we can’t unfortunately do this for you, but you will find lots of helpful resources on the web generally to learn more CSS and on our end we have the following resources which – the Themer’s Guide in particular – can guide you through safely customizing our views.

    I hope that helps!

    #105368
    Barry
    Member

    It’s been a while so I’ll go ahead and close this thread – but if you need further help with this or any other issue please don’t hesitate to create new threads as needed. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Displaying single-events horizontally’ is closed to new replies.