Add to cart popup out of screen during mobile

  • Posts: 567
  • Thank you received: 11
9 years 1 month ago #246150

-- HikaShop version -- : 2.6.3
-- Joomla version -- : 3.6
-- PHP version -- : 5.4.45

demo.joomshaper.com/2016/politist/index....for-products-listing

most of the time the add to cart popup goes out of the screen during mobile view

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

  • Posts: 84313
  • Thank you received: 13702
  • MODERATOR
9 years 1 month ago #246169

Hi,

The CSS positioning of the popups on the add to cart comes from your template's CSS:
demo.joomshaper.com/2016/politist/templa...ist/css/template.css

  #sbox-window {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
    height: 200px !important;
    width: 500px !important;
  }
  #sbox-window #sbox-content iframe {
    width: 500px !important;
  }
If you remove that CSS, it displays fine all the time as far as I can see. I would recommend to contact your template provider to notify them about the situation.

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

  • Posts: 567
  • Thank you received: 11
9 years 1 month ago #246195

is it possible to turn on the popup add to cart notice on
demo.hikashop.com/index.php/en/hikashop/...egory/14-women-shoes

as we notice a problem after using fresh hikashop code, the add to cart notice is at the top of mobile, if we press "add to cart" button at bottom of page, we can not see the notice box as well

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

  • Posts: 84313
  • Thank you received: 13702
  • MODERATOR
9 years 1 month ago #246201

Hi,

I've just tested on our demo website and I'm not able to reproduce the problem. I'm able to see the add to cart popup regardless of whether I'm at the top of the page or not on this link on a mobile device with the popup notice turned on.

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

Time to create page: 0.072 seconds
Powered by Kunena Forum