• Resolved silentdomaining

    (@silentdomaining)


    Hello. How do i bypass your popup opening “location” positioning and make it to open in a very specific location on a page? I need when the popup window opens its bottom line is exactly at 105px from the page content bottom.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey @silentdomaining ,
    At the moment we don’t have an option to customize the already defined positions.
    I just added this feature to our wishlist and we will implement it in our upcoming update.

    Thank you for your input!

    Thread Starter silentdomaining

    (@silentdomaining)

    may be you could give me a quick fix for that? i am not using the responsive version since this website is being made to be shown on only 1 certain fixed vertical display and positioning is crucial. thanks in advance for any advise.

    So, you need to edit the your_wordpress_folder/wp-content/plugins/popup-builder/public/js/PopupBuilder.js file.
    1) Please setup positioning to the center
    2) Setup your desired position by giving the values:
    popupConfig.magicCall(‘setPositionTop’, positionTop);
    popupConfig.magicCall(‘setPositionRight’, positionRight);
    popupConfig.magicCall(‘setPositionBottom’, positionBottom);
    popupConfig.magicCall(‘setPositionLeft’, 100);

    You need to change the value of the position, Left, Right for example…

    In case of any other question, please let us know.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Exact positioning’ is closed to new replies.