Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • guap Friend
    #195582

    I preview the pages on mobile.

    How I can make the slidenews (custom html) appear on mobile? Thanks.

    chavan Friend
    #525855
    celebrian Friend
    #530707

    I’d like to hide SlideNews from XTablet and Tablet layout. How can I do that? Thanks!

    ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ Friend
    #530714

    Hi @celebrian,

    I think you can try this workaround, edit the slideshow.php located in templates/ja_mitius/tpls/blocks

    Before you start, I suggest you to make a copy of this file, so that you can revert it whenever something gone wrong.
    please start by finding this block of code


    <div class="right-slideshow span4">
    <div class="main-siderbar">
    <jdoc:include type="modules" name="<?php $this->_p('slidenews') ?>" style="T3Xhtml" />
    </div>
    </div>

    and edit it to be like


    <div class="right-slideshow span4<?php $this->_c('slideshow')?>">
    <div class="main-siderbar">
    <jdoc:include type="modules" name="<?php $this->_p('slidenews') ?>" style="T3Xhtml" />
    </div>
    </div>

    once you’ve done, save it.

    Now you can go to the template’s backend, and go to responsive layout. set the slidenews position enabled or disabled based on the layout accordingly.

    Hope this help


    1. sshotmitius
    celebrian Friend
    #530718

    Thank you, nawainruk! You helped me so much! It works 🙂

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

This topic contains 5 replies, has 4 voices, and was last updated by  celebrian 10 years, 7 months ago.

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