• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 07.01.20, 18:43
  • Opened by: Deborah Fluegge
  • Closed by: Fred
  • Closed on: 01.02.20, 14:14
  • Reason: No answer from a customer
  • Comment: Glad to help!

Ticket #16590 - Page Builder not saving html content changes + icons

Dear Developer,

unfortunately I am having some issues with your page builder.
Whenever I want to make a change in the page builder (more precisely in the html content editor) my changes are not being saved at all.
In addition to that I realised that my content editor looks different than yours. I have a way less editing options than shown in your demo videos.
Really hope you can help me out with this as I am currently unable to build my website.

Also the Icons in for cart, login, currency, language etc. in my Header are not visible for any reason.

Please let me know if you need anything from my side to fix and I’ll be happy to provide you with any information needed.

Thanks in advance, best,

Debi

Comments

Fred 07 Jan 2020, 20:35
Deborah Fluegge 08 Jan 2020, 07:34

Dear Fred,

thanks for your quick help.
Page Builder is working fine now, that’s great.

But this does not fix the invisible icons in Header.
When hovering over the space where they should be I see that they are there and clickable, just not visible.
Using Homepage “Complex” with a color adjusted Header.

Fred 08 Jan 2020, 12:28

Hi, Deborah.

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

Deborah Fluegge 08 Jan 2020, 16:00

Hi Fred, sure.
Here is the Link: https://thebundlemarket.com/en/

Fred 08 Jan 2020, 18:33

Try following CSS:

#header .headerbuilder .header-3 .svgic {color:#333}
Deborah Fluegge 08 Jan 2020, 22:04

where exactly do I have to use this CSS?

Fred 08 Jan 2020, 22:04

Theme Settings → Customer CSS

Deborah Fluegge 08 Jan 2020, 22:24

great, thank you!

Fred 08 Jan 2020, 22:26

you are welcome

Deborah Fluegge 08 Jan 2020, 23:33

Just 2 more questions:

1. Is it possible o also add currency changer next to the other icons?
2. where do I find the cms page builder?

Deborah Fluegge 08 Jan 2020, 23:58

okay found the answer for number 2 already. only number 1 left.

Fred 09 Jan 2020, 12:36

1. Go to Header Builder and add a new widget “Prestashop module”, then select Currency module there

Deborah Fluegge 09 Jan 2020, 18:41

Worked fine, thank you. Only problem is that spacing is not correct and position is not aligned with the other icons, how can I fix this?

Attachments:

Screenshot 2020-01-09 at 18.3... (21.4 KiB)
Deborah Fluegge 10 Jan 2020, 16:45

Could you give me a quick fix for this please, would be highly appreciated.

Fred 10 Jan 2020, 18:47

Try this:

@media (min-width: 1400px) {
    #header .user-select {
        padding: 0 8px;
    }
}