• I have searched through the code and can’t find where you call the Zebra dialog box to pop-up the contract language. I need to move and restyle the box slightly to fit within the page. It should be simple to do IF I can find where you make the call. I thought I searched through every single file but I have missed it somewhere.

    Thanks.

Viewing 1 replies (of 1 total)
  • You can find it in the templates. It’s under the public folder, publicShowRooms.php

    I’m using percentages. 60% height, 70% width and 9% from the top.

    var realHeight = parseInt( jQuery( window ).height() * .6 );
    var realWidth = parseInt( jQuery( window ).width() * .7 );
    var realTop = parseInt( jQuery( window ).height() * .09 );
Viewing 1 replies (of 1 total)
  • The topic ‘Zebra Dialog Call’ is closed to new replies.