pmoreno-rodriguez / grav-theme-editorial

Editorial is a GravCMS port of the Editorial theme from HTML5Up.net.
Other
13 stars 2 forks source link

Menu subitems #44

Closed learningtime2025 closed 7 months ago

learningtime2025 commented 7 months ago

Hello, i can make menu subitems jjust by adding directories. but in that case i cant do to the top level from menu.

top1
top2
- sub1
- sub2
- -subsub1
- -subsub2
- sub3
top3

in that case i cant go to the content of the page sub2 from menu.

pmoreno-rodriguez commented 7 months ago

Hi @learningtime2025 The editorial theme does not have implemented the function of accessing a parent page, with children, because it add the 'opener' class doing it not routable. I'll investigate that possibility in later versions.

learningtime2025 commented 7 months ago

Thank you. Can i also suggest some improvements? for example in contacts in the sidebar - add fields for several phonenumbers with optional url with icons for popular messengers. as example - whatsapp can have 2 versions open chat and make call. have some more ideas, let me know if you interested..

learningtime2025 commented 7 months ago

As for the class 'opener' didnt tried yet, but maybe checkbox for a page that will turn that option on/off will be enough. so users can switch the behavior for pages.

pmoreno-rodriguez commented 7 months ago

Thank you. Can i also suggest some improvements? for example in contacts in the sidebar - add fields for several phonenumbers with optional url with icons for popular messengers. as example - whatsapp can have 2 versions open chat and make call. have some more ideas, let me know if you interested..

Hi. Can you make a pull request with your suggestions and improvements?. So, I will be able to revise them and merge in the develop branch.

pmoreno-rodriguez commented 6 months ago

As for the class 'opener' didnt tried yet, but maybe checkbox for a page that will turn that option on/off will be enough. so users can switch the behavior for pages.

Have you tried with 'dropdown enable' option in theme configuration?