We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 28033
    • 925 Posts
    For some reason, Firefox 2.0.0.7 isn’t having those buttons work at all. Opera works fine.

    Since I want to have it go live soon, I might have to switch to that other button form another user used (I forget which thread it was, it was the one that made the direct link to the page). But it is weird why FF isn’t working...
      My Snippets
      -> PopUpChunk v1.0
      • 26435
      • 1,193 Posts
      Man, I have no idea why you have such bad luck with computers, but I have used WebLoginPE with 2.0.0.7 on XP, Mac, AND Linux... and I just tried it all on each platform again...

      Verdict:
      There is no problem with the buttons when using FireFox 2.0.0.7.

      I think you have the buggiest system in the world dude.

      -sD-
      Dr. Scotty Delicious, DFPA.
        Husband, Father, Brother, Son, Programmer, Atheist, Nurse, Friend, Lover, Fighter.
        All of the above... in no specific order.


        I send pointless little messages
      • Perhaps there is some other object that is covering your buttons because of CSS in all those other browsers? I have had similar problems, with different browsers having different results, and it turned out to be flaky CSS.
          Studying MODX in the desert - http://sottwell.com
          Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
          Join the Slack Community - http://modx.org
          • 28033
          • 925 Posts
          Quote from: sottwell at Sep 30, 2007, 06:41 AM

          Perhaps there is some other object that is covering your buttons because of CSS in all those other browsers? I have had similar problems, with different browsers having different results, and it turned out to be flaky CSS.

          Hmm...I wonder what could be causing it. The only thing I could think of is a Mootools script I’m using for Tooltips --- it had some issues with MyBB. Maybe it’s doing the same here...

          EDIT: How odd. IE7 works fine for me, and Opera too, as I stated before. Firefox, for my install, wants to have it work / not work sometimes. I guess I’ll chalk it up to something odd on my end.

          If someone could test out the buttons on this page for me, just to see if it’s an issue on my end, I’d be very grateful. smiley

          http://www.symphonicheaven.com/
            My Snippets
            -> PopUpChunk v1.0
          • I’m using FF 2.0.0.7 / Mac and seemed to be OK. Safari seems to have problems, though, it actually crashed when I canceled the password reminder form.
              Studying MODX in the desert - http://sottwell.com
              Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
              Join the Slack Community - http://modx.org
              • 28033
              • 925 Posts
              Quote from: sottwell at Sep 30, 2007, 01:27 PM

              I’m using FF 2.0.0.7 / Mac and seemed to be OK. Safari seems to have problems, though, it actually crashed when I canceled the password reminder form.

              The v3 Beta version, or one of the stable ones?
                My Snippets
                -> PopUpChunk v1.0
              • I presume it’s one of the stable ones, it’s the 2.0.4 that came with an update some time ago. I seldom use it, so I don’t keep up with the versions.
                  Studying MODX in the desert - http://sottwell.com
                  Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
                  Join the Slack Community - http://modx.org
                  • 7136
                  • 12 Posts
                  How strange. I am seeing the same exact thing on my site. However, I can actually SEE the buttons, it is just that when you click on them, they just redraw the same login page. Under IE6/7, the Login and Register buttons work.

                  I am running on Windows XP Pro (fully patched), Firefox 2.0.0.7
                  It is as though the values on the buttons are being stripped somehow under FF?


                    • 26435
                    • 1,193 Posts
                    This is incredibly unexpected.
                    I wonder if it a javascript conflict?

                    May I suggest a few things to try:
                    I see you have prototype and scriptaculous libraries, the js for AjaxSearch, and the ieButtonFix.js file (which is being loaded twice for some reason???).

                    First, try getting rid of the javascript you are including manually in your template, then see if the login buttons work in FireFox.

                    Next, get rid of AjaxSearch and see if the buttons work in FireFox.

                    If none of that works, you could try using text links like this

                    <a href="[~[*id*]~]&service=login">Login</a>
                    <a href="[~[*id*]~]&service=forgot">Forgot your password?</a>
                    <a href="[~[*id*]~]&service=register">Sign up!</a>


                    Please post back your results.

                    -sD-
                    Dr. Scotty Delicious, DFPA.
                      Husband, Father, Brother, Son, Programmer, Atheist, Nurse, Friend, Lover, Fighter.
                      All of the above... in no specific order.


                      I send pointless little messages
                      • 7136
                      • 12 Posts
                      I removed all javascript from the other snippets. It is odd that I am still getting the iefix call twice.
                      I am still getting the same issue.

                      I am going to put a fresh install on my local server and see if it is anything else I may have layered on the site.

                      I’ll report back my findings.

                      Again, thanks for the amazing support. Let me do some of the troubleshooting and give you more data.

                      -Derrick