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 posted
over 8 years ago
AdminBest Answer
No sorry.
0 Votes
6 Comments
Sorted by
M
Mitchell Sposted
almost 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 Haugheyposted
about 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 Turkposted
over 8 years ago
That certainly worked!
0 Votes
D
Diana Turkposted
over 8 years ago
Thank you! I will certainly give that a try and let you know.
0 Votes
Dean Smithposted
over 8 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 kalposted
over 8 years ago
AdminAnswer
No sorry.
0 Votes
People who like this
Delete Comment
This post will be deleted permanently. Are you sure?
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 posted over 8 years ago Admin Best Answer
No sorry.
0 Votes
6 Comments
Mitchell S posted almost 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
Gerard Haughey posted about 8 years ago
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
Diana Turk posted over 8 years ago
0 Votes
Diana Turk posted over 8 years ago
0 Votes
Dean Smith posted over 8 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 posted over 8 years ago Admin Answer
No sorry.
0 Votes