How can I create multiple trigger menu on both sides

8 replies · opened Jan 3, 2017

Cchris2015Jan 3, 2017

I really need more than one trigger menu

LEFT
<br>
RIGHT

thank you

SSemicolon WebSTAFFJan 4, 2017

Hello,

You will simply need to Duplicate the #primary-menu-trigger in the style.css, css/responsive.css and the js/functions.js File and change the Left Position of the Duplicated Element to Right Position.

So basically, find the #primary-menu-trigger CSS Blocks in the css/style.css File and you new code will look something like this:

#primary-menu-trigger,
#page-submenu-trigger2,
#page-submenu-trigger {
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

So you will need to do this in the same way in the css/responsive.css File and the js/functions.js File by adding the Duplicated Element with a comma (,).

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Cchris2015Jan 4, 2017

In same page I use for my FIRST MENU this:

[FIRST MENU](#)

and for my SECOND MENU this:

[SECOND MENU](#)

and:

``

please send me everything with what exactly I must add and change

thank you,
Chris

Cchris2015Jan 4, 2017

not resolved, can you help me please look at my previous post.

thank you,
Chris

SSemicolon WebSTAFFJan 5, 2017

Hello,

We Really Apologize but we are unsure about the Functionality you are planning to use! Please let us know which Menus are you trying to Duplicate so that we assist you further with this. Thanks for your Patience.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

SSemicolon WebSTAFFJan 6, 2017

Hello,

Unfortunately, currently 2 Side Panels on the Same Page is not supported. Thanks for your Patience.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

Cchris2015Jan 17, 2017

is posible pass valueOne to my first menu and valueTwo to my second menu.
e.g.

[FIRST MENU](#)
[SECOND MENU](#)

and in same page how can I get valueOne and then I create if else statement


- test menu link 1

- test menu link 1
Cchris2015Jan 25, 2017

SemiColonWeb, Did you have any answer to my question.

Regards,
Chris

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard