How to fix module look like menu

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
Tue Jan 22, 2013 1:05 am
Reply with quote
Report this post
Hello,

any idea how to fix this module to look like menu?!

menu.png


Thank you for every answer.
User avatar
Expert Boarder

GK User
Tue Jan 22, 2013 8:27 am
Reply with quote
Report this post
You need to use
Code: Select all
display: inline-block
rule for every menu item but it is hard to help without seeing the code so please provide URL to your site.
User avatar
Platinum Boarder

GK User
Tue Jan 22, 2013 11:14 am
Reply with quote
Report this post
bkrztuk wrote:You need to use rule........


Hello bkrztuk,
thank you for fast answer. The site is:

http://test.kosovarimedia.com/index.php/

Can it be like the topnav with undermenu´s??

Thank you.
User avatar
Expert Boarder

GK User
Wed Jan 23, 2013 11:38 pm
Reply with quote
Report this post
kosovari wrote:
bkrztuk wrote:You need to use rule........

Can it be like the topnav with undermenu´s?? Thank you.


Hello,
No one idea how to fix this menu??
User avatar
Expert Boarder

Konrad M
Thu Jan 24, 2013 10:55 am
Reply with quote
Report this post
Hi,
unfortunetly it can't be like topnav. It can be only one instance of gkMenu on a page. To display items in one line please add to override.css
Code: Select all
.menugkMenu li {
display:inline-block;
}
User avatar

GK User
Thu Jan 24, 2013 6:40 pm
Reply with quote
Report this post
Konrad M wrote:Hi, unfortunetly it can't be like topnav. It can be only one instance of gkMenu on a page. To display items in one line please add to override.css


Hi Konrad,
it works thank you.... now need to fix it like the topnav with background, color, space and and.....
I will work a bit self, but need help.
Thank you....

Greets from germany
User avatar
Expert Boarder

Konrad M
Fri Jan 25, 2013 12:04 pm
Reply with quote
Report this post
I see you made some changes. It is what you want or you need my help ?
User avatar

GK User
Fri Jan 25, 2013 6:14 pm
Reply with quote
Report this post
Konrad M wrote:I see you made some changes. It is what you want or you need my help ?

Hi Konrad,
I work something everyday here friend. No no, that is not what i wanna have. I need your help to fix it like the topnav menu, not like big menu. Just the mousefect, color, background .... need to be the same.

So pls help me to fix it. Thank you.
User avatar
Expert Boarder

Konrad M
Mon Jan 28, 2013 9:15 am
Reply with quote
Report this post
All css rules for top menu you will find in css/menu/menu.css, please look at line 51
Code: Select all
/* main menu CSS */

and adapt same rules for your menu.
User avatar

GK User
Tue Jan 29, 2013 9:11 pm
Reply with quote
Report this post
Konrad M wrote:All css rules for top menu you will find in css/menu/menu.css, please look at line 51

Hi,
I have worked now two days but i cant become it how i want. Can you help me to get the same buttons from topmenu into the megamenu(topnav).... Change much, work much, but i become it not.
I have changed somethings but this at least stoped me.
Thank you
User avatar
Expert Boarder

Konrad M
Wed Jan 30, 2013 1:51 pm
Reply with quote
Report this post
Try comment this part in menu.css (line 98):
Code: Select all
.gkMenu > ul > li:hover > a,
.gkMenu > ul > li:active > a,
.gkMenu > ul > li:focus > a {
   background: #e25b32;
   border-color: #2a2a2a;
   border-bottom: none;
   border-top: none;
   -webkit-box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75);
       -ms-box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75);
           box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75);
}
User avatar

GK User
Fri Feb 01, 2013 10:47 pm
Reply with quote
Report this post
Konrad M wrote:Try comment this part in menu.css (line 98):


Hello Konrad,
i have worked my last days into the template and loosed much nervs. maybe anything not really good for a developer but it works. look inside to see it and maybe any idea how to make anything better.

I see a little flip flop conflict into the mega menu in chrome.
Can you see it pls??
I think it makes conflict with the bannermodule!!
User avatar
Expert Boarder

Konrad M
Mon Feb 04, 2013 12:40 pm
Reply with quote
Report this post
A little flip flop conflict ? Can you explain little more ?
User avatar

GK User
Mon Feb 04, 2013 6:09 pm
Reply with quote
Report this post
Konrad M wrote:A little flip flop conflict ? Can you explain little more ?

Hello Konrad
You work with Chrome.... go here http://test.kosovarimedia.com/ and at the topnav, megamenu with mouse betwin button 3 and 4..... you will see that flip flop what i mean. Its not just with the new style. With the gkstyle is the same. Just in chrome.
User avatar
Expert Boarder

Konrad M
Tue Feb 05, 2013 8:57 am
Reply with quote
Report this post
Please try remove from this code in override.css:
Code: Select all
.menugkTopMenu1 li a:active, .menugkTopMenu1 li a:focus, .menugkTopMenu1 li a:hover {
color: #DE3330;
background-color: #fff;
border-bottom: none;
border-top: none;
-webkit-box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75);
-moz-box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75);
box-shadow: inset 0 0 27px rgba(0, 0, 0, 0.75);
line-height: 34px;
}

this line:
Code: Select all
border-top: none;
User avatar

GK User
Tue Feb 05, 2013 2:12 pm
Reply with quote
Report this post
Konrad M wrote:Please try remove from this code in override.css:

Hi Konrad,
first deletted top: none.... nothing change..... second bottom: none.... the same.... nothing change !!
User avatar
Expert Boarder

Konrad M
Wed Feb 06, 2013 9:34 am
Reply with quote
Report this post
Sorr but I' think I don't get your issue. Can you make some video ?
User avatar

GK User
Sun Feb 10, 2013 5:41 pm
Reply with quote
Report this post
Konrad M wrote:Sorr but I' think I don't get your issue. Can you make some video ?


Hi Konrad,
I will doit, but in some days..... i configure slowly my new site and it takes much time.... but i will doit in next days.... Thanks
User avatar
Expert Boarder


cron