Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
June 5, 2016 at 4:06 am #937828
Hi there
The address on top , does not show on mobile devices. How to enable it ?
Thanks a lot
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 5, 2016 at 5:26 am #937838Hi
It is not showing because it has a css class that hidden it on mobiles look at the image below
To change it open this file /templates/ja_charity/tpls/blocks/topbar.php and change
<div class="topbar-1 col-xs-12 col-sm-6 hidden-xs"> <?php if ($this->countModules('topbar-1')) : ?> <jdoc:include type="modules" name="<?php $this->_p('topbar-1') ?>" style="raw" /> <?php endif; ?> </div>
To
<div class="topbar-1 col-xs-12 col-sm-6 "> <?php if ($this->countModules('topbar-1')) : ?> <jdoc:include type="modules" name="<?php $this->_p('topbar-1') ?>" style="raw" /> <?php endif; ?> </div>
as you can see the hidden-xs class was removed
Best regards
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 1 reply, has 2 voices, and was last updated by pavit 8 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum