• Resolved Eliyahna

    (@eliyahna)


    @insiderealestate When using the KVCore plugin, if I require lead registration after 2 property views, the property page becomes no longer scrollable, however, there is no option to register shown to the user. So as it is, I’m unable to require registration. Can you help?

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

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

    (@eliyahna)

    I have solved this. The registration modal was actually appearing beneath the site header. You can see if you inspect the css. The modal is set to appear at top: 0; right: 0;. You may need to adjust this to come out from under the header. Here is my code… this also has to be adjusted for mobile sizes.

    .kv-modal {
    position: fixed;
    top: 50% !important;
    right: 10% !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Lead Registration’ is closed to new replies.