NaturalBornSkinner: Add New Icon Links To Footertbar - NaturalBornSkinner

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Add New Icon Links To Footertbar Rate Topic: -----

#1 User is offline   Jane Marcia 

  • Advanced Member
  • PipPipPipPipPip
  • View gallery
  • Group: Premium Members
  • Posts: 336
  • Joined: 14-February 10
  • Thanked: 37
  • Gender:Female
  • Location:United States
  • PHPFox Version:2.0.5
  • Country Flag:Brazil
Kudos: 52
Excellent

Posted 15 June 2010 - 11:51 PM

This is the support topic for the tutorial Add New Icon Links To Footertbar. Please post here if you have any questions or feedback.

This post has been edited by JaneLu: 16 June 2010 - 11:41 AM

0

Thanked by 1 Member:
Dan

#2 User is offline   Matze 

  • Member
  • PipPip
  • Group: Members
  • Posts: 21
  • Joined: 11-April 10
  • Thanked: 2
  • Gender:Male
  • PHPFox Version:None
  • Country Flag:Austria
Kudos: 2
Neutral

Posted 21 July 2010 - 04:53 PM

Hello,
thanks for the tutorial!
Is it possible to add tooltips to the footerbar?
greetings :)

0

#3 User is offline   Jane Marcia 

  • Advanced Member
  • PipPipPipPipPip
  • View gallery
  • Group: Premium Members
  • Posts: 336
  • Joined: 14-February 10
  • Thanked: 37
  • Gender:Female
  • Location:United States
  • PHPFox Version:2.0.5
  • Country Flag:Brazil
Kudos: 52
Excellent

Posted 21 July 2010 - 06:11 PM

What you mean tooltip? Are you ising. NBS pro theme? Yes it is possible. :)

Posted Image
0

#4 User is offline   Matze 

  • Member
  • PipPip
  • Group: Members
  • Posts: 21
  • Joined: 11-April 10
  • Thanked: 2
  • Gender:Male
  • PHPFox Version:None
  • Country Flag:Austria
Kudos: 2
Neutral

Posted 21 July 2010 - 06:18 PM

No, I not use the NBS pro theme, but I have integrated this tooltip: http://net.tutsplus....y-awesomeness/.
However, the tooltips are not displayed, so I´m not sure if it is possible...
Greetings :)

0

#5 User is offline   Jane Marcia 

  • Advanced Member
  • PipPipPipPipPip
  • View gallery
  • Group: Premium Members
  • Posts: 336
  • Joined: 14-February 10
  • Thanked: 37
  • Gender:Female
  • Location:United States
  • PHPFox Version:2.0.5
  • Country Flag:Brazil
Kudos: 52
Excellent

Posted 21 July 2010 - 08:30 PM

I think you have to add the class to the links

Posted Image
0

#6 User is offline   Matze 

  • Member
  • PipPip
  • Group: Members
  • Posts: 21
  • Joined: 11-April 10
  • Thanked: 2
  • Gender:Male
  • PHPFox Version:None
  • Country Flag:Austria
Kudos: 2
Neutral

Posted 22 July 2010 - 08:05 AM

I have added the class to the links, and now, the tooltips are displayed, but I have two problems:
  • the tooltips are not exactly displayed over the picture.

Posted Image


CSS code:
.tip {
	width: 212px;
	padding-top: 37px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(../image/tipTop.png) no-repeat top;}
	
.tipMid {background: transparent url(../image/tipMid.png) repeat-y; padding: 0 25px 20px 25px;}
.tipBtm {background: transparent url(../image/tipBtm.png) no-repeat bottom; height: 32px;}



Footerbar link:

<li><a href="https://twitter.com/" class="tTip" title="Folge uns auf Twitter" target="_blank" rel="nofollow"> {img theme='layout/twitter.png' alt="Folge uns auf Twitter" class='v_middle'}</a></li>


2. Scroll down, the tooltip remains on the same place.

Posted Image


can you please help me? :(

Greetings

0

#7 User is offline   Jane Marcia 

  • Advanced Member
  • PipPipPipPipPip
  • View gallery
  • Group: Premium Members
  • Posts: 336
  • Joined: 14-February 10
  • Thanked: 37
  • Gender:Female
  • Location:United States
  • PHPFox Version:2.0.5
  • Country Flag:Brazil
Kudos: 52
Excellent

Posted 22 July 2010 - 09:50 AM

can you show me how you have the other links? the one that is working fine? does that happen with them too?
cos this should be correct

<li><a class="tTip" href="https://twitter.com/" title="Folge uns auf Twitter" target="_blank" rel="nofollow"> {img theme='layout/twitter.png' alt="Folge uns auf Twitter" class='v_middle'}</a></li>

This post has been edited by JaneLu: 22 July 2010 - 10:01 AM

Posted Image
0

#8 User is offline   Matze 

  • Member
  • PipPip
  • Group: Members
  • Posts: 21
  • Joined: 11-April 10
  • Thanked: 2
  • Gender:Male
  • PHPFox Version:None
  • Country Flag:Austria
Kudos: 2
Neutral

Posted 22 July 2010 - 10:22 AM

Thank you for your reply JaneLu,
unfortunately this did not function, so I tried to include these tooltips: http://flowplayer.or...ltip/index.html & http://code.drewwils...-jquery-plugin.
However, they are not displayed. I think I made something wrong..

template.html.php

Code (between the header tag):



<script src=" http://code.jquery.com/jquery-1.4.2.js" type="text/javascript"></script>	
      <script src="http://www.jugend-treff.net/theme/frontend/jream_awesome/style/blue/jscript/jquery.tipTip.js" type="text/javascript"></script>
<script src="http://www.jugend-treff.net/theme/frontend/jream_awesome/style/blue/jscript/jquery.tipTip.minified.js" type="text/javascript"></script>


Code (before </body>)

 <script src="http://www.jugend-treff.net/theme/frontend/jream_awesome/style/blue/jscript/tip.js" type="text/javascript"></script>



Content of tip.js:


<script type='text/javascript'>    
$(function(){
    $(".someClass").tipTip({maxWidth: "auto", edgeOffset: 10});
}); 
</script>



footer.html.php


Code:

<li><a class="someClass" href="https://twitter.com/jugendtreff2010" title="Folge uns auf Twitter" target="_blank" rel="nofollow"> {img theme='layout/twitter.png' alt="Folge uns auf Twitter" class='v_middle'}</a></li>


Last step, content of the tipTip.css, copied into the layout.css!

I think I made everything correct, but no tooltips :(

Greetings

This post has been edited by Matze: 22 July 2010 - 10:23 AM

0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users