Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    I am having the same problem. After installing the plugin and making sure the time zone is standing to my city, the “Add new show” button does not seem to be working.

    Are you able to help? Thanks.

    I had the same problem. My shows weren’t loading and the add show button wasn’t working. After making these changes everything is working fine. (At least for now)

    I changed all instances of <?= to <?php
    and
    Edited one line of code:

    Original
    <form method="post" action="<? SS3_URL ?>/crud.php" class="showtime-update-shows">

    Edited
    <form method="post" action="<?php echo SS3_URL ;?>/crud.php" class="showtime-update-shows">

    Pleease anyone help me to make work of this plug in ..

    the plug in acctivated but not showing the post show and add show button

    only show time thats it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘"Add show" button not working at showtime plugin’ is closed to new replies.