Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Rikard,

    I added your CSS and nothing changed. I appreciate any help.

    I found elsewhere to add this:
    .av-single-event-meta-bar-inner > ul {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 500px;
    border: 3px solid #a71433;
    font size: 30;
    }

    And it placed the link at the top of the page, but any ideas on making this more visible, like changing the font or size, adding “click here” to the link?

    Roland

    • This reply was modified 8 years, 7 months ago by paquetter.

    You’re incredible Ismael! It works perfectly. Any idea why this isn’t the standard code?

    Rikard,

    The tickets on the single event pages was displaying below the map and event information on the left sidebar as seen in

    (hosted on WPengine) alt="Single event page with tickets displaying on left sidebar below the event data" />

    I was able to find a snippet to move the tickets below the class description which you saw last night when you checked the staged site using the the bit of code below, but the page is still not displaying the entire ticket information as it did prior to loading the enfold theme. As you saw the 4th column is cutoff. I am trying to find a way to move the entire left sidebar (map, event date, time etc) below the description. I was thinking that this elimination of the side bar would allow the tickets to fully display across the full screen.

    I have removed the snippet bringing the theme back to its original content so you can see the original placement: http://medtraining.staging.wpengine.com/event/wilderness-first-aid-uams/

    I am open for any suggestions on how to make this work properly. I love the theme, just can’t get the single event pages to work properly.

    `remove_action( ‘tribe_events_single_event_after_the_meta’, array( TribeWooTickets::get_instance(), ‘front_end_tickets_form’), 5 );
    add_action( ‘tribe_events_single_event_after_the_content’, array( TribeWooTickets::get_instance(), ‘front_end_tickets_form’), 5 );

    • This reply was modified 9 years, 8 months ago by paquetter.
Viewing 3 posts - 1 through 3 (of 3 total)