Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1300606

    Hello,

    I am trying to figure out the events calendar and make a Live Shows listing for my site with enfold but just running into brick walls. Here are a couple problems I can’t figure out and would be really grateful for any help.

    – I don’t want the links clickable
    – I want to remove the “view calendar” at the botom
    – and I would like to make a top/bottom border and a “buy tickets” button like this site has https://www.timdilloncomedy.com

    Thank you

    #1301210

    Hey,

    Thanks for contacting us!

    Could you please post a link to your website so we can provide you an accurate solution? :)

    Best regards,
    Yigit

    #1301228

    Hello, sorry here it is.

    #1301235

    Hi,

    Thanks!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .tribe-events-widget-events-list__event-details a {
        pointer-events: none;
    }
    .tribe-events-widget .tribe-events-widget-events-list__view-more {
        display: none;
    }
    .tribe-events-widget .tribe-events-widget-events-list__event-row {
        padding-top: 10px;
        border-top: 1px solid black;
    }
    .tribe-events-widget .tribe-events-widget-events-list__event-row:last-child {
        border-bottom: 1px solid black;
        padding-bottom: 10px;
    }
    

    Best regards,
    Yigit

    #1301478

    Awesome thank you so much! Lastly is there a way to make a buy tickets button at the end of the area like the one on this page? https://www.timdilloncomedy.com

    #1301845

    Hi,
    Thank you for your patience these buttons look like they were added with the Event Tickets addon plugin and then it looks like you will need to follow these instructions: Getting Started with Event Tickets
    I’m not an expert with this plugin so I’m hoping that is all you will need to do, if you do get stumped with these instructions I recommend asking the events calendar support.
    I also found these events calendar knowledgebase threads:
    Add button to single events in event list view
    Add a ‘purchase tickets’ button to event-list-meta
    that may help but I’m not sure.

    Best regards,
    Mike

    #1301864

    Hi,

    Sorry I should have clarified. I do not want to do it in the plugin, I want to do it in enfold.

    Thanks again.

    #1302062

    Hi,

    Unfortunately, this is something that would require a plugin or a custom coded solution.

    Best regards,
    Jordan Shannon

    #1302328

    Ah ok. Well in the meantime I found a fairly easy fix by just adding a button on the side of it then aligning it with white space. Seems to do the trick. Thanks

    #1302335

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Event Calendar help’ is closed to new replies.