NEW Redesign R+V

Richtig cool geworden!

Eventuell ein wenig zu viele unterschiedliche Schriftgößen und Text den sowieso keiner liest…Aber das liegt sicherlich am Kunden.

Brauchen wir jetzt kein Popup mehr mit DSGVO-Link wenn wir in Deutschland Webseiten live stellen? Oder kann man den weglassen wenn man eine Webseite für einen Versicherer erstellt? :stuck_out_tongue_winking_eye:

Die mouse over-funktion bei den Team-Bildern…hast du die mit “image overlay” gemacht?


Become really cool!

Possibly a little too many different font sizes and text that nobody reads anyway … But that is certainly up to the customer.

Do we no longer need a popup with a DSGVO link when we put websites live in Germany? Or can you leave it out when creating a website for an insurer? :stuck_out_tongue_winking_eye:

The mouse over function of the team pictures … did you do them with “image overlay”?

Doch das brauchen wir, allerdings funktioniert das seit einigen Versionen bei Blocs nicht mehr :frowning:
Ich benutze den Code von @Pealco

<script>
// A $( document ).ready() block.
document.addEventListener("DOMContentLoaded", function() {
  if (document.cookie.indexOf('visited=true') == -1){
// load the overlay
$('#modal-26309').modal({show:true});
 var day = 1000*60*60*24;
var expires = new Date((new Date()).valueOf() + day);
document.cookie = "visited=true;expires=" + expires.toUTCString();

  }
}); 
</script>

Hi @RME @Phil
I think a Bric for cookies with and Opt-In or Opt-Out option is really important … I talk to @Whittfield if he can do something like this …

@RME the links in the footer ( navigation ) don’t work correct
tom

1 Like

Hi @RME
sometimes the alignment in mobil view is not correct …
or you want to have it like that…
In other Blocs the heading is on the left