• Resolved aa12stepoffice

    (@klinakim)


    I have am trying to add some custom meeting types to my list and have used the code provided in the FAQs, added through the Code Snippets plugin (recommended by the Theme developer). I must be missing a step, or more, as I am not seeing anything on the Edit Meeting page.

    The following, is the code I add to a Code Snippet:

    if (function_exists(‘tsml_custom_types’)) {
    tsml_custom_types(array(
    ‘OUT’ => ‘Outdoor’,
    ‘NEW’ => ‘New Meeting’,
    ‘ID’ => ‘ID Meeting’,
    ‘F2F’ => ‘Face To Face’,
    ‘UPD’ => ‘Updated’,
    ));
    }

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author tech2serve

    (@tech2serve)

    I don’t see any issues with your snippet. Just to confirm, did you click on “more” near the meeting types on the Edit Meeting page?

    I’m not familiar with the Code Snippets plugin. My typical recommendation is (assuming you have access) to create a child theme and add the code to the functions.php under the child theme. In theory, that is what your plugin is doing (or the equivalent of), but you may need to ask them what could be going wrong.

    Thread Starter aa12stepoffice

    (@klinakim)

    I created a child theme, added the code to functions.php, under the child theme, and it worked straight away.
    Thank you for your help and prompt reply.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom Meeting Types’ is closed to new replies.