Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • oharris3 Friend
    #193493

    How can I get the video position to show on mobile devices? I have placed an image there instead of a video. The position is selected to be viewed in the Template Manager > Layout (home page) > Responsive Layout.
    But when viewed on a mobile device (my smartphone) the video position is not viewable. Only from the menu and any content after that.
    How can I rectify. See demo site at: http://2014.icac.org.jm/

    Css Magician Friend
    #517453

    Please go to …templatesja_appoliotplsblocksvideo.php file and replace

    <?php if ($this->countModules('video')) : ?>
    <!-- SLIDESHOW -->
    <div class="wrap t3-video hidden-xs <?php $this->_c('video') ?>">
    <jdoc:include type="modules" name="<?php $this->_p('video') ?>" style="T3Xhtml" />
    </div>
    <!-- //SLIDESHOW -->
    <?php endif ?>

    with:


    <?php if ($this->countModules('video')) : ?>
    <!-- SLIDESHOW -->
    <div class="wrap t3-video <?php $this->_c('video') ?>">
    <jdoc:include type="modules" name="<?php $this->_p('video') ?>" style="T3Xhtml" />
    </div>
    <!-- //SLIDESHOW -->
    <?php endif ?>

    oharris3 Friend
    #517535

    Great! Works well.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  oharris3 10 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum