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
Dsnyder3438
Posts: 39
meble kuchenne Mikołów Knurów Czechowice-Dziedzice
Joined: Mon Feb 12, 2018 12:36 pm
Website: www.wecorlando.com

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

Post by Dsnyder3438 »

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.
User avatar
Kathlein
Support Team
Support Team
Posts: 144
Joined: Tue Jul 11, 2017 8:03 am
Website: www.allprowebtools.com

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

Post by Kathlein »

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.
Dsnyder3438
Posts: 39
Joined: Mon Feb 12, 2018 12:36 pm
Website: www.wecorlando.com

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

Post by Dsnyder3438 »

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