Implemented
Drop down menu
Instead of a floating dialog box could you make it so when a user clicks the bottons at the top it drops down as a window/menu and a *done* button to make changes to make it disappear again.
+1 for the drop down menu option - this would make it much more clear what can be customized rather than having the customer just clicking on random art to find out.
Hoping the developer will come up with a solution for the floating dialog box very soon. In the meantime, I've found that giving the background some transparency makes the box a little more tolerable for the end user.
I added the following to my custom CSS to create a dark transparent box. It also changes the text to make it more legible on the dark background. I'll attach a couple of screenshots to show how it looks.
/* BEGIN MODIFICATIONS TO FPD DIALOG BOXES */
.fpd-context-dialog {
width: 400px;
background: rgba(56, 56, 56, 0.85);
}
.fpd-content-edit .fpd-list-row.fpd-sub-option label {
color: #FFFFFF;
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
}
.fpd-list-row i {
font-size: 20px;
font-weight: 900;
color: #ffffff;
}
.fpd-list-row>div {
padding: 12px 0;
color: white;
}
/* END MODIFICATIONS TO FPD DIALOG BOXES*/
the ideal (for me) would be the same interface as in the opencart Version,
#Bryan Gray - tried those css chnages but they don't work for me seems like somethings overriding them and no transparency.
Added the transparency by Bryan Gray above and I think it looks great on our site. Great mod.
http://new.hdg-usa.com/agencies/custom-design/t-shirts/eyekon-series-custom-cotton-short-sleeve-tshirt/
Guys I am going to start with the next big update soon.
It will allows you to create different layouts. So you can choose the best user interface for your business.
#Bryan Gray - work great added to site css instead of FPD css settings and don't get overwritten now. Thanks for sharing those!
#Gregory or #Bryan Gray - Can you send a screen shot of the custom CSS in FPD plugin?
Screen shot attached of where I put my custom CSS for FPD.
I tried the code that Bryan posted but it doesn't work.
Thanks!
I found that the code needs to go in my theme's custom css.
I also placed the code in my theme custom css.
Thanks #Gregory this works for my site!
I have a specific question regarding your site. I see that you are using the Woocommerce multistep configuration plugin along with Fancy Product Designer. Before I purchase this additional woocommerce plugin, can you tell me if you can set specific colors (i.e. Text and images) per t-shirt color selection?
For example, when I'm on your site and I choose a white t-shirt, the ink colors that show up still include white. Obviously you don't want to print white on a white shirt, so can you assign specific ink colors to each shirt color selection?
Thanks!
We thought of this as well. As far as I can tell so far it seems the FPD does not know what shirt color has been selected in the MSPC so Ink Colors cannot be limited. This would be a great addition though.