I searched the documentation for both of these features, but I could not find anything. Would anyone be able to say if I am able to do the following:
1) Disable all text options for a text box besides the text itself. I want to make a product where the color, font size, font, and position of a text box cannot be changed by the customer, but they are able to input their own text. I managed to disable many text box features, but can't find a way to do this without disabling the text box edit-ability entirely.
2) Make a color link group (in my case with a base layer and a text color), where the colors are different. For example, if the shirt is red, the text would become white, but if the shirt is yellow, the text would become black.
Once again, I apologize if these things already exist and I missed them.
Is number 2 here still not possible? If not, could it be with some custom development? Thanks!
-- 2) Make a color link group (in my case with a base layer and a text color), where the colors are different. For example, if the shirt is red, the text would become white, but if the shirt is yellow, the text would become black.
--
0 Votes
D
Deleted Agentposted
almost 7 years ago
Answer
1) you could disable the whole toolbar with some custom CSS, which is added via the UI & Layout Composer:
.fpd-element-toolbar{ display: none ! important;}
however this will disable all toolbars, also for image editing. There is currently no way of doing this selectively only for text
2) That's not possible at the moment.
You can always head on over to the feature request forum and add ideas there.
I searched the documentation for both of these features, but I could not find anything. Would anyone be able to say if I am able to do the following:
1) Disable all text options for a text box besides the text itself. I want to make a product where the color, font size, font, and position of a text box cannot be changed by the customer, but they are able to input their own text. I managed to disable many text box features, but can't find a way to do this without disabling the text box edit-ability entirely.
2) Make a color link group (in my case with a base layer and a text color), where the colors are different. For example, if the shirt is red, the text would become white, but if the shirt is yellow, the text would become black.
Once again, I apologize if these things already exist and I missed them.
Attachments (1)
2016-12-211607.png
206 KB
0 Votes
Deleted Agent posted almost 7 years ago Best Answer
1) you could disable the whole toolbar with some custom CSS, which is added via the UI & Layout Composer:
.fpd-element-toolbar{ display: none ! important;}
however this will disable all toolbars, also for image editing. There is currently no way of doing this selectively only for text
2) That's not possible at the moment.
You can always head on over to the feature request forum and add ideas there.
0 Votes
3 Comments
rady kal posted over 3 years ago Admin
yes, you can now link colors using color link groups:
https://support.fancyproductdesigner.com/support/solutions/articles/5000548185-understanding-the-different-colorization-methods
0 Votes
Tie Love posted over 3 years ago
Is number 2 here still not possible? If not, could it be with some custom development? Thanks!
--
2) Make a color link group (in my case with a base layer and a text color), where the colors are different. For example, if the shirt is red, the text would become white, but if the shirt is yellow, the text would become black.
--
0 Votes
Deleted Agent posted almost 7 years ago Answer
1) you could disable the whole toolbar with some custom CSS, which is added via the UI & Layout Composer:
.fpd-element-toolbar{ display: none ! important;}
however this will disable all toolbars, also for image editing. There is currently no way of doing this selectively only for text
2) That's not possible at the moment.
You can always head on over to the feature request forum and add ideas there.
0 Votes
Login or Sign up to post a comment