Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Lite 7

 AfterLogic Forum : AfterLogic WebMail Lite 7
Subject Topic: Skins Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
Jota
Newbie
Newbie
Avatar

Joined: 19 March 2015
Location: Chile
Online Status: Offline
Posts: 8
Posted: 19 March 2015 at 6:18pm | IP Logged Quote Jota

Hey there!
I'm having a really hard time with skins...
Wiki says I just have to make a new folder (copying default) and give it a new name and then start editing.
The problem is that custom named folders doesn't shows, custom skin will only show if the folder is named as one of the defaults.
I tried clearing cache but nothing (both server and client, and cloudflare cache just in case).

Also...

Where is the login screen "@" image at?
I tried editing "\skins\Default\images\logo.png" and "logo2x.png" but nothing happens, and yes, I cleared out the cache folder.

I really need help with this...
Thank you!
Back to Top View Jota's Profile Search for other posts by Jota
 
Jota
Newbie
Newbie
Avatar

Joined: 19 March 2015
Location: Chile
Online Status: Offline
Posts: 8
Posted: 19 March 2015 at 7:14pm | IP Logged Quote Jota

Well, found my skins answer in here:

http://www.afterlogic.com/forum/forum_posts.asp?TID=5968

But still can't figure out my second question about the login screen "@" image.
Back to Top View Jota's Profile Search for other posts by Jota
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6038
Posted: 20 March 2015 at 1:51am | IP Logged Quote Igor

That's not image used there but a special character of a defined font. Still, it's fairly simple to apply custom logo there. First of all, locate the following bit in styles.css file of the skin:

Code:
.login_panel .header .icon:before {
  content: "\e63c";
  display: inline-block;
  ...
}


and set display to none there. Then, in the following block:

Code:
.login_panel .header .icon {
  height: 95px;
  width: 130px;
}


add a line of the following kind there:

Code:
background-url: url( ... );


Note that in WebMail Pro, supplying logo from within AdminPanel is supported so you wouldn't have to tweak source files to do that.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
Jota
Newbie
Newbie
Avatar

Joined: 19 March 2015
Location: Chile
Online Status: Offline
Posts: 8
Posted: 20 March 2015 at 9:10am | IP Logged Quote Jota

Oh, wow... I see.
Thank you a lot Igor.
Back to Top View Jota's Profile Search for other posts by Jota
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide