select shipping method with IE 8

  • Posts: 719
  • Thank you received: 3
9 years 11 months ago #182757

-- url of the page with the problem -- : www.lacasettabio.it/negozio-online
-- HikaShop version -- : 2.3.4
-- Joomla version -- : 2.5.27
-- Browser(s) name and version -- : ie8

Hi,
today a user give me the notice that when you set the shipping method, the system of Hikashop does not work and it stills to the page of the shipping methods.
That happens with Internet Explorer 8.
Is there a solution about that?
Thanks in advance
Regards


my site with Hikashop
www.lacasettabio.it

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

  • Posts: 12953
  • Thank you received: 1778
9 years 11 months ago #183357

Hello,
Without that CSS code, it will work fine with IE 8 :

.hika-radio input[type="radio"] {
/* display: none; */
}
You'll just have to apply that CSS code if your IE version is higher than 8 or if your browser is different than IE.

The following user(s) said Thank You: lacasetta

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

  • Posts: 719
  • Thank you received: 3
9 years 11 months ago #183391

So, if i understand well, it needs a condition code.
Could you give me the entire code with the condition for IE8, please?
Thanks, regards


my site with Hikashop
www.lacasettabio.it

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

  • Posts: 82866
  • Thank you received: 13373
  • MODERATOR
9 years 11 months ago #183394

You can use a CSS trick:
www.impressivewebs.com/ie7-ie8-css-hacks/

.hika-radio input[type="radio"] {
  display: none;
  display: inline\9;
}

The following user(s) said Thank You: lacasetta

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

  • Posts: 719
  • Thank you received: 3
9 years 11 months ago #183457

Yes, it works!
Thanks to Mohamed and Nicolas


my site with Hikashop
www.lacasettabio.it

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

Time to create page: 0.073 seconds
Powered by Kunena Forum