-
AuthorPosts
-
mikel2004 Friend
mikel2004
- Join date:
- January 2012
- Posts:
- 201
- Downloads:
- 0
- Uploads:
- 51
- Thanks:
- 24
- Thanked:
- 3 times in 1 posts
March 17, 2014 at 8:42 pm #195878pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
March 17, 2014 at 9:28 pm #527040Hi
Open this file templatesja_teline_ivtplsblocksmainnav.php
<!-- LOGIN -->
<?php if($this->countModules('secnav-1')): ?>
<?php $user = JFactory::getUser(); ?>
<li class="dropdown nav-user<?php echo ((!$user->get('guest')) ? ' logged' : ''); ?>">
<a data-toggle="dropdown" href="#" class=" dropdown-toggle">
<i class="icon-user"></i>
<?php echo ((!$user->get('guest')) ? '' : JText::_('')); ?>
</a>
<div class="nav-child dropdown-menu">
<div class="dropdown-menu-inner">
<jdoc:include type="modules" name="<?php $this->_p('secnav-1') ?>" style="T3Xhtml" />
</div>
</div>
</li>
<?php endif; ?>
<!-- //LOGIN --><!-- USER, FOLLOW US -->
<?php if($this->countModules('secnav-2')): ?>
<li class="dropdown nav-video">
<a data-toggle="dropdown" href="#" class=" dropdown-toggle">
<i class="icon-quote-left"></i>
</a>
<div class="nav-child dropdown-menu">
<div class="dropdown-menu-inner">
<jdoc:include type="modules" name="<?php $this->_p('secnav-2') ?>" style="T3Xhtml" />
</div>
</div>
</li>
<?php endif; ?>
<!-- //USER, FOLLOW US --><!-- ACYMAILING -->
<?php if ($this->countModules('secnav-3')) : ?>
<li class="dropdown nav-acymailling">
<a data-toggle="dropdown" href="#" class="dropdown-toggle">
<i class="icon-rss"></i>
</a>
<div class="nav-child dropdown-menu">
<div class="dropdown-menu-inner">
<jdoc:include type="modules" name="<?php $this->_p('secnav-3') ?>" style="T3Xhtml" />
</div>
</div>
</li>
<?php endif ?>
<!-- //ACYMAILING --><!-- TWITTER -->
<?php if ($this->countModules('secnav-4')) : ?>
<li class="dropdown nav-twitter">
<a data-toggle="dropdown" href="#" class=" dropdown-toggle">
<i class="icon-twitter"></i>
</a>
<div class="nav-child dropdown-menu">
<div class="dropdown-menu-inner">
<jdoc:include type="modules" name="<?php $this->_p('secnav-4') ?>" style="T3Xhtml" />
</div>
</div>
</li>
<?php endif ?>
<!-- //TWITTER -->Check the code in red <i class=”icon-xxx”>
You can find other icons to change here1 user says Thank You to pavit for this useful post
mikel2004 Friendmikel2004
- Join date:
- January 2012
- Posts:
- 201
- Downloads:
- 0
- Uploads:
- 51
- Thanks:
- 24
- Thanked:
- 3 times in 1 posts
March 17, 2014 at 10:36 pm #527047But I want to use my own images icons. It´s possible?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
mikel2004 Friendmikel2004
- Join date:
- January 2012
- Posts:
- 201
- Downloads:
- 0
- Uploads:
- 51
- Thanks:
- 24
- Thanked:
- 3 times in 1 posts
March 18, 2014 at 9:04 pm #527232I haven’t old Ja-teline, I use new Ja-teline IV T3
And the folder I have is: /templates/ja_teline_iv_t3/…It’s the same?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
March 18, 2014 at 9:17 pm #527233no they are different
i suggested another way to add your icons
but as i already said above you can add your icons modifying the css class
mikel2004 Friendmikel2004
- Join date:
- January 2012
- Posts:
- 201
- Downloads:
- 0
- Uploads:
- 51
- Thanks:
- 24
- Thanked:
- 3 times in 1 posts
March 18, 2014 at 9:58 pm #527236Or can I modify the existing class, like li.nav-twitter in my custom.css maybe?
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 2 voices, and was last updated by mikel2004 10 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to change the icons in secnav menu position?
Viewing 7 posts - 1 through 7 (of 7 total)