• Resolved ioclaudio

    (@ioclaudio)


    Hi,
    I’ve upgraded WordPress to version 5.3.2 and other plugin installed on my site.
    Now when I create a new “BA Booking Object”, the blue “Save/Update” button appears for a few seconds and then disappears.
    I’ve seen that the button is where expected but it has the style: “display: none” that hides it.
    This problem happens only on the posts of the type “BA Booking Object”, the other posts work well.
    And if I edit the old “BA Booking Objects”, only some of them have this problem.
    How is it possible?
    How can I debug the problem?

    Thank you very much

    Claudio

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter ioclaudio

    (@ioclaudio)

    I have disabled all the plugins only “BA Booking Everything” is enabled and the problem persists. Is the plugin compatible with WordPress 5.3.2?
    Thank you

    Plugin Author bookingalgorithms

    (@bookingalgorithms)

    Hello Claudio,

    This is not an upgrade/update issue. Since the plugin requires at least one rate to work properly, the publish button is hidden until you create the first rate in new “BA Booking Object”. Please, find details in the BA Book Everything documentation.

    Thread Starter ioclaudio

    (@ioclaudio)

    Thank you, but is this a new feature? Because I’ve always saved the booking objects without rates.
    Is there a way to add a default rate or a way to not have this field as mandatory?
    Thank you

    Plugin Author bookingalgorithms

    (@bookingalgorithms)

    Hi Claudio,
    Unfortunately, there is no other way than to create a rate before saving a post. At least one rate is required for reservations to work correctly. We plan to add the cloning posts feature in one of the future updates, this should simplify your task.
    Thank you

    I have the same problem. The button disappears. I add prices that are unacceptable. It is still not possible to save the project. Please help.

    Thread Starter ioclaudio

    (@ioclaudio)

    Hi,
    I don’t think is the best solution, but I’ve solved in this way:

    vi wp-content/plugins/ba-book-everything/js/admin/babe-admin-prices.js

    I have modified this:

                if (msg != ''){
                  $('#publish').css('display', 'inline-block');
                } else {
                  $('#publish').css('display', 'none');  
                }

    in this way:

                if (msg != ''){
                  $('#publish').css('display', 'inline-block');
                } else {
                  // $('#publish').css('display', 'none');  
                }
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Button save disappears after a few seconds’ is closed to new replies.