[PHPKIT] AKTIV and arrow not there

Post your questions and problem reports here.
Post Reply
air81
Posts: 7
Joined: Wed Oct 30, 2013 6:52 pm

[PHPKIT] AKTIV and arrow not there

Post by air81 »

Hey,

i installed the trial version and im very impressed. Good work.

But my first attemped to insert a mnu bar to my test site, its failed.
on index.htm site all graphics are there:
http://www.hof.spesl.de/testmenue/index.htm

On my site the space betwenn the buttons, the AKTIV/Hover and arrow graphic are not there:
http://www.hof.spesl.de/

Where ist my fault?

Greetz from Germany!
Last edited by air81 on Thu Oct 31, 2013 6:26 pm, edited 1 time in total.
air81
Posts: 7
Joined: Wed Oct 30, 2013 6:52 pm

Re: AKTIV and arrow not there

Post by air81 »

i would take the -25% offer for this software. but i wont buy it, if it dosnt work on my site.
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: AKTIV and arrow not there

Post by Aivars »

Hi,

This code in your CSS overrides menu behavour:

Code: Select all

.pkcontent_box_top *, .pkcontent_box_sub_top *, .pkcontent_box_bottom *, .pkcontent_box_sub_bottom * {
    display: inline;
}
One of the ways to fix it would be adding following code to your page header or css file:

Code: Select all

#mbmcpebul_table div {
  display: block;
}
Wrap it in <style> tag if you're adding to page header.
Blumentals Software Programmer
air81
Posts: 7
Joined: Wed Oct 30, 2013 6:52 pm

Re: AKTIV and arrow not there

Post by air81 »

ok thanks, this works for the main menu, but not for the sub menu. And what, if i make a sub submenu?
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: AKTIV and arrow not there

Post by Aivars »

I think you have uploaded different menus to both test pages. In /testmenue/mbcsmbmcp.css you have:
#mbmcpebul_table ul li a {
color: #000000;

but in /testmenue/mbcsmbtestmenue.css you have:
#mbtestmenueebul_table ul li a {
color: #FFFFFF;

So both files are different, and in the second one the hover and normal states are both white, which is why you don't see anything on hover.
Blumentals Software Programmer
air81
Posts: 7
Joined: Wed Oct 30, 2013 6:52 pm

Re: AKTIV and arrow not there

Post by air81 »

hmm... i deleted and upload all again and theres the same.

with highlight in submenu:
http://www.hof.spesl.de/testmenue/index.htm

without highlight in submenu:
http://www.hof.spesl.de/include.php
air81
Posts: 7
Joined: Wed Oct 30, 2013 6:52 pm

Re: AKTIV and arrow not there

Post by air81 »

Ok, i try it by myself:

Code: Select all

#mbtestmenueebul_table li {
  display: block;
}
after your code, and it works...

what if i have more than one submenus?

-main
->sub ->sub sub
->sub
-> sub -> sub sub ->sub sub sub
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: [PHPKIT] AKTIV and arrow not there

Post by Aivars »

It seems highlighted to me...
http://snag.gy/8XY4F.jpg

> what if i have more than one submenus?

You can have as many submenus as you want.
Blumentals Software Programmer
air81
Posts: 7
Joined: Wed Oct 30, 2013 6:52 pm

Re: [PHPKIT] AKTIV and arrow not there

Post by air81 »

because i insert the li code and your code. without the licode, it dosnt work.
my question is, what i have to insert if i want a sub sub menu?
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: [PHPKIT] AKTIV and arrow not there

Post by Aivars »

The fix that removes inline display mode for li elements works for submenus and sub submenus, too.
Blumentals Software Programmer
air81
Posts: 7
Joined: Wed Oct 30, 2013 6:52 pm

Re: [PHPKIT] AKTIV and arrow not there

Post by air81 »

I thank you a lot.
My compliment for this tool.
Post Reply