Set Design Preview to Open in different Lightbox

Posted over 7 years ago by Kelly

Post a topic
Answered
K
Kelly

After a design is complete or during the process when you click preview it opens in the same window. There is a small X in the top right corner that can be missed easily. If you click on the back button at that point you lose your design. 


Can it be set to open in a lightbox to preview the design or at least a new window or tab?


I'm using the wordpress version.

0 Votes

D

Deleted Agent posted over 7 years ago Best Answer

The preview already displays in a lightbox (fullscreen). With the plugin as it is the only thing you could do is add some custom CSS (UI & Layout Composer, custom CSS tab) to change the dimensions and position, this class should be the one you need: fpd-modal-internal. This will also affect the lightbox display mode!

0 Votes


2 Comments

Sorted by
M

Mircea posted about 6 years ago

Hi, 
Same problem here, although, CSS (from UI&.. tab) does not change anything.


.fpd-modal-internal {

    background-color: #000;

    width: 50%;

    height:50%;

}

0 Votes

D

Deleted Agent posted over 7 years ago Answer

The preview already displays in a lightbox (fullscreen). With the plugin as it is the only thing you could do is add some custom CSS (UI & Layout Composer, custom CSS tab) to change the dimensions and position, this class should be the one you need: fpd-modal-internal. This will also affect the lightbox display mode!

0 Votes

Login or Sign up to post a comment