• Hi,
    I was wondering if it’s possible to add a line of descriptive text just below the time cell table. Any help would be greatly appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello ntaxes,

    Do you mean time table that shows after you click slot in monthly calendar? Or just under the calendar (Weekly or monthly)?
    Both calendars are inserted with shortcodes:
    [app_schedule]
    [app_monthly_schedule]

    so you can add text below those.

    To add text under the time table you would need to change plugin code in file /wp-content/plugins/appointments/appointments.php in line 2239, where you would need to add

    		$ret .= '<p>YOUR TEXT</p>';
    

    but then you have to remember about that change when updating plugin code.

    kind regards,
    Kasia

    Thread Starter ntaxes

    (@ntaxes)

    Thank you for the help Kasia 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Adding Text’ is closed to new replies.