Page 1 of 1

Theme with native dropdown menu

Posted: Mon Dec 16, 2024 11:34 am
by LRAM
Hi everyone
I guess the title is pretty self-explanatory.
I'm looking for a theme where drop-down menus are easy to implement
I haven't found a theme that seems to support them natively.

have a great day

Re: Theme with native dropdown menu

Posted: Wed Dec 18, 2024 11:26 pm
by lodria
I recommend this menu system. It is very easy to use even in Bludit: https://codecanyon.net/item/navik-respo ... u/21787122

Re: Theme with native dropdown menu

Posted: Thu Dec 19, 2024 11:09 am
by LRAM
Well thank for the information, it seems great
is it easy to implement in Bludit ?
do you know any bludit website using it ?

Re: Theme with native dropdown menu

Posted: Thu Dec 19, 2024 1:12 pm
by lodria
I implemented it on my own pages. Now I don't want to share a link, but it can definitely be done in Bludit. For example, an html code plugin can help. Also, Navik describes in its settings how to set it up. It is also important that not all Bludit themes can be set up easily. So it is worth testing the themes.

Let's say it would be nice if someone knowledgeable could do it precisely and it could be used as a plugin, but I didn't look for anyone. In most cases I usually ask for help from chatgpt, but now github copilot could also be a solution if someone wants to try.

Re: Theme with native dropdown menu

Posted: Thu Dec 19, 2024 1:26 pm
by LRAM
ok I understand
It's very afordable, I'will give it a try
thank for your answer

Re: Theme with native dropdown menu

Posted: Sun Dec 29, 2024 2:17 pm
by SpegalDev
If you find a theme that works for you, but it needs some tweaking, feel free to post here. We can always try to help you create a dropdown menu / implement one.

Re: Theme with native dropdown menu

Posted: Fri Jan 03, 2025 5:10 pm
by lodria
I've put together an example here: https://byethunter.hu/2024bludit/

Re: Theme with native dropdown menu

Posted: Tue Jan 07, 2025 10:34 am
by LRAM
Thank for the example, great work

Re: Theme with native dropdown menu

Posted: Tue Jan 07, 2025 10:19 pm
by lodria
The menu was the main thing, but unfortunately I can't do this as a Bludit plugin. Because that would be the best. However, with this solution you can create practically any menu. I have problems with the themes. There are very few options. There are many themes that have great parts, but it's difficult to bring them together. In this example, for example, the section system of another system works and I really miss that in Bludit.

Re: Theme with native dropdown menu

Posted: Thu Jan 16, 2025 4:47 pm
by Qianca
You might have better luck finding a theme and then customizing it to add a dropdown menu using some custom CSS. Or, just build your own simple menu with HTML and CSS, it's not that hard.