Viewing 11 replies - 1 through 11 (of 11 total)
  • We don’t show transport. Transport can only be seen by searching on booking form. If you want to display transport you have to display it using any site builder or custom code you want

    Thread Starter Matthew Ryan

    (@developermr)

    When I create a single-transportation.php file in my theme it still shows a 404. Can you help me out on how I can create that single page without using a builder, since I’m not using any site builder?

    Showing single transport is not possible. As I mentioned earlier transport can be seen by searching from booking form only .

    Thread Starter Matthew Ryan

    (@developermr)

    In this shortcode, some of the <div> tags aren’t getting closed, which causes the UI to get disturbed.

    [mptbm_booking map="no"]

    We have identified issues you have mentioned. On our next release we are going to release the fixed version

    Thread Starter Matthew Ryan

    (@developermr)

    Thanks for the update. Please release the plugin update soon, as we are currently using the shortcode and have manually added the div as a temporary fix. An official update will be very helpful for us.

    Please upload to latest version

    Thread Starter Matthew Ryan

    (@developermr)

    I keep seeing the message:

    Google Maps API not loaded yet, retrying in 500ms...

    This keeps repeating in the console and is slowing down the browser. Could you please advise how to resolve this issue?

    hamidxazad

    (@hamidxazad)

    This is google map related configuration issue. Please try to contact them. You can send us your site url so we can check and let you know our findings

    Thread Starter Matthew Ryan

    (@developermr)

    Hello hamidxazad,

    Thanks for your response.

    Along with the configuration issue, we’ve also noticed some technical concerns in the plugin implementation:

    In the plugin code, the following snippet is written:

    setTimeout(function() {
    initializeGooglePlacesAutocomplete();
    }, 500);

    This executes every 0.5 seconds, and if Google Maps is not connected properly, it causes the site to slow down significantly.

    On the template page, the dropdown elements are getting pushed down repeatedly because the plugin keeps resetting the top position. This makes it difficult to override using our custom JavaScript, and affects the usability of dropdowns (as shown in the attached screenshot).


      We have implemented a fix. It has not been released yet. Can you please contact us here . so we can give you our customized code

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

    The topic ‘404 error single page’ is closed to new replies.