Floating Dialog box

Posted about 9 years ago by Diana Turk

Post a topic
  • Topic is Locked
Answered
D
Diana Turk

 Is there a way to have the dialog box be static on the side of the Product Design box? Right now it covers the Product Designer, you can move it but it goes right back when you click on the product again. Other than that I am not having any issues.

2 Votes

rady kal

rady kal posted about 9 years ago Admin Best Answer

No sorry.

0 Votes


6 Comments

Sorted by
M

Mitchell S posted over 8 years ago

Hey!


I'd like to see the same thing Gerard is looking for. I want to be able to set the position of the box, but then have it dynamic. Hope to see this soon!

0 Votes

G

Gerard Haughey posted over 8 years ago

Hi Guys,

Is there a way that you can set the first opening position of the dialog box position when an element (photo/text) is selected but leave the box so that it is not locked in the position. The clever CSS above works well but seems to lock the box where I need it to remain dynamic.

Any advise would be much appreciated.

Thanks - Ger H.

 

0 Votes

D

Diana Turk posted about 9 years ago

That certainly worked!

 

0 Votes

D

Diana Turk posted about 9 years ago

Thank you! I will certainly give that a try and let you know.

 

0 Votes

Dean Smith

Dean Smith posted about 9 years ago

try this..  in FPD Settiings


Custom CSS

Add custom CSS to pages with the product designer enabled:


/* For any screen larger than 960px (includes iPad portrait) */

@media only screen and (min-width : 960px) { 

  .fpd-context-dialog {

  top: 28%!important;

  left: 5%!important;

  display: block;

}

}

0 Votes

rady kal

rady kal posted about 9 years ago Admin Answer

No sorry.

0 Votes