RocketRod Posted April 4, 2014 Report Share Posted April 4, 2014 This is the only page I am having issues with right now. When going to the downloads page through the Pilot Center or a even creating a separate link, the page displays just fine in the template (vairline). Once i click on any download, the file downloads but the issues is it is trying to display another page with the wording, "Your download will start in a few seconds, or click here to manually start." That is the download_item.tpl page. When it displays the page, my template background disappears. So you would think, put a </div> in. But where? I've tried every combination and it doesn't work. download_item.tpl <div align="center"> Tried </div> Here! <p>Your download will start in a few seconds, or</p> <a href="<?php echo $download->link; ?>"<p>click here to manually start.</a></p> Tried </div> Here! <script type="text/javascript"> window.location = "<?php echo $download->link;?>"; </script> Tried </div> Here! I also added the </p> & <p> in the 2nd line above as it didn't work before adding them but does now. The background missing either way. So i have looked through all the download page coding and am stumped? Help! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.