Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

[Solved] FPSS breaks CSS Slide Login menu

  • tranman79
  • tranman79's Avatar Topic Author
  • Offline
  • New Member
More
11 years 6 months ago - 11 years 6 months ago #51375 by tranman79
I love the FPSS module; however, I noticed that it breaks my "Sign In" login menu - please see the link - www.onestyling.com/en/fpss - when the module is activated, the username/password menu will not slide out.

But if you go to any of the other pages at onestyling.com - it works fine.  I tried to switch JQuery libraries on the module to no avail. 

Here's the code on my site for the login slider
<script type="text/javascript">
          jQuery(document).ready(function() {
            jQuery('#buttonover').click(function() {
              jQuery('#buttonover').remove();
              var marginLefty = jQuery('.slide2');
              marginLefty.animate({
              marginLeft: parseInt(marginLefty.css('marginLeft'),10) == 0 ?
              marginLefty.outerWidth() :
              0
              },3000);
            });
          });
        </script>

Any ideas on how I can keep using FPSS and my slide out login menu?

Please Log in or Create an account to join the conversation.

  • tranman79
  • tranman79's Avatar Topic Author
  • Offline
  • New Member
More
11 years 6 months ago #51376 by tranman79
Replied by tranman79 on topic Re: FPSS breaks CSS Slide Login menu
Nevermind, I figured it out.  I disabled JQuery in the module (since I was already loading it up for something else) and then loaded "/modules/mod_fpss/includes/js/jquery.fpss.js" in the index.php.  We are all good :-)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum