adamnurdin01 / bootsnav

Bootsnav - Multi Purpose Header
MIT License
171 stars 122 forks source link

need for wordpress #3

Open ghost opened 8 years ago

ghost commented 8 years ago

how i upgrade it into worpress menu any example please

adamnurdin01 commented 8 years ago

you can combinate it with bootstrap navwalker

https://github.com/twittem/wp-bootstrap-navwalker

Ataurr commented 7 years ago

We have tried to combine it with wp bootstrap navwalker.

Its work fine in desktop. but when I click in mobile menu from ul dropdown-menu class gone.

Check this http://quick.as/67wpcyrrm

Dont know why this happeand. Is it something conflict with navwalker ?

I have wasted 4 hours to find out why this happened but no luck.

Ataurr commented 7 years ago

Can you please tell me if i remove this it would be issue in others part ? Or i can do something else ?

Thanks very much

adamnurdin01 commented 7 years ago

.toggleClass(getIn) -> just for CSS3 Effect for animation style

I'm sory, i still can't find the way for your issue yet. but after i see on the video, please ensure you have to placed css & js files with true

idesignzone commented 7 years ago

Same problem here. It removes "dropdown-menu" class form nested ul. Could you find a solution? Thank you!

Ataurr commented 7 years ago

@alisey123 follow my last reply. Its work fine after this changes

idesignzone commented 7 years ago

Thank you Ataurr. It works! But now it works only for 2 levels. Did you have the same issue with?

Ataurr commented 7 years ago

I have tried with 2 level.

Maybe you have to find out again something like my last solution.