Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Thank you guys! I think you can consider this ticket closed.
    Best Regards,
    Yiannis

    in reply to: URGENT! – Contact form does not work on mobile! #1137271

    Works ok for us too!

    in reply to: URGENT! – Contact form does not work on mobile! #1136290

    Hello,
    Same problem here:
    > when a contact form is filled and sent from a computer, all information is received, including the information from the email field.
    > when a contact form is filled and sent from a mobile device, the email that arrives does not include the email field data in the body and the Sender of the email is no-reply @ <mywebsite domain> (whereas if the the form is sent from a computer, the email that arrives shows in Sender the data from the form’s email field).

    Note also that when typing on a mobile device, the text typed in the email field does not render with the same colour like the text in the other fields.

    • This reply was modified 5 years, 2 months ago by ykaralis.

    Thanks Nikko! It works fine.
    You can consider this ticket closed.

    Best Regards,
    Yiannis

    Hello Nikko,

    Any news from your devs?
    If finding a solution to the problem is tough, could you please at least provide us with a solution for the cookie consent mechanism to not block videos at all? We don’t have any Youtube or Vimeo videos on our website (only locally hosted), so cancelling any cookie protection for videos would also work for us.

    Thank you,
    Yiannis

    Hi Vinay,

    Thanks for your answer but highlighting the background of the menu option was not what I had in mind.
    I needed the menu to have the same look with the Enfold App demo, despite that I’m using full URLs (which trigger the current_page_item for all menu options) instead of anchor tags.

    Anyway, I managed to figure out a solution which behaves exactly like the menu in the Enfold App demo. Adding it here in case somebody else needs it:

    .header_color .main_menu ul:first-child > li.current_page_item > a {
      color: #c9c9c9;
    }
    .header_color .main_menu ul:first-child > li.current-menu-item > a {
      color: #000000 !important;
    } 
    .header_color .main_menu ul:first-child > li a:hover {
      color: #000000 !important;
    }
    
    • This reply was modified 5 years, 9 months ago by ykaralis.
Viewing 6 posts - 1 through 6 (of 6 total)