-
AuthorPosts
-
Parisi Friend
Parisi
- Join date:
- April 2009
- Posts:
- 102
- Downloads:
- 47
- Uploads:
- 20
- Thanked:
- 2 times in 1 posts
August 5, 2016 at 2:57 pm #957302Hello
on this temp here ja_playmag i need to keep the social icons like is showing on the attach. could you help me with that
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
Parisi FriendParisi
- Join date:
- April 2009
- Posts:
- 102
- Downloads:
- 47
- Uploads:
- 20
- Thanked:
- 2 times in 1 posts
August 6, 2016 at 6:41 pm #957505hello,
basically is the same code ..what i am looking for id to keep the socials showing all the time , not just when i pass the mouse on it …Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 8, 2016 at 1:04 am #957680Hi
the dropdown behave work in the header as the main navigation , its not all time in drop-down . You can create a new module position in the header and then add the code in the new custom html module . that will also display the output , no drop-down behaviour .OR
Go to tpls/header.php file find<!-- USER, FOLLOW US --> <?php if ($this->countModules('followus')) : ?> <div class="dropdown nav-connect pull-right <?php $this->_c('followus') ?>"> <a data-toggle="dropdown" href="#" class="dropdown-toggle"> <i class="fa fa-share-square-o"></i> </a> <div class="nav-child dropdown-menu"> <div class="dropdown-menu-inner"> <jdoc:include type="modules" name="<?php $this->_p('followus') ?>" style="T3Xhtml" /> </div> </div> </div> <?php endif ?> <!-- //USER, FOLLOW US -->
replace it with
<!-- USER, FOLLOW US --> <?php if ($this->countModules('followus')) : ?> <div class="dropdown nav-connect pull-right <?php $this->_c('followus') ?>"> <div class="dropdown-menu-inner"> <jdoc:include type="modules" name="<?php $this->_p('followus') ?>" style="T3Xhtml" /> </div> </div> <?php endif ?> <!-- //USER, FOLLOW US -->
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 3 replies, has 2 voices, and was last updated by Pankaj Sharma 8 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Show social icons
Viewing 4 posts - 1 through 4 (of 4 total)