Report reply Tanki Posted May 17, 2020 (edited) Hello, possible to get his: "Pages": { "Page1": { "ImageElements": { "BackGround": { "URL": "", "GoBehindNav": false, "ShowOnSubPages": "0", "PosBottomToTop": "0.0,1.0", "PosLeftToRight": "0.0,1.0" } }, "TextElements": { "Title": { "Content": "Main", "FontSize": 16, "AlignTopMiddleBottom": "top", "AlignLeftMiddleRight": "middle", "FontColour": "255,255,255,1", "GoBehindNav": false, "ShowOnSubPages": "0", "PosBottomToTop": "0.0,1.0", "PosLeftToRight": "0.0,1.0" }, "Content": { "Content": "\n\n TEXT 1.\n ", "FontSize": 16, "AlignTopMiddleBottom": "top", "AlignLeftMiddleRight": "middle", "FontColour": "255,255,255,1", "GoBehindNav": false, "ShowOnSubPages": "0", "PosBottomToTop": "0.0,1.0", "PosLeftToRight": "0.0,1.0" }, "Content": { "Content": "\n\n TEXT 2.\n ", "FontSize": 16, "AlignTopMiddleBottom": "top", "AlignLeftMiddleRight": "middle", "FontColour": "255,255,255,1", "GoBehindNav": false, "ShowOnSubPages": "1", "PosBottomToTop": "0.0,1.0", "PosLeftToRight": "0.0,1.0" } } }, Currently we cannot display the 2 texts ... I tested with ShowOnSubPages at 0 and 1, only the second is displayed... Thanks Edited May 17, 2020 by Tanki Quote Share this comment Link to comment
Report reply Steenamaroo Posted May 17, 2020 (edited) Hi, That works but you have to give each element a unique name. Try changing the second "Content" to "ContentTwo", or something. "Page1":{ "ImageElements":{ "BackGround":{ "URL":"", "GoBehindNav":false, "ShowOnSubPages":"0", "PosBottomToTop":"0.0,1.0", "PosLeftToRight":"0.0,1.0" } }, "TextElements":{ "Title":{ "Content":"Main", "FontSize":16, "AlignTopMiddleBottom":"top", "AlignLeftMiddleRight":"middle", "FontColour":"255,255,255,1", "GoBehindNav":false, "ShowOnSubPages":"0", "PosBottomToTop":"0.0,1.0", "PosLeftToRight":"0.0,1.0" }, "Content":{ "Content":"\n\n TEXT 1.\n ", "FontSize":16, "AlignTopMiddleBottom":"top", "AlignLeftMiddleRight":"middle", "FontColour":"255,255,255,1", "GoBehindNav":false, "ShowOnSubPages":"0", "PosBottomToTop":"0.0,1.0", "PosLeftToRight":"0.0,1.0" }, "ContentTwo":{ "Content":"\n\n TEXT 2.\n ", "FontSize":16, "AlignTopMiddleBottom":"top", "AlignLeftMiddleRight":"middle", "FontColour":"255,255,255,1", "GoBehindNav":false, "ShowOnSubPages":"1", "PosBottomToTop":"0.0,1.0", "PosLeftToRight":"0.0,1.0" } } }, Edited May 17, 2020 by Steenamaroo Quote Share this comment Link to comment
Report reply Steenamaroo Posted May 17, 2020 My pleasure. Thanks for updating. Quote Share this comment Link to comment
Report reply Guest Posted May 20, 2020 Changed Status from Pending to No Response Quote Share this comment Link to comment