radykal | Support Center Chooser

For which product do you need support?

Fancy Product Designer Multistep Product Configurator

Start a new topic
Answered

Floating Dialog box

 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.


Best Answer

No sorry.


2 people have this question

Answer

No sorry.

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;

}

}

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

 

That certainly worked!

 

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.

 

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!