Can I add more than one menu on a master page?

I have struggled with this and impossible to find tutorials. I am trying to add another menu to a separate page that appears on a page group. The problem I have is that the titles of menu that is already in place turns on and I can not figure out how to get multiple menus on one page. Is there someone who can help? I created a menu from scratch using different methods, but I would like to be able to not have to do. Thank you!

Hi Carlton,

Automated Muse Menu takes up all pages that have the show in the Menu option turned on. So if you want a menu that displays only a group of pages, you will need to use a menu manual Muse, you will not be able to use that automated.

- Abhishek Maurya

Tags: Adobe Muse

Similar Questions

  • How can I add more than one animation to a charater?

    When I create a character in the fuse or Maximo and then export to Photoshop, what I would like to know how to do, is to add more than one animation to the time line. For example, in the chronology of Photoshop that frightens my character, then dance and then run. All I can add is an animation on the timeline, what I am doing wrong.

    If for any reason, it cannot be done in Photoshop, and then tell me how to do this in C4D or what ever.

    Thank you

    Kazue salvation!  To present Photoshop, fuse and Mixamo does not have complete robust mixture and animation timeline features required to do this.  You certainly need to combine them into a 3D application 3rd in group, but we don't have tutorials to do that for the moment.  I recommend to check the documentation for the software you want to use (Cinema 4 d, for example, as you mentioned) and watch their animation mixing or layering of animation systems.  Unfortunately, it is difficult to provide documents for each package there.

  • Can I add more than one horizontal separator to the PanelUI (new menu panel)

    Steps to follow:
    1. click on the new menu panel button (hamburger)
    2. click on customize
    3. on the left, drag 'Separator (for the Panel menu)' of 'Tools and additional features' in the Panel on the right. Appears in a horizontal separator. "Separator (for the Panel menu)" no longer appears in the 'tools and additional features.

    I can add the many 'separator' (vertical separator) on toolbars, but it seems that I can only add a "separator (for the Panel menu)" (a horizontal separator) in Control Panel.

    I would like to add additional horizontal separators in the Panel. Is it possible to do?

    Firefox version: 33.1.1

    Firefox does not come with a separator element in the palette to customize.

    You have the extension classic restaurateur theme?

  • Can I add more than one license in a single Adobe account?

    Need to know if I can buy several licenses in my Adobe account, to manage properly

    Hi Luis,.

    Welcome to the Adobe Forum,

    You have CC for individual bought on

    March 4, 2014

    which can be activated on both machines with the same Adobe ID.

    How ever if you want to use more than two machines, you can cancel this order & get it paid off because it is within 30 days of the purchase & buy the creative cloud for the team, in which you can buy seats & assign to the user as you want to.

    Each user can activate twice with 100 GB of space compared with 20 GB of space to the CC for anyone.

    Kind regards

    Baudier

  • Can you add more than one photo for a draw image layer draw?

    I can't seem to find a way to add several photos or photo layer to an image to draw, but the draw on Adobe page seems to imply that several pictures can be added. How would I achieve that? Thanks for your time.

    Unfortunately, the draw is currently limited to a single photo layer and only one photo within this layer.

    Hope that helps,

    Frank

    Engineering drawing

  • How can I add more than one virtual network card?

    I am running Small Business Server 2003 as a virtual machine, there is only one NIC given by VMWARE, I want it 2 because it is a requirement of SBS. How can I do this?

    Thank you

    Jane

    One of the known limits of the VI Client is that it won't change VMs virtual hardware is a greadter of the version 4. Server 2.0 creates VMs version 4 so it looks that you have upgraded the hardware, possibly for support of USB 2.0, which means that you can change only the user Web interface unless you want to do this via the directly .vmx file manually editing.

    You can add the material in the web user interface, you select the virtual machine in the left pane on the left by clicking on it and select "Add Hardware" as directed by the attached screenshot.

    There are ways to downgrade to a hardware version 4 - I only if necessary upgrade for most of my virtual machines are 4 so that I can use the VI Client.

  • Integrated e-mail client: never add more than one account

    Hello

    User of Z2 Tablet here. I would really like to be able to use his email Client because I think it's rather a good search. But I can't add more than one account. Whenever I have add a new one, in this case:

    I enter all of my information, they are correct, no error, I type the account name and my name of the sender in the last screen. And then, when I click on 'Next', poof, it's gone. There is a small bubble near the bottom of the screen that says "account not found. It may have been deleted"(in German, this is a rough translation). And faithfully, it not there no other account e-mail anywhere in the application.

    What can I do?

    Thank you!

    Old thread, but still just want to share my experience.

    I had the same problem. After the upgrade to the lollipop everything worked fine, but then I had to clean the cache and reset the email client and after that, I could not add more than one account... until I cleared the cache partition.

    To do this, follow these steps:

    -On the home screen, press volume up and hold

    -At the top by pressing volume, press the power button and hold the two keys until the phone turns off (you will feel a slight vibration when stopping)

    -Switch on your phone as usual

  • How to add more than one electronic signature on a model

    Hi, I searched online and on the Bulletin Board in regard to trying to add more than one additional signature area to the I am working on a form template, which requires more than one signature. I went through the whole process and placed all the boxes of signature for each participant (3 in total), but whenever I send on should be dealt with by my colleagues and we have try to sign, it only allows us to do an e-signature and not the other 2 signatures that must be included with the paperwork. Please can someone advise if there is a step that I might be missing?

    Thank you.

    Hi karlac94348387 ,

    Please provide the application & version of the OS installed on your system.

    Also share you workflow & name of the application using what document is signed.

    If you submit this form using Acrobat application place digital signature fields, make sure that save you the form with Reader features Extended so that if other users have only the Reader app they can fill out the form as well. (File > save as other > Reader Extended PDF > allow more tools)

    You can also place electronic signature fields after the role definition for all participants for the respective fields using "send to the signature" (if you have Acrobat Pro DC continuous version), more on this please refer to the article:- adding form fields. Tutorials

    Send agreements and collecting signatures

    Let me know how it goes.

    Kind regards

    Christian

  • Is it possible to add more than one constraint for a column?

    Dear team,

    Is there any possible to add more than one constraint for a column?
    I add a unique for a column, but I try to only add is not null for the same coloumn.
    His throws error

    ERROR on line 1:
    ORA-01430: column being added already exists in the table

    Thank you
    Augustine

    You can see here

    SQL>CREATE TABLE test_cons( N1 NUMBER);
    
    Table created.
    
    SQL>ALTER TABLE test_cons ADD CONSTRAINT UK_TEST_CONS UNIQUE(N1); 
    
    Table altered.
    
    SQL>ALTER TABLE test_cons MODIFY ( N1 NOT NULL);
    
    Table altered.
    
    SQL>
    

    Concerning
    Arun

  • Can I connect more than one headset bluetooth with Apple TV 4?

    Can I connect more than one headset bluetooth with Apple TV 4?

    No, sorry. This is a limitation for all devices Bluetooth headset.

  • How can I put more than one photo on a page to print?

    How can I put more than one photo on a page to print?

    Hello

    • What is the brand and model of the printer?
    • What version of Windows operating system do you use?

    You can check this link:

    Picture printing: frequently asked questions

    http://Windows.Microsoft.com/en-us/Windows7/picture-printing-frequently-asked-questions

  • Why I can't add more than 195 email addresses to blocked emails section

    My Yahoo Server allows to 500 addresses be added to the blocked section but I can't add more than 195 - why is this and how I overcame this problems I received many many spam

    Hi Leopold,

    As you use Yahoo mail, I recommend you contact Yahoo support for assistance.

    http://help.Yahoo.com/l/us/Yahoo/helpcentral/

    Hope the helps of information.

  • can we have more than one type of topology for a rule?

    Hello

    5.6.4 can we have more than one type of topology for a rule? How insert and separate?

    Thank you.

    Try something like this, but be very careful that you understand the implications of the scope of the rule to a very large number of objects:

    $objectsbytype(/Host|) VMWVirtualMachine | VMWESXServer | VMWCluster | VMWDatastore /) If you do not need to check each type separately

    or

    the ((hôte où name like 'a%') Union (VMWVirtualMachine where name like would be %')) If you need condition the type of each object separately, and then join the results)

  • Can I manage more than one license of creative cloud on the same adobe ID account or better create many ID adobe for my employees? Thanks for your response

    Can I manage more than one license of creative cloud on the same adobe ID account or better create many ID adobe for my employees?

    Thanks for your response

    In addition:

    Adobe uses based on the identity of license with a technology that will not support multiple licenses of the same type on an AdobeiD.  You can buy only one membership per Adobe ID. If you need two memberships creative cloud, you can buy each with a unique Adobe ID. You can also buy a creative cloud for membership of the teams, which allows you to buy and manage several places under an own account.

    Creative cloud for teams is for small and medium size organizations and is available as full a membership. Cloud creative teams is available on Adobe.com and through a global network of resellers. Learn more about Creative Cloud to teams.

    http://www.Adobe.com/creativecloud/business/teams.html

    FAQ: Where can I get information on creative cloud for the enterprise, education, Government and teams?

    I hope this helps.

  • Is it possible to add more than one customer in net agreement R12

    Hi Experts,

    Is it possible to add more than one customer in net agreement R12. Please suggest me as soon as possible.
    System does not show more than one customer during the creation of the compensation agreement.

    Kind regards
    Rahul

    Hi Raju,

    Currently, there is no functionality to import compensation via the interface conventions.
    There is a demand for improvement raised for the issue.
    Bug 7441955: NEED of API FOR CREATING programmatic from NETTING AGREEMENTS

    Reference-
    Interface or API required to load of AP/AR NET agreements [ID 1417380.1]

    Kind regards
    Ivruksha

Maybe you are looking for

  • new addresses disappear after a reboot, I do something wrong?

    When I create a new address in the adresslist, he disappeared after that I have to restart the program.It's probably something, but I can't. In the past, it works well, but I don't know what I didor not done to create this problem.

  • Satellite Pro A10 recovery disks fail to reinstall Win XP

    My A10 Pro Sat operated happily running a system dual boot (XP and Mandriva) before a failure to start a day.I've successfully used the Toshiba recovery disks and everything was OK for a year or two before the same problem reappeared. Now the recover

  • base system device and a HP ev2210 1xEV-DO Broadband Wireless Module as well. Missing driver

    Your search: I have a laptop Pavilion dv2500tw CTO. I have upgraded from Vista to Windows 7 Home premium. Now it shows 2 missing base system devices and a HP ev2210 1xEV-DO Broadband Wireless Module as well. Help Note: Mistakly I delete the partition

  • Bluetooth kit extension Native

    Hello I'm doing a native extension for Webworks on BB10 to use Bluetooth. I use btspp API. When I run the app I got a message error "error need cannot find... myLib.so is not found. If I do not use the Bluetooth API I do not have the error and my ext

  • Windows DVD Maker doesn't burn files .wmv/wlmp video high definition?

    Hey all,. Long time user WMM, but with the recent switch to Win7, I'm having a hard time with WLMM.  In short, create the movie in WLMM is a snap.  Burn a DVD quality is another story. I am using video clips high definition AVCHD from my new Sony Cyb