Button links don't work in when using IE & Firefox

We appreciate your feedback - please let us know how we can improve AllProWebTools.
Post Reply
Joined: Mon Feb 12, 2018 12:36 pm
Website: www.wecorlando.com

Button links don't work in when using IE & Firefox

  • Quote

Post

Hello, we discovered that our button links do not work when the client is using Internet Explorer or Firefox. They work and link properly when using Safari and Chrome. We sent out an email to our members and pinned to our Facebook page, but unable to reach potential clients who use these browsers. Is anyone else having this issue or is it native to our site? Thanks for your assistance.
Support Team
Support Team
Website: www.allprowebtools.com

Re: Button links don't work in when using IE & Firefox

  • Quote

Post

We have found that your button links used the following HTML:

Code: Select all

<button class="btn btn-success" type="button"> 
<span class="glyphicon glyphicon-edit"></span><span style="color: #ffffff;">
<a style="color: #ffffff;" href="/Membership/"> Join Now!</a> </span></button>
Apparently, this is not compatible with all browsers. The more compatible code should be formatted like this:

Code: Select all

<span class="btn btn-success"> 
<span class="glyphicon glyphicon-edit"></span><span style="color: #ffffff;">
<a style="color: #ffffff;" href="/Membership/"> Join Now!</a> </span></span>
To save you the time of changing each of your buttons one at a time, we have run a bulk update on your website to find and replace all of your buttons with the more compatible code.

Your buttons appear to be working correctly now.
Website: www.wecorlando.com

Re: Button links don't work in when using IE & Firefox

  • Quote

Post

Thank you so much! I really appreciate your help. :) :) :)
Post Reply