>Moving ADV placeholder on page Video
If you want to move one ADV placeholder, you just have to:
1) select the placehlder you want to move
2) move the placeholder into the Plan
HTML |
---|
<script type="text/javascript">
<!--
function tell_toggle_visibility(id) {
var e = document.getElementById(id);
if(e.style.display == 'block')
e.style.display = 'none';
else
e.style.display = 'block';
}
//-->
</script>
<a href="#">
<img style="-webkit-user-select:none; display:block; margin:auto;" src="http://docs.tellnet.it/download/attachments/9404604/SMALL_BANNER_White.gif" align="left" onclick="tell_toggle_visibility('tell_video');">
</a>
<br style="clear: both;">
<div style='display:block'></div>
<div id="tell_video" style='display:none'>
<iframe width="960" height="540" src="https://www.youtube.com/embed/8JYFYMYjXpU?rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
</div> |
An Adv Placeholder can be moved within the flat plan by doing the following:
1) Select the placeholder to be moved;
2) Drag & drop the placeholder into another page of the flat plan.
Tip |
---|
It's also possible to move Groups of Pages or use Tools for Moving Pages. |
Warning |
---|
If a placeholder is already placed in the production system and you are working in offline mode, it can be moved only if the value of the configuration prod_OFFLINE_desynchronization_prevention is set to ALLOW. For further information, please refer to Config. PRODUCTION page in the Admin Guide. |
UC-028 UC-028.1
...