• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 15.07.21, 17:02
  • Opened by: Irina Antonenko
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #21940 - Can't close pop-up in frontend

After I have been edited the theme Alysum, Prestashop 1.7, I can’t close the pop-up in frontpage

Attachments:

Screenshot of pop-up.jpg (180.8 KiB)

Comments

Fred 16 Jul 2021, 10:32

Hi, Irina.
Could you please give me a link to a page where I can see the issue?

Irina Antonenko 16 Jul 2021, 12:41

it is only when I use child-theme, when it is impossible to close the pop-up.

I just edit a new theme, but how to use it as default theme? Is it possible to add it to Theme Settings?

Fred 16 Jul 2021, 12:54

Ok, but where I can see the issue?

Irina Antonenko 16 Jul 2021, 13:10

now I set one of the preinstalled themes as my theme, and the pop-up working fine. url: new.mytrendyhome.dk

Irina Antonenko 16 Jul 2021, 13:26

And how to make these small boarders? see attach picture

Attachments:

How to make these boarders.jpg (267.7 KiB)
Fred 16 Jul 2021, 14:19

Those small borders are added by CSS code like this

#header .pkheaderitems > ul > li:not(#pk_languages):after {
    position:absolute;
    content:"";
    display:block;
    width:1px;
    height:15px;
    background: rgba(193, 178, 173, 0.35);
    left:-40px;
    top:50%;
    transform: translateY(-50%); 
}

if you want to modify It just copy and paste into the Theme Settings → Customer CSS

Irina Antonenko 16 Jul 2021, 14:56

And how to make these small boarders? see attach picture

Attachments:

How to make these boarders.jpg (267.7 KiB)
Irina Antonenko 16 Jul 2021, 14:56

thank you so much.

Fred 16 Jul 2021, 15:00

You are welcome!

Irina Antonenko 16 Jul 2021, 15:16

But how to save and use the custum made theme, as default theme? Can it be saved in “saved templates”?

Fred 16 Jul 2021, 15:18

If you are talking about child theme, here is more information https://devdocs.prestashop.com/1.7/themes/reference/template-inheritance/parent-child-feature/

“Saved templates” are layouts built in Creative Elements module

Irina Antonenko 16 Jul 2021, 15:38

I mean, when I save the theme, I just edit in creative elemnts, as new.mytrendyhome.dk, and want to use it, as my theme, but I only can save it in saved templates. It doesn’t show up in Theme Settings, where from I can choose witch template I can use for my site. Or it is just me who don’t have enough experience, to know how to do?

Fred 16 Jul 2021, 18:08

Please fill out all necessary fields in your profile https://support.promokit.eu/index.php?do=myprofile to access to your Back-office and FTP Server