Newsletter (or contact) sliding sidebar - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Scripts & Components (http://get-simple.info/forums/forumdisplay.php?fid=11) +--- Thread: Newsletter (or contact) sliding sidebar (/showthread.php?tid=4632) |
Newsletter (or contact) sliding sidebar - filmpl - 2013-04-15 Hello, I wanted to put MLD Newsletter into a nice sticky sidebar inspired from http://spyrestudios.com/demos/sliding-panel-left/ You can see my example here : http://bit.ly/XJFW6Z Here is how I proceed. JS in PHP template (just before </head>) : PHP Code: <script type="text/javascript" src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.js"></script> HTML in PHP template (just before </body>) : PHP Code: <div class="panel"> The original code from spyrestudio was modified in order to enhance accessibility : - Without JS, newsletter button links to a NL dedicated page (http://www.mysite.net/newsletter/) ; - With JS, newsletter button permits the click/toggle function by changing the original link into a #. Finally, here is my CSS : Code: p.mld_label{ There is one more thing I'd want to do, but I'm not good enough in Ajax for it. When you submit, the page reloads and the sidebar gets closed. Consequently, you can't read the confirmation message. Could someone tell me how keep the sidebar open and make the mesage appear ? I think it's about reloading/not-reloading parts of the page... Thanks for your help ! |