Login position

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Mar 30, 2013 9:34 pm
Reply with quote
Report this post
I want to put another module for the login in the login position but I get always the two heads icon if I put anything in that position. I just want to disable to css for the login postion.

How can I do that?

Thanks
User avatar
Junior Boarder

teitbite
Mon Apr 01, 2013 3:57 pm
Reply with quote
Report this post
Hi

Please publish this both modules and show me Your site than.
User avatar
Moderator

teitbite
Tue Apr 02, 2013 3:47 pm
Reply with quote
Report this post
Hi

As I understood Your mail correctly You just want to have buttons of Your new module where a button for login is right now. Please than use a positioning of a module form second example and add this code to css:

Code: Select all
#mod_improved_ajax_login-646 {
    position: absolute;
    top: 8px;
    z-index: 1000;
}
User avatar
Moderator

GK User
Wed Apr 03, 2013 1:06 pm
Reply with quote
Report this post
Hello:

I added the css code to template css and added the new login module to the position login and I stil get the strange configuration.

I´m not sure what you mean by "positioning of a module form second example"

Apreciate your help.

Thanks
User avatar
Junior Boarder

teitbite
Wed Apr 03, 2013 8:45 pm
Reply with quote
Report this post
Hi

By "second example" I've meant the case when module is being published in right column (sidebar probably). Module position "login" is displayed inside popup after clicking login button.
User avatar
Moderator


cron