Jump to content

Display simple & sub pages

No Response 1.0.0

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 by Tanki

Share this comment


Link to comment

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 by Steenamaroo

Share this comment


Link to comment
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

80.8k

Files Sold

Total number of files sold.

1.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.