Current date/time is Fri 26 Apr 2024, 12:52

Search found 1 match for 345

Pubactif

It's a nice color, no ? It's one of my favorites and the default color that I'm designing in. In case you want additional colors, I use five different shades of it in the theme :

#7AD
#69C
#58B
#369
#345


69C is the primary color though. Smile


In regards to the redirection on the registration page, this script should do the trick :
Code:
if (/\/register/.test(window.location.href)) {
  $(function() {
    if (_userdata.session_logged_in) {
      window.location.href = '/';
    }
  });
}
by Ange Tuteur
on Thu 21 Apr 2016, 05:54
 
Search in: General Discussion
Topic: Pubactif
Replies: 8
Views: 1302

Back to top

Jump to: