1) Go to Design / Library / Variables / Lightbox.
Right-click LightboxImage10 and choose Copy.
Double-click that copy and change Name and Prompt to "LightboxImage11".
Right-click LightboxImage10 and choose Copy.
Double-click that copy and change Name and Prompt to "LightboxImage12".
2) Go to Design / Library / Variables / Lightbox.
Right-click LightboxTitle10 and choose Copy.
Double-click that copy and change Name and Prompt to "LightboxTitle11".
Right-click LightboxTitle10 and choose Copy.
Double-click that copy and change Name and Prompt to "LightboxTitle12".
3) Go to Design / Library / Layouts / Lightbox Images.
Double-click Lightbox Image List to open it in an editor.
Look for the line:
Code: Select all
'<actinic:variable name="LightboxImage10" encoding="perl" selectable="false" />');
Code: Select all
'<actinic:variable name="LightboxImage10" encoding="perl" selectable="false" />',
'<actinic:variable name="LightboxImage11" encoding="perl" selectable="false" />',
'<actinic:variable name="LightboxImage12" encoding="perl" selectable="false" />');
Code: Select all
'<actinic:variable name="LightboxTitle10" encoding="perl" selectable="false" />');
Code: Select all
'<actinic:variable name="LightboxTitle10" encoding="perl" selectable="false" />',
'<actinic:variable name="LightboxTitle11" encoding="perl" selectable="false" />',
'<actinic:variable name="LightboxTitle12" encoding="perl" selectable="false" />');
4) Go to Design / Library / Layouts / Lightbox Images.
Double-click Fragment Lightbox Image List to open it in an editor.
Look for the line:
Code: Select all
'<actinic:variable name="LightboxImage10" encoding="perl" selectable="false" />');
Code: Select all
'<actinic:variable name="LightboxImage10" encoding="perl" selectable="false" />',
'<actinic:variable name="LightboxImage11" encoding="perl" selectable="false" />',
'<actinic:variable name="LightboxImage12" encoding="perl" selectable="false" />');
Code: Select all
'<actinic:variable name="LightboxTitle10" encoding="perl" selectable="false" />');
Code: Select all
'<actinic:variable name="LightboxTitle10" encoding="perl" selectable="false" />',
'<actinic:variable name="LightboxTitle11" encoding="perl" selectable="false" />',
'<actinic:variable name="LightboxTitle12" encoding="perl" selectable="false" />');