Jump to content

Display simple & sub pages

No Response 1.0.0

Tanki
Tanki

Posted (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 by Tanki
  • Administrator
Steenamaroo

Posted (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 by Steenamaroo
  • Administrator
Steenamaroo

Posted

My pleasure. Thanks for updating.

Guest

Posted

Changed Status from Pending to No Response

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.1k

Files Sold

Total number of files sold.

2m

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.