Changing single event view

Home Forums Calendar Products Events Calendar PRO Changing single event view

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #967367
    Rinie
    Participant

    Hi there,

    Just bought events calendar pro and a wp theme called LMS. I looked at the single view of an event. It’s all in one column.
    What I want is a two column layout. Left the event info and on in the right column the metadata of the event. I’m pretty new to wordpress but is there a simple way to accomplish that or do I realy need to go into the code. (copy single-event.php) and change that?

    Thnx in advance,

    Rinie

    #967392
    Rinie
    Participant

    Is anyone reading these posts or should I get a ticket or something?

    Tried working on this since I bougt calendar pro and the tickets to boo via woocommerce.

    I just want to change the lay-out of a single event. Now the plugin for the tickets is completely under the page. I want to move it up.

    I would like to set the Contactinfo and Location data in a right column.

    I want the things under organisator gone.

    PLease take look at:
    http://nastrainingscentrum.nl/training/nastraining-a/

    #967445
    Geoff
    Member

    Hi there, Rinie and welcome to the forums! Thanks for getting in touch here. 🙂

    Yes, the single event template is completely customizable by overriding it the way you mention:

    • Make a copy of the single-event.php file
    • Add a new folder to your theme called tribe-events
    • Add the copied file to that folder

    Once the template is in your theme, it can be modified to suit your needs. In this case, you can add the markup from your theme to make columns and place the contact and location information in there. You can also remove any other unneeded or unwanted portions of the page here as well.

    The tickets form can be moved as well by adding this to your theme’s functions.php file, which will re-position the tickets above the event description at the top of the page.

    if (class_exists('TribeWooTickets')) {
    remove_action( 'tribe_events_single_event_after_the_meta', array( TribeWooTickets::get_instance(), 'front_end_tickets_form'), 5 );
    add_action( 'tribe_events_single_event_before_the_content', array( TribeWooTickets::get_instance(), 'front_end_tickets_form') );
    }

    We are fairly limited in how much support we can provide for custom development questions like this, but I do hope this helps and gets you pointed in the right direction. 🙂

    Cheers!
    Geoff

     

    #969130
    Geoff
    Member

    Hey Rinie! Just checking in to see if my last reply helped get things started for you or if you have any other questions here about changing the single event view–please let me know. 🙂

    #969245
    Rinie
    Participant

    Hi Geoff,

    Thnx for asking. I did mange to do a few things but I’m stuck with something. Pleas take a look at this page:

    http://nastrainingscentrum.nl/training/nastraining-b/

    You see things under locatie (venue) and Gegevens training (details). What I want is that those two seperate things are on top of each other. I’m not good in coding and tried it for several days now. So what I want is that gegevens training (details is on top of Locatie. I hope you can help me with this.

    And if I may; two other questions.

    First of all I like this template. If I buy it again, can I get a discount?

    Second question; I tried to get the caroussel working with testimonials. Pleas take a look at the homepag:

    Home

    Under de slider I placed the caroussel with quaotes. You see now pipo, jan and truus below each other. What I want is only one quote there under the layer and then that after a few seconds the second testimonial will show and then the third. Is this possible or do I need to buy another testimonial plugin for that?

    I search your forum and someone said that I must change a .js file and set rotation to true instead of false. I did that, but with no result.

    Have a nice weekend for now.

    Rinie

    #969246
    Rinie
    Participant

    Hi Geoff. Just changed the first url I wrote.

    The new url to view the single event is:

    http://nastrainingscentrum.nl/training/synology-nastraining-b-19-09-2015/

    Regards Rinie

    #969440
    Geoff
    Member

    Hi Rinie, thanks for following up!

    So what I want is that gegevens training (details is on top of Locatie.

    I think this one will take a little bit of code wrangling. Both of those are broken into columns using this class: tribe-events-meta-group. Try pulling that class out of the template to see if that helps stack the two on top of each other. You may need to style things a bit to get the right feel, but that should at least help break them out of columns.

    First of all I like this template. If I buy it again, can I get a discount?

    We do offer offer discounts from time to time through our email newsletter and Twitter. I’d recommend checking those out to stay in the loop when a promotion is available. 🙂

    Second question; I tried to get the caroussel working with testimonials. Pleas take a look at the homepag:

    This sounds like a question that the theme author would be better suited to answer. Carousels and testimonials are not part of The Events Calendar plugin by default, so I’d suggest reaching out to the developers who created those features for support there.

    Thanks again for reaching out!

    Geoff

    #973908
    Geoff
    Member

    Hi Rinie! This thread has been quiet for a couple weeks so I’m going to go ahead and close it. Please feel free to hit us up with a new thread if you still have any questions here at all and we’d be happy to help. 🙂

    Cheers!
    Geoff

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Changing single event view’ is closed to new replies.