93 responses to “Sliding Panel: WordPress Plugin”

  1. naji

    Why you don`t add Sliding Panel on your on blog?

  2. Wallace

    any working demo that we can preview first before download it?

  3. Adam W. Warner

    Wow!!! Very cool of you to release this Justin, and timely too. I have “sliding panel login” on my todo list for a current project. This will certainly make my development MUCH faster!

    Thank you!

  4. Basti

    Hi,

    i’ve tried to do something similar and your approach will help me. Thank you.
    I wanted to show a password protected page on another page’s template (via get_post()). Pretty much like a very simple customer’s login.
    The page always showed up without asking for a password even if I was logged out as admin.
    It would be cool if wordpress could implement automatically that the password form is shown if a password is required. Even via excerpt() and get_post()…

  5. Today in WordPress world - 26/06 | Links | WereWP

    [...] Sliding Panel: WordPress Plugin Justin Tadlock releases a new great plugin, helping you to easily add a panel that can be opened and closed with a click of a mouse, and that will allow you to house additional content on your site without it getting in the way. (tags: WordPress plugin) Leave a Reply Click here to cancel reply. [...]

  6. Jonathan

    This is great Justin. Really Great. Thanks…

    Just a thought ;-) – why not add it too the bottom of the page instead of the beginning, that way it loads after everything all the content.

    add_action( 'hybrid_after_html', 'get_sliding_panel' );

    panel.css edit (something like this)

    /* Extra div to handle some IE scenarios with absolute positioning. */
    #sliding-panel-container {
    	position: absolute !important;
    	top: 0 !important;
    	left: 0 !important;
    	width: 100% !important;
    	z-index: 1001 !important;
    	color: #fff !important;
    	text-align: left !important;
    	display: table;
    	z-index: 999;
    	}

    Just quickly added the above and seems to work fine on Chrome, IE, and firefox.

    Jonathan

  7. Jonathan

    edit: Sorry I forgot to remove the
    display table; and z-index: 999;

    … but it shouldn’t create any issues.

    Jonathan

  8. 2Rock

    Don’t take this personally, Justin, but are you reinventing the wheel?

    http://iredlof.com/2009/04/iredlof-ajax-login-wordpress-plugin/

    :D

  9. 2Rock

    Sorry, it is also available in WP.org plugin directory:

    http://wordpress.org/extend/plugins/iredlof-ajax-login-plugin/screenshots/

  10. Francois

    Nice plugin Justin. Exactly what I was looking for. Will install and test it out !!
    Thanks

  11. The Frosty @WPCult

    This is awesome!

  12. Manuel Martensen

    Just what I was looking for, thank you Justin!

    I believe there is one bit missing though: A plugin option to easily change/edit the the toggle text “Open/Close” (for example to “View/Dismiss” or “Register/Close”) so one would not loose those settings after a plugin update.

  13. rgregory

    Fantastic Justin. I’m constantly amazed at what you are turning out for free. Keep up the great work. (I wish I had a project to use this on at the moment!)

  14. Mijk

    Gorgeous. Thanks for constant awesome work!

  15. James

    Fantastic !, you are quite the wordpress hero.

    Sliding Panel should be at the top just like Justin has done, that’s kinda the point. if it was at the bottom, the user may not see it’s even there unless they happen to scroll right to the bottom of the page.

    usability must come first.

  16. Web-kreation - Implement a Nice & Clean jQuery Sliding Panel in Wordpress 2.7+

    [...] Sliding Panel: WordPress Plugin by Justin Tadlock [...]

  17. Web-kreation - Nice & Clean Sliding Login Panel built with jQuery

    [...] Sliding Panel: WordPress Plugin by Justin Tadlock [...]

  18. Jonathan

    James and Justin – I agree, it should be at the top.

    The code I suggested still keeps it right at the top ;-) there is zero difference in position – the only difference is that the code will now load at the end of the page and not at the beginning.
    I prefer it this way so that when google comes crawling she finds the content first before sidebars (widgets) etc. But it is only a matter of preference, like loading js in the header or footer ;-)

    Thought I’d post the code in case anyone else preferred things to load at the bottom.
    Jonathan

  19. J Mehmett

    Justin, I have noticed that you were using this sliding panel when you redesigned your ThemeHybrid project. Thanks for helping others have it, too.

    @2Rock, the plugin you have mentioned is based on the work of Jeeremie from Web-kreation too and it’s just another login script. That guy has reinvented the wheel too. :D But why are you so serious?

  20. Aneslin

    like ur first design.
    if u add a j query sliding panel, then its one of the greatest theme in the world.
    hope u will add this in future version.
    thx and good luck

  21. links for 2009-06-29 « Twan van Elk

    [...] Sliding Panel: WordPress Plugin (tags: WordPress panel plugin sliding) [...]

  22. Travis Quinnelly

    Nice job Justin. Keep pimpin’ WordPress out!

  23. ryanita

    Nice plugin Justin, thank’s very much for your information

  24. Impressive jQuery Sliding Panel WordPress Plugin - Blog Reign

    [...] Sliding Panel Plugin, was coded by Justin Tadlock at ThemeHybrid, adds a panel that opens and closes to the top of your [...]

  25. WordPress Plugin Releases for 06/30 | Weblog Tools Collection

    [...] Sliding Panel [...]

  26. Sliding Panel: WordPress Plugin | All About WordPress

    [...] Direct link to article » » [...]

  27. John (Human3rror)

    gorgeous.

  28. Sliding Panel: WordPress Plugin | Squico

    [...] In: Wordpress plugins 1 Jul 2009 Go to Source [...]

  29. Sliding Panel: WordPress Plugin « wp-popular.com

    [...] View original post here: Sliding Panel: WordPress Plugin [...]

  30. WordPress 2.8 Now I’d Upgrade | Real Estate Blog Lab

    [...] The plugins I wanted for those sites which are key to them functioning up to date. (For example: I had to have Simple Top Navigation) Once I knew all the key plugins were working I began to find some new ones I wanted to try which would only function with 2.8 installed.  (For example: Sliding Panel) [...]

  31. Sket på nettet den 02.07.09

    [...] Sliding Panel: WordPress Plugin — 11:04am via [...]

  32. Sandy Saini

    I watch your blog for rather a long time and should tell you that your articles are always valuable to readers. It’s added me so much.

    Thanks for your feedback!

  33. Lance

    Thank you for sharing.. I will be downloading this cool plug in.. sure it will be usefull for my sites..
    Thanks! ;)

  34. Tor

    Lovely plugin – but is it possible to have the slider push the page down instead of overlaying the page? Could maybe be another element for an “settings page”?

  35. Vince

    Great plugin! I’m using it and I’ve encountered an issue with links appearing directly below the area that the slidein appears, they become inactive. What’s the trick to fix it?

    Thanks!

  36. Vince

    Correction on the website address.

  37. Vince

    One last thing I noticed on the issue is that it only happens with Firefox. IE works fine. Again, if you look at the RSS Feed link top right, it works in IE, not in Firefox. If I remove the slider, works in both.

  38. neo

    hi, where to put the

    add_action( ‘hybrid_after_html’, ‘get_sliding_panel’ );

    as mentioned by Jonathan.

    I don’t get it

    actually, i want to make it appear on the bottom of the page.
    Is there any proper guide for that?

  39. Sliding Panel: WordPress Plugin – wpden

    [...] See the article here: Sliding Panel: WordPress Plugin [...]

  40. Mi Presento.. | Fedeweb

    [...] plugin che ho utilizzato sono Sliding-Panel per quanto riguarda il pannello e Contact-Form, un plugin molto efficace per creare un form per [...]

  41. Jake Rocheleau

    Just saw this plugin featured in a Wordpress Plug-ins list for designers. This is very helpful, glad I ran into it!

  42. Best Wordpress Plugins Collection for Designers and developers, | guidesigner.net

    [...] Sliding Panel [...]

  43. links for 2009-08-02 | Lorissa Shepstone

    [...] Sliding Panel: WordPress Plugin nice way to implement a sliding panel in wp (tags: wordpress plugins) [...]

  44. MIGI PLANNING » 上から迫り出てくるようなスライドパネルをプラグインで簡単実装「Sliding Panel」

    [...] Sliding Panel: WordPress Plugin [...]

  45. karen

    this plugin breaks actually all my sidebar widgets in my sandbox theme if activated.
    the old (recent) widgets simply doesn’t show up anymore in their widget slots (admin) nor generally on the site.

    where should i start my bug search as first? any clues or suggestions?

    cheers :)

  46. karen

    arrgh never mind, i’ve found it, the bug was me :(

    it was the result of my own webstandard … messyhtml

  47. 15 Essential Wordpress Plugins for Aspiring Designers | Benzing Technologies | Creative Web Design, Affordable Web Hosting, SEO, Social Media Marketing

    [...] Sliding Panel [...]

  48. Nola

    Love the plugin, but haven’t seen any mention of it interfering with (or not playing well with) Featured Content Gallery. Is there anything I can do to fix that? Or a suggestion for something similar to FCG to go with it?

    I’m using it in this site I’m currently developing: http://www.classiccreationsdirect.com/wptest/ and my clients would really like to have it at the top.

    Thanks!

  49. Nola

    Nevermind my post above, I switched from Featured Content Gallery to Dynamic Content Gallery, and all is good! :)

  50. KP

    Hi Justin, this is a very nice and cool plugin. I am so happy that you are sharing it and this is definitely very useful.

    Thank you very much!

  51. tech4eleven

    thanks mate. this is very cool. …just added a little pizazz to my tech blog

  52. baloot

    hi justin, thanks for this plugin. i appreciate your hard work. :)

    anyway, how to add this panel login into right or left position of the blog? not in the sidebar, but on the very left or right. and it also scroll down or up when we scroll the mouse.

    any ideas?

    thanks in advance justin.
    cheers from Malaysia blogger.

  53. ronel marin

    thanks justin i really appreciated…

  54. Jeff Namnum

    Awesome plugin Justin, thanks!

    I do have one question if you have a moment. I’d like to implement a second sliding content area. Can you point me in the right direction?

  55. Linaka Greensword

    Thanks for the plugin. Also you have a beautiful website. Really nicely done. I love it!

  56. jQueryでワンランクアップするWordpressのプラグイン・チュートリアルいろいろ - WEB制作.Hack

    [...] Sliding Panel: WordPress Plugin [...]

  57. Sergey Agapov

    Just what I was looking for. Alas It didn’t work. For some reason I can’t get to open.

  58. Adam Aspinall

    Thanks heaps for this… it’s is sweet as!

  59. Oes Tsetnoc

    I will try it on my current theme and check if it will work just fine. It seems I read a lot of negative comment about it here. I don’t know if the users will click that button when they see it. But I think it worth a shot.

  60. donavin

    This plugin breaks all of my other theme’s widgets – karen how did you solve your problem? Anyone else have any advice

  61. derek

    donavin,

    I have also had this problem. I am using a woo theme template and when I add the sliding panel plugin it breaks all of my existing sidebar elements and they no longer are visible on any pages. Has anyone else had this problem? Any suggestions?

  62. links for 2009-10-01

    [...] Sliding Panel: WordPress Plugin (tags: wordpress plugin jquery) [...]

  63. 8 great MooTools library for web designers | denbagus blog

    [...] Sliding Panel: WordPress Plugin by Justin Tadlock. [...]

  64. Tobias

    hey justin. great work! i got one question though: is there an easy way to make the sliding panel “push down” the rest of the content when sliding down rather than laying over it?

  65. WordPressの上部にスライドするパネルを表示 – Sliding Panel >> 病的溺愛シンドローム

    [...] WordPressの上部に開閉するエリアを追加するプラグイン Sliding Panel [...]

  66. 熊本ビル管理サンプルページ(s91サーバ) - 使用中のプラグイン

    [...] バージョン 0.1 | 作者: Justin Tadlock | プラグインのサイトを開く [...]

  67. John (Human3rror)

    Justin,

    I’m not sure this plugin works with the new wordpress version…/

  68. jQuery Sliding Login Panel - Techno Trousers

    [...] Sliding Panel: WordPress Plugin by Justin Tadlock. [...]

  69. Josh Arcadia

    I was looking for something like this long time ago…
    3 questions:

    1. can be automatic?
    2. can I use 2 at a time?
    3. can be automatic?

    I’m willing to pay for something like this!

  70. New Siiimple Wordpress Theme! | siiimple

    [...] get custom – sliding panel by Justin Tadlock – excerpt-reloaded – [...]

  71. Ian

    can i add the sliding panel into left or right side?
    i want to put advertising into it,,,

    please reply to my email :D

  72. Jeton R

    Hi Justin,
    I wanna say congrats on the great plug-in and keep on doing good work.
    I encountered a problem with IE 6 when used the sliding panel it was going on the right side and expanding the page in width for 2000px, and i just added the left:0; to the #sliding-panel id and it worked, dunno if others had the same problem. I don’t use myself ie6 but need to test my theme in all browsers.

  73. oes tsetnoc

    well i have to try this wordpress plugins on my new tvseries sites.

  74. oli

    Hi Justin,

    thanks again for these great peace of code.
    Seconds ago i’ve voted at wp-org for this plugin. It’s work great with wp 2.9

  75. 10 Wordpress Plugins I love » St. Eutychus

    [...] Sliding Panel – has anybody ever hit the little thing that says “open” in the black menu bar at the top of the page? No? Oh well, if you had you would have found a really cool jquery powered sliding panel. It looks nice opening and shutting. I could just sit there and do it all day. [...]

  76. Sascha

    Hi guys (and ladies of course),

    I am completly new to..well..to everything regarding coding. But I would love to add this great plugin to my site and subdomains http://johnbatty.de.
    The black style works perfectly for me. So there’s no need to change this.
    But how and more important where can I ad the code? And: is this the right code:

    <?php if ( function_exists( 'get_sliding_panel' ) ) get_sliding_panel(); ?>

    Custom Style

    I would be more than just happy if someone can help me out.

    Cheers
    Sascha

  77. Alex

    Hi there, fantastic plugin, really brilliant, it’s very much appreciated that you go to such lengths to make something like this easy to use for Wordpress users.

    I’d really love to be able to add other regular links alongside the tab to open the slider – but I’m not having much luck – has anyone else managed?

  78. Looking for a Wordpress Designer/Coder - Hosting Blog

    [...] 3) Create a sliding login panel as seen at http://justintadlock.com/archives/20…rdpress-plugin [...]

  79. ola

    Hi, is it possible that the panel is open rather than closed when the page loads?

  80. Rob Oudendijk

    Great Plugin…

    I want to modify the plugin so that I can use it as a drop-down menu. I did get most going the way I want it, but it only works correctly on my main page.
    Any suggestion to get it to work on all my pages?

    for sample look at http://oudendijk.biz/
    click on the “+” sign at the right top.

    regards
    rob oudendijk

    1. Rob Oudendijk

      Got it fixed. Turned out to be the foot.php

      1. Rob Oudendijk

        footer.php

  81. mobilya

    good job very nice plugin thanks :)

  82. BigTick

    Hi, I use this awesome plugin on my site, the only thing is, some visitors reported it didn’t work with IE8. Is it supposed to be compatible with the latest IE ?
    Many thanks !

  83. Maria

    justin,

    is there any way to work this sliding panel, so it comes off the right or left side of the page, instead of top or bottom?

  84. Adam

    The sliding plugin is a great plugin, it was a little tricky to get it right but it works like a charm now.

Leave a Reply

By submitting a comment here you grant this site a perpetual license to reproduce your words and name/Web site in attribution.

Please use your real name or a pseudonym (e.g., pen name, alias, nom de plume) when commenting. If you add your site name, company name, or something completely random, I'll likely change it to whatever I want.