The Events Calendar Pro

Support Area Forums Moonrise The Events Calendar Pro

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question:
  • Author
    Posts
  • #28531
    RecipeSocial
    Participant

    Hi Bill,

    I’ve just added The Events Calendar Pro to the site, as my client wants a photo based calendar, like this:

    http://www.geronimo-inns.co.uk/london-the-east-hill/events

    You can the calendar here:

    http://dev.thesparrowhawkpub.co.uk.gridhosted.co.uk/events/

    Annoyingly The Events Calendar plugin doesn’t display photos in the widget.

    Is the a way to an custom event to the home page? Like you can with normal pages.

    Ideally, i’m trying to achieve a look as in the attached image on the home page next to the gallery.

    Maybe I don’t need The Event Calendar Pro?

    Maybe I can achieve the desired result in a different way?

    I love to hear your thoughts,

    Thanks,
    Christian.

    Attachments:
    #28534
    RecipeSocial
    Participant

    Hi Bill,

    This is the URL i’d like to feature on the home page: http://client.dev.recipesocial.net/events/

    But it’s not a normal page, hence me struggling to get it to display on the home page.

    Thanks,
    Christian.

    #28537
    Bill Robbins
    Moderator

    Good Morning Christian,

    There is a supplemental plugin called Event Rocket (https://wordpress.org/plugins/event-rocket/) that adds some shortcodes for use with The Events Calendar. You might give that a try first and see if one of those will enable you to do what you’re wanting. If it does that would be the easiest option.

    Take care,
    Bill

    #28546
    RecipeSocial
    Participant

    Hi Bill,

    Thanks for pointing this plugin out, I had no idea it even existed. I’ve just added it and it has added the calendar to the home page. The next issue I have to figure out next is how to align the calendar. Currently the 3 events are aligned top to bottom. Ideally I’d like them to display left to right as on the actual events page.

    If you know how to do this I’d love to hear, thanks.

    Here a a link to the home page: http://client.dev.recipesocial.net/

    Christian.

    #28547
    Bill Robbins
    Moderator

    You could do something like this:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      #text-8 {
      	width: 100%;
      	margin-left: 0;
      	margin-right: 0;
      }
      
      .embedded-event {
      	float: left;
      	width: 28%;
      	margin-left: 2%;
      	margin-right: 2%;
      }
      
    3. Update your settings.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘The Events Calendar Pro’ is closed to new replies.