login form in menu with popup

Start-up Joomla template with amazing CSS3 animated icons, price tables and parallax effect background.
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
Mon Jan 19, 2015 11:27 am
Reply with quote
Report this post
Hi!
Is it possible to add login form with popup window in menu like it's gavickpro site has.
Is there any instructions? I added it to module position, but without popup. Looks not really good.
How can I do it?
Regards, Peter.
User avatar
Expert Boarder

GK User
Mon Jan 19, 2015 10:05 pm
Reply with quote
Report this post
Hi, Maybe you publish login module inside menu which looks nice in my opinion.
Guide: https://www.gavick.com/documentation/un ... -into-menu
If not nice, let me know...
User avatar
Platinum Boarder

GK User
Tue Jan 20, 2015 4:10 am
Reply with quote
Report this post
Thanks, Oscar, it looks good!
But I have several questions.
Now login form change colour on mouse over event. Yellow does not looks good, white is better. How can I remove it?
And I would like to remove lines under text "forgot password" and make it float left.
http://derka.pickupguild.ru/
Regards, Peter.
User avatar
Expert Boarder

GK User
Tue Jan 20, 2015 8:42 am
Reply with quote
Report this post
hehe,I translated about what that site is.
Now I see that you have white background, so I guess only line remained.
1) First step:
Code: Select all
#login-form ul {border-top: 0 none;}

2)
Code: Select all
.gkMenu > ul li div.childcontent li:hover { background:  #fff !important; }
a#menu379, #login-form a {color: #555;}
 

3) And about float - I suggest edit
templates\gk_simplicity\html\mod_login\default.php
and remove <ul><li>.. around those links and put all in one line with space or " | " between.
User avatar
Platinum Boarder

GK User
Tue Jan 20, 2015 9:35 am
Reply with quote
Report this post
Thanks for help, Oscar!
But there are some problems.
I put fist line in override.css, but it does not work or I made something wrong.
Second line with background works fine.
And last line, after removing <ul><li> it have changed font size and how can I put it all in one line with " | "? I tried to use <p>, but it does not work, I am new in Joomla.
Thanks for help.
Regards, Peter.
User avatar
Expert Boarder

GK User
Tue Jan 20, 2015 9:43 am
Reply with quote
Report this post
One more problem. Another menus became transparent OnMouse event. Background has the same colour as the font.
User avatar
Expert Boarder

GK User
Fri Jan 23, 2015 1:00 pm
Reply with quote
Report this post
It's because of default css code in template, not my fault.
Try this:

Code: Select all
.gkMenu > ul li div.childcontent li:hover > a,
.gkMenu > ul li div.childcontent li:hover > a small {
   color: #333; }


or change inside : templates/gk_simplicity/css/menu/menu.css ,
line ~~153 from #fff --> #333 or darker #111
User avatar
Platinum Boarder

GK User
Fri Jan 23, 2015 1:54 pm
Reply with quote
Report this post
Oscar E wrote:It's because of default css code in template, not my fault.
Try this:

Code: Select all
.gkMenu > ul li div.childcontent li:hover > a,
.gkMenu > ul li div.childcontent li:hover > a small {
   color: #333; }


or change inside : templates/gk_simplicity/css/menu/menu.css ,
line ~~153 from #fff --> #333 or darker #111

Oscar, I tried both methods, it does not work :( Advise me something else please.
And I think you missed my previous post.

Thanks for help, Oscar!
But there are some problems.
I put fist line in override.css, but it does not work or I made something wrong.
Second line with background works fine.
And last line, after removing <ul><li> it have changed font size and how can I put it all in one line with " | "? I tried to use <p>, but it does not work, I am new in Joomla.
Thanks for help.
Regards, Peter.


Thanks for help.
User avatar
Expert Boarder

GK User
Sun Jan 25, 2015 7:21 pm
Reply with quote
Report this post
Try to use
Code: Select all
color: #333 !important;
it must help.
User avatar
Platinum Boarder


cron