how to load something out of my page ??

Posted in: Newsmag
Post count: 53

Hi,

I have a live streaming running and I want to show it bottom-right corner of the page. I have the code. Just dont know where to put it so that it should work. If I put it in a row then it will show in the row. But I want to call it outside of the container so that it will get placed in bottom-right corner of window. Its a drag-drop with close button layer which plays my live streaming. http://www.screencast.com/t/C6wS8gzp here is what I tested in a blank page. I want this in my homepage’s bottom right corner. Need help to know where to put the code.

Thanks in advance.

Post count: 6535

Hi

You can place the code which generate the box in footer.php file: http://screencast.com/t/6uNELmM3Lob If you want it only on homepage use this condition:

<div class="td-container td-container-border">
    <?php
    if (is_front_page()){

        echo "my widget!";
    }

    ?>

I hope this helps.
Thanks!

  • This reply was modified 10 years by Andrei L..
Post count: 53

Hi Andrei,

I failed to integrate as you told. Some js from the theme may not supporting/ failing the project js. Please download from here -> http://202.62.224.54/project.zip. There is an index.html file. This is integrated in a blank page. I want this exactly in my homepage. Please have a look.

If you need I can give u a user access to the test site. Or you may try if you have a demo setup.

Thanks in advance,
Durga.

Post count: 53

Hello,

Please reply if you have tried…

Thanks!!

Post count: 6535

Hi

Sorry for late reply, we somehow missed your thread.
I can’t provide any solution with regard at indicated project as I am not aware of it’s structure. Also the you have to check if the code for your live streaming is compatible with our theme and does not create any conflicts.
We didn’t tested any live streaming with the theme and theirs integration may require some customizations and tests in order to achieve the desired result.
We can offer support only for the features already present in the theme. Any customization which extend theme’s features or add new ones falls beyond the support can offer.

Thank for your understanding!

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.