Event Calendar & Event Ticket Plus- customizing display

Home Forums Ticket Products Event Tickets Plus Event Calendar & Event Ticket Plus- customizing display

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1047877
    Nora
    Participant

    I’m very new to WordPress and am lost and need assistance.
    I’m using Event Calendar 4.0 with Event ticket plus. with WP-ecommerce
    I have the basic events, pricing, etc setup but Presently I have 2 problems.

    1 – event calendar theme/format is not the order I want and includes things I dont want. How do I change it?
    I’ve tried to read the themer’s guide and knowledge base but I dont understand.
    I want to move the past & future events lower on the page

    2 – The placement of the ticket window needs to be relocated higher on the page and I want to remove the # of tickets available/sold from the ticket window. Can’t find out how to do that.

    Can someone please help me understand how to do these things?
    Thanks

    #1050021
    Josh
    Participant

    Hey Nora,

    Thanks for reaching out to us!

    1. I’m not sure I’m following the specific request here. Would you mind giving a little more detail about what you would like removed or screenshots showing how you would like the events organized?
    2. You can move the form by adding the following to your theme’s functions.php file
    
    if (class_exists('Tribe__Tickets_Plus__Commerce__WPEC__Main')) {
    remove_action( 'tribe_events_single_event_after_the_meta', array( Tribe__Tickets_Plus__Commerce__WPEC__Main::get_instance(), 'front_end_tickets_form'), 5 );
    add_action( 'tribe_events_single_event_before_the_content', array( Tribe__Tickets_Plus__Commerce__WPEC__Main::get_instance(), 'front_end_tickets_form') );
    }
    

    Let me know if this helps.

    Thanks!

    #1050075
    Nora
    Participant

    HI Josh,
    I added the language at the end of the file you mentioned and I don’t know if I did it right or not, or whether or not that was even the correct thing for me to do. Not seeing any differences, but don’t know where to look for those differences either. Here’s a screen shot of the event page. I’d like the ticket section to be higher on the list, but at this point, I’m so frustrated I really dont care where it is. so long as it works.

    I have managed to hide to 12 of 12 available by de-selecting the enable manage inventory. that seems to do the trick.

    #1050489
    Josh
    Participant

    Hey Nora,

    Thanks for following up with us.

    I apologize for the frustration you’ve experienced so far. I may have misunderstood your original post, is the ticket form not working for you and your customers?

    It doesn’t appear that the screenshot that you intended to share got included with your response. The snippet should have moved the ticket form to above the content of the event description when viewing the single view of the event. This can be different though depending on the theme that is used. Do you happen to have a link to the site in addition to the screenshots you’re wanting to share?

    Thanks!

    #1051444
    emilyjourney
    Participant

    Hi Josh,
    I added your suggested code to my functions.php file with no result.
    Please take a look. I’d like to move the ticket ordering box above the event description.
    I’d also like to hide the number of tickets available as the WooCommerce setting to hide this number is having no impact. Thank you for your help!
    https://emilyjourney.com/event/seo-success/

    #1051454
    emilyjourney
    Participant

    I did find the post that allows me to move the ticketing box. Would still like to know who to hide stock numbers.
    Thanks!

    • This reply was modified 10 years, 3 months ago by emilyjourney.
    #1051923
    Josh
    Participant

    Hey Emily,

    Thanks for reaching out! The original code should only work for users with WP-Ecommerce as their cart of choice.

    For the additional issue, we ask that you open a new thread. This will allow us to answer each persons questions directly and fully without having the conversation get confusing while discussing different cart solutions.

    Thanks!

    #1055610
    Tipiwa
    Participant

    Hi Emily,

    I saw on your website that you were able to change the text that originally showed stock numbers. I am trying to figure out how to do that. Would you mind sharing your solution?

    Thank you in advance.

    Tipiwa

    #1055616
    Josh
    Participant

    Hey Tipiwa,

    Would you mind posting  in a new thread and will be happy to address your request fully there.

    I’ll go ahead and close this thread for now. If you have any further questions, please don’t hesitate to open a new one.

    Thanks!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Event Calendar & Event Ticket Plus- customizing display’ is closed to new replies.