Customizing SMF > Tips and Tricks
[SMF Trick] Creating a jQuery Sliding Login Panel
mrw1986:
Hello, I have this running on my site www.techfuzion.net [nofollow] and when I hit the "Login" link it pulls down but the Menu bar from my forum still appears through the slider. Is there a way to fix this?
Thanks!
mashby:
http://techfuzion.net/Themes/GrayStyle2/css/index.css?fin20
BEFORE:
--- Code: ---#topnav {
position: relative;
height: 32px;
z-index: 1000;
padding: 0;
margin: 0;
}
--- End code ---
AFTER:
--- Code: ---#topnav {
position: relative;
height: 32px;
z-index: 998;
padding: 0;
margin: 0;
}
--- End code ---
mrw1986:
Thank you very much, worked a treat!
loplo:
I can't make it work. I think I misunderstand something.
Here are the steps I made:
1 copied style.css from the package and the attached file into "Themes\default\css\"
2 edit index.template.php and insert the first code after "template_html_above()"
3 insert the second code above "echo !empty($settings['forum_width']) ? '"
4 close and save index.template.php
5 edit index.english.php and insert the third code
6 copied the content of the js folder into scripts
Nothing appears. I was expecting, if I'm doing something wrong to get some errors, but no error and no bar :)
I've tried this on a clean install, locally.
I'd really appreciate if anyone could help me out.
SMF 2.0.2
Bigguy:
I just finished this on www.smfhelper.info and it works great. From what you post that is how I did it and it works fine. Mine is on the default theme.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version