Jesper J Nohr

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Events backend list: Only show first recurrence #1140187
    Jesper J Nohr
    Participant

    Hi Cliff,

    Thanks a lot, it works like a charm 🙂

    Best,
    Steffen

    in reply to: Attendee input fields not saving data #1104776
    Jesper J Nohr
    Participant

    Hi Geoff,

    I believe that the issue may be a theme conflict. The theme we use uses jQuery buttons to iterate the quantity field, and the click event for adding the custom fields isn’t firing the function that adds attendees, so we just rolled our own. It appends and removes the html from the script tag to the ticket meta, creating fields which seem to have the appropriate name and lie within the html form. We used your own javascript as a model for this, the function for which is this:

    var prod_id = input.attr('name').substring(9),
    			$prod = jQuery('#tribe-event-tickets-plus-meta-fields-tpl-' + prod_id);
    
    		$prod.parents('.tribe-event-tickets-plus-meta').eq(0).append(
    			$prod.html()
    		);

    The fields are appended and removed just fine, but they do not save to the DB– I’m sure I’m missing something small, but I can’t seem to figure out what it is.

    Thanks!

    in reply to: Attendee input fields not saving data #1102341
    Jesper J Nohr
    Participant

    This reply is private.

    in reply to: Canonical URL's in recurring events #1092222
    Jesper J Nohr
    Participant

    Hello Brook,
    Thanks for this snippet it works like a charm 🙂
    -Steffen

    Jesper J Nohr
    Participant

    Hi Brian,
    Actually I was too fast on my fingers, the price really does show without tax as it should on the events page. It simply added the vat suffix – but without changing the price amount. So I simply removed the suffix.
    Thanks for your time 🙂

    in reply to: Canonical URL's in recurring events #1087646
    Jesper J Nohr
    Participant

    Hi Geoff,
    Many thanks for the above snippet, and I’m very excited to hear about the upcoming solution. I know this is a difficult question to answer but do you have an ETA for the snippet? We are looking at site launch within the next month.
    Best,
    Steffen

    in reply to: Only some single organizer pages are working #1052343
    Jesper J Nohr
    Participant

    Hi Goeff,

    Thanks for your reply.

    1. I did remove the custom templates related to organizers

    2. I also tried with the snippets without any changes

    3. Good question. I will investigate and get back to you.

    Thanks for your help so far!

    in reply to: Page layout in Enfold #1015752
    Jesper J Nohr
    Participant

    I have the same question – How do we move the tickets below the event desciption?

Viewing 8 posts - 1 through 8 (of 8 total)