Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • edgy Friend
    #148579

    I just installed the theme and configured all the extensions. The problem is that in the theme there is not footnav module position.
    I need to place a button for the mobile version of the site like the demo. But I how do I do that? Is there a module that needs to be installed there? Something else?

    Anonymous Moderator
    #332797

    Hi edgy

    In the case, please open ja_selenilayoutsblocksfooter.php file, find following code section:

    <?php if ( $this->countModules('footnav') ) { ?>
    <div class="ja-footnav clearfix">
    <ul class="ja-links">
    <li class="layout-switcher"><?php $this->loadBlock('usertools/layout-switcher') ?></li>
    <li class="top"><a href="<?php echo $this->getCurrentURL();?>#Top" title="<?php echo JText::_('Back to Top')?>"><?php echo JText::_('Top')?></a></li>
    </ul>
    <jdoc:include type="modules" name="footnav" />
    </div>
    <?php } ?>

    Here you have to remove the red text.

    luthien Friend
    #332805

    How to change the color for the “Mobile Version” text button? it is too dark and it gets lost againts the dark button background.

    Anonymous Moderator
    #332851

    Hi luthien

    It is the background of footer block. Please open templates/ja_seleni/css/template.css file, at about line 1412, find following code section to change:

    #ja-footer { background: #050505; }

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

This topic contains 4 replies, has 3 voices, and was last updated by Anonymous 14 years, 9 months ago.

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