• Resolved btsbt

    (@btsbt)


    Hi,

    I have a problem with the popup builder ‘HTML type’ part.

    I have created a form what calculates the cost of service and the drop-off fee based on the address the Customer writes in. Its working with google API. The form is placed via shorcode.

    For my testpage the auto suggest is working:
    https://bts.hu/szerviz/service_calc_test/

    When You start to write a city name in the field “írja be a pontos helyszínt!”, google automatically suggest You the correct place.

    When i do the same and add the shortode to the HTML Type popup its also working, but not the google auto suggest popup-part, what i believe is caused by google popup is behind the popup-builder popup part.
    Click on “Szervizdíj kalkulátor – …” on https://bts.hu/szerviz page to check it out.

    Then i have also purchased the iframe part of popup-builder, it seems to be working when im logged in into the admin area, but from outside it just keeps loading and wont load my page via iframe.

    What i would need is: to make the html type working by somehow bringing the google suggest popup in front of the popup-builder popup window.
    Tried with the popup order function but it doesnt work.

    Thanks in Advance,

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

Viewing 1 replies (of 1 total)
  • Thread Starter btsbt

    (@btsbt)

    resolved with using z-index in css.

    div.pac-container {
    z-index: 1050 !important;
    }

    • This reply was modified 5 years, 10 months ago by btsbt.
Viewing 1 replies (of 1 total)
  • The topic ‘Google Places popup bring in front in Your popup’ is closed to new replies.