How Can I Put A Menu With Drop-down Options In SP Builder Pro Or Helix. - Question | JoomShaper

How Can I Put A Menu With Drop-down Options In SP Builder Pro Or Helix.

Mauricio Valdez

Mauricio Valdez

SP Page Builder 1 year ago

How can I put a menu with drop-down options in SP Builder Pro or Helix

I attach images of what I'm looking for.

https://1drv.ms/f/s!ArQUV051UxWYgaDwc04kI6jbGaMeAyc?e=DI7vHe

![(https://1drv.ms/f/s!ArQUV051UxWYgaDwc04kI6jbGaMeAyc?e=DI7vHe]

0
5 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #158316

Hi there!

Thanks for reaching out.

The sample you send almost similar to the offcanva menu that is available with Helix templates by default.

Please check the following documentation for details:

https://www.joomshaper.com/documentation/helix-framework/menu-navigation#documentation-heading-3

Best Regards

0
Mauricio Valdez
Mauricio Valdez
Accepted Answer
1 year ago #158322

Thank you very much Rashida Rahman for the response and I think it can help me in some way, but what I'm looking for exactly is for there to be one or more fields equal to the images I sent.

What I exactly require is that in a menu like Offcanvas I can put several text boxes that when I click on that box, a list of options appears (word catalog for example).

Can you Help me Please?.

0
Pavel
Pavel
Accepted Answer
1 year ago #158344

Hi Mauricio.

What you show on your screenshots is a <select>...</select> element. This element cannot work as a menu and should belong to the <form></form> element.

I think you should come up with another solution. Otherwise, you will need to create a form inside which this select will be and write the functionality on PHP, which will perform an action after sending this form.


Perhaps I'm mistaken, but judging by your other post, you are trying to create dashboard and try to find out how to create each individual element on its own. But this is not the right approach. First you need to create all the functionality in PHP and JS, and then take care of the appearance of individual elements.

If you do not have PHP/JS/HTML/CSS skills for you, this task will be impossible. And of course, you cannot do this in SPPB. SPPB is not intended for this. For this task you should create your own Joomla component from scratch

0
Pavel
Pavel
Accepted Answer
1 year ago #158414
0
Mauricio Valdez
Mauricio Valdez
Accepted Answer
1 year ago #158406

Thank you Pavel for your response, it helps and guides me in the possible solution, and in fact what I am looking for is for that text box or button to display a list of concepts, just that, and from there a programmer will make the links and the specific functions to each concept on that list. Thank you.

0