My client wants to transition a particular node off of AweContent, but wants to save html generated by AweContent before doing that.
Please tell me how to do that?
Thanks in advance.
My client wants to transition a particular node off of AweContent, but wants to save html generated by AweContent before doing that.
Please tell me how to do that?
Thanks in advance.
No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.
Hello,
What do you mean by "Turn off AweContent for a Node"?
Does it mean you disable module awecontent in admin/modules or you click button "Disable AWEContent" when editting a node?
In both 2 cases above, all data of awecontent will be kept. The data is only lost when you uninstalling awecontent
You just can copy generated html manually becauseAwecontent module generates HTML tags automatically by using preprocess functions
You can inspect html (rendered by awecontent), find tag div which has class "awe-section-wrapper". Then right click on that tag div => copy element.
After you copy html, you find and copy custom css in tag header.
http://prntscr.com/kliq7s
http://prntscr.com/kliu3k