• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 22.05.18, 03:41
  • Opened by: Jorge Urrutia
  • Closed by: Marek
  • Closed on: 12.06.18, 21:11
  • Reason: Closed
  • Comment: Glad to help!

Ticket #12267 - problems with subscriptions

Hi.
I have a problem with subscriptions.
1- You can not see the pop up on my website. And when it worked I do not know where the emails of the people subscribed were kept
2- I have added several emails, and they do not appear in the BO. And it’s a big problem, because I can not send mailing.
3- And an option shows me that the mail is already subscribed, being that they are new mails.
Can you help me, please.

Comments

Marek 22 May 2018, 14:21

1. Popup has been fixed. You can find subscribed users in the “Newsletter subscription” module
2. I see you have two email forms on your home page. Please remove one and try to subscribe

Jorge Urrutia 23 May 2018, 06:10

Thank you very much Marek. The other, details that are emerging or remembering.
1.- The logo in the header, although I do it very big, always shows it the same size and I would like to make it a little bigger, as now it is in the middle I would like it to have a little more presence.
2.- I would like to use font awesome in front of a menu, example. That delatante of the new menu go a star.
Now there is a star on it, but copy and paste it as a google icon.
Can be done ?

Marek 23 May 2018, 11:42

I see the issue with logo. I’ll try to fix it as soon as possible
As for Awesome fonts, as developer, I would say it’s not good idea to use whole fond to display only one icon, it’s too heavy. I would recommend you to use svg icons. You can read about that in our documentation

Jorge Urrutia 25 May 2018, 05:17

Hello Marek
Hope you are well.
Have you had time to see the logo theme?
And of course I had to change the theme, so the menu could be sticky. I would have liked that the menu was part of the header and will also download the logo, the cart, etc.

Marek 27 May 2018, 23:46

Try following CSS to make your Logo bigger:

@media (max-width:1400px) and (min-width:1024px) {
    body #header .logo {
        max-width: 250px;
    }
}