arnabwahid / wordpress-bootstrap

Bootstrap in WordPress theme form - Bootstrap 3.3.1
1.49k stars 557 forks source link

Collapse Navbar #180

Closed richyrb closed 9 years ago

richyrb commented 10 years ago

Hi,

on the collapse of the navbar, if a top level menu link has a drop down it displays the child links like a non collapsed menu and not dropping the menu down further like it normally does?

it does the same on http://320press.com/wpbs/ as i thought it was just an error on mine at first.

is this intended or was it missed off?

issue-bs

m-id commented 10 years ago

Is anyone able to fix it - or point me to previous version where this problem does not exists I would appreciate any help

thanks Martin

aibrean commented 10 years ago

+1 for this resolution. I'm also getting an ugly scrollbar with mine too.

m-id commented 10 years ago

I had to use previous version which did not have this bug

aibrean commented 10 years ago

Which version was that?

m-id commented 10 years ago

2.3.1 I think

IDcreate Design

Web Design | Search Engine Optimisation | Google Adwords

e: martin@idcreate.co.uk

m: 0759 52 553 52 / 0131 538 6036

w: www.idcreate.co.uk

This e-mail message is confidential and for use by the addressee only. If the message is received by anyone other than the addressee, please delete it from your computer. IDcreate do not accept responsibility for changes made to this message after it was sent. Whilst all reasonable care has been taken to avoid the transmission of viruses, it is the responsibility of the recipient to ensure that onward transmission, opening or use of this message and any attachments will not adversely affect its systems or data. No responsibility is accepted by IDcreate in this regard and the recipient should carry out such virus and other checks as it considers appropriate.

On 3 March 2014 15:59, April Sadowski notifications@github.com wrote:

Which version was that?

Reply to this email directly or view it on GitHubhttps://github.com/320press/wordpress-bootstrap/issues/180#issuecomment-36524085 .

m-id commented 10 years ago

the problem is that its using outdated responsive layout however the menu works well

IDcreate Design

Web Design | Search Engine Optimisation | Google Adwords

e: martin@idcreate.co.uk

m: 0759 52 553 52 / 0131 538 6036

w: www.idcreate.co.uk

This e-mail message is confidential and for use by the addressee only. If the message is received by anyone other than the addressee, please delete it from your computer. IDcreate do not accept responsibility for changes made to this message after it was sent. Whilst all reasonable care has been taken to avoid the transmission of viruses, it is the responsibility of the recipient to ensure that onward transmission, opening or use of this message and any attachments will not adversely affect its systems or data. No responsibility is accepted by IDcreate in this regard and the recipient should carry out such virus and other checks as it considers appropriate.

On 3 March 2014 15:59, April Sadowski notifications@github.com wrote:

Which version was that?

Reply to this email directly or view it on GitHubhttps://github.com/320press/wordpress-bootstrap/issues/180#issuecomment-36524085 .

aibrean commented 10 years ago

Quick fix on current version... (and I'm using LESS)

Just make sure block is turned off. Now if you click it will show the child below it. (wp.less)

ul.nav {
    li.dropdown:hover > ul.dropdown-menu {
        /*display: block;  */  
    }
}
m-id commented 10 years ago

Great stuff I will give it a go next time I will use bootstrap.

Thanks

Martin

IDcreate Design

Web Design | Search Engine Optimisation | Google Adwords

e: mailto:martin@idcreate.co.uk martin@idcreate.co.uk

m: 0759 52 553 52 / 0131 538 6036

w: http://www.idcreate.co.uk/ www.idcreate.co.uk

This e-mail message is confidential and for use by the addressee only. If the message is received by anyone other than the addressee, please delete it from your computer. IDcreate do not accept responsibility for changes made to this message after it was sent. Whilst all reasonable care has been taken to avoid the transmission of viruses, it is the responsibility of the recipient to ensure that onward transmission, opening or use of this message and any attachments will not adversely affect its systems or data. No responsibility is accepted by IDcreate in this regard and the recipient should carry out such virus and other checks as it considers appropriate.

From: April Sadowski [mailto:notifications@github.com] Sent: 03 March 2014 17:25 To: 320press/wordpress-bootstrap Cc: m-id Subject: Re: [wordpress-bootstrap] Collapse Navbar (#180)

Quick fix on current version... (and I'm using LESS)

Just make sure block is turned off. Now if you click it will show the child below it.

ul.nav { li.dropdown:hover > ul.dropdown-menu { /display: block; /

}

— Reply to this email directly or view it on GitHub https://github.com/320press/wordpress-bootstrap/issues/180#issuecomment-36534234 . https://github.com/notifications/beacon/3852205__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcwOTQ4NjY3MSwiZGF0YSI6eyJpZCI6MjUyNjU5Njh9fQ==--816d06f324ce461eca4ed96831538a970b08c517.gif

chrisbarnes commented 9 years ago

This is fixed.