• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 03.10.21, 17:06
  • Opened by: Lynda
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #22368 - Popup and AMP

Hi Fred !

Could you make popup module compatible with AMP? If not, is it possible to display a popup in AMP in other way?

Thank you.

Comments

Fred 03 Oct 2021, 23:13

Hi, Lynda.
But Popup is working in AMP.
1. Go to AMP settings and make sure Popup option is enabled
2. Make sure Popup module is installed

Lynda 04 Oct 2021, 09:56

OK, I tried but background image isn’t displayed on AMP.

Attachments:

Sans titre.png (40.1 KiB)
Fred 04 Oct 2021, 11:09

Try following CSS

.pkpopup .pk_popup_container {
  background-size:contain !important;
  background-repeat:no-repeat;
  background-position: center
}
Lynda 04 Oct 2021, 12:43

Done, but it doesn’t work.

Fred 05 Oct 2021, 00:11

Now it works https://take.ms/VSwD1

Lynda 05 Oct 2021, 16:47

Thank you, Fred.

Fred 05 Oct 2021, 17:31

You are welcome!