Dynamically insert theme elements for custom UIs
July 17, 2013 12:00 AM
I have a project that will be branded for multiple client locations. This will involve swapping a small graphic and text for each version.
Is it possible to do this dynamically to minimize versions?
Thanks in advance for any assistance!
Discussion (2)
Of course. Add all of them together, hide all of them (initially hidden: yes), unhide only those that you need, publish. Rinse and repeat.
You will have to use javascript and play with a variable value (for different brands). Its a bit of a work in javascript but that way you wont have to maintain different versions, nor would you have to show/hide different assets while publishing for different brands.
Discussions have been disabled for this post