Adobe Muse: How to show Submenu on active sub sites

Hey there,
I was just wondering:
Is it possible to show the submenu of the concerning page in Adobe Muse if you are on a Subpage.
E.g if I had the mainpages Home, About and Contact. About has two subpages in a submenu.
What I want to do is if you are on one subpage of "About", the submenu of the About menu item is shown with the subpage marked as active.
Thanks for you help!

Hi
Please refer to these threads :
https://forums.adobe.com/message/4771592#4771592
https://forums.adobe.com/message/6148234#6148234
Thanks,
Sanjit

Similar Messages

  • Windows vista system, continuously trying to download a DRM file in Adobe Digital Editions application shows "Error check activation". I have authorized the Fire Wall and still the same.

    windows vista system, continuously trying to download a DRM file in Adobe Digital Editions application shows "Error check activation". I have authorized the Fire Wall and still the same.

    Since Re-activation as suggested by the link above is not working for you, Can you please confirm the following:
    The OperatorURL is reachable. ( you can find the operatorURL from the acsm file by opening it in notepad,etc)
    And Book is still available on the book-store for purchase.
    (If any of first two are not available, you might have to talk to distributor for next action item to get the book. Since you will have record of purchasing the book, (in my opinion) they should provide you the new token for downloading the book)
    And please confirm this that you used the same userID for downloading that you used when you first fulfilled/downloaded the book.
    (If it is the case, then you have to use the correct userID)
    I hope it helps.

  • How to integrate this plugin in adobe muse, how difficult is ! Help Me

    How to integrate this plugin in adobe muse, how difficult is !
    jQuery  Horizontal  automatic  Scrollbars with mouse
    Download the Code
    www.htmldrive.net/media/2011/8/16/1313500122.zip
    The Demo Here
    http://www.htmldrive.net/items/demo_show/966
    my project which I have not done work is this, DOWNLOAD HERE: http://we.tl/EwsMMGH1l1
    How to integrate this plugin in adobe muse, how difficult is ! Help Me

    COmo integrar este plugin en Muse ? Veo bastante dificil el integrarlo !

  • How to show property bag values of site collection in web part on landing page in sharepoint online?

    How to show property bag values of site collection in web part on landing page in sharepoint online - office 365?

    You can use JavaScript Client object model to read the property bag values. Example:
    function getWebProperty() {
    var ctx = new SP.ClientContext.get_current();
    var web = ctx.get_site().get_rootWeb();
    this.props =  web.get_allProperties();
    ctx.load(web);
    ctx.load(this.props); //need to load the properties explicitly
    ctx.executeQueryAsync(Function.createDelegate(this, gotProperty), Function.createDelegate(this, failedGettingProperty));
    function gotProperty() {
        var myPropBag = this.props;
        alert(myPropBag.get_fieldValues()["allowdesigner"]); //returns the value of the key allowdesigner
    function failedGettingProperty(args, sender)
         //handle errors here
    Source:
    http://sharepoint.stackexchange.com/questions/37198/grab-a-specific-property-bag-using-ecma-script
    Blog | SharePoint Learnings CodePlex Tools |
    Export Version History To Excel |
    Autocomplete Lookup Field

  • Adobe Muse Tablet Design Showing on Laptop - HOW TO FIX???

    I've created a few websites that have all 3 design platforms built out (desktop, tablet, phone) and they all work well, but there is one issue that I need help with. On laptops, the sites show up in the tablet design. I've read other forum threads on this, followed a few directions on how to fix it, chatted with Adobe Support, just rebooted the computer and uploaded the sites again, and nothing seems to work. Does anyone know of a surefire way to correct this from happening on laptops? I also understand that laptops with touchscreen capabilities are the ones mostly being affected by this bug.
    HELP!

    Please provide more details such as site ulr, hardware details , os details.
    Thanks,
    Sanjit

  • Adobe muse - How do I add cms?

    Hi I've designed a couple of sites in adobe muse now, but i'd like to know how to add cms for potential client to update sites I design for them. Can you help me please?

    I actually agree that WordPress (self hosted installation) could be the way to go (not exclusively, but a CMS software, either open-source or even proprietory). However, learn to code to offer a point of difference (I'm assuming you already know how to design a good site - the other point of difference).
    I'm probably biased as I love the ability to have control over coding my site designs (to me, Muse is cheating, I've used it - any good designer can design a site - but coding it up yourself is a fantastic skill to have. Just my opinion).
    WordPress is free, yes, but it's essentially a free CMS. For me, I used to have to charge clients  for a CMS component to my site developments before the open source ones came about, so in that respect, for many sites, the CMS cost component has been elliminated for clients (some still choose to go the proprietory way). WordPress is probably the easiest CMS for clients to learn to use at the level they need to edit their own content for smaller sites (note I'm calling it a CMS, it stopped being just a blogging tool a long time ago). I can see where the comments are coming from that are saying to stay a way from WordPress, as there are many people out there calling themselves 'web developers / designers' who have found WordPress and have thought, I could use this to make some moolah, but they don't know how to go further than installing WordPress, activating a plugin, a theme (they may even know some basic css to customise the theme), and then charging people for something that they could do for themselves for free. I doubt some of them even know how to secure a site.
    However, as a CMS itself, WordPress is actually very powerful, and can power a pretty large, serious site. A comment earlier mentions that the destinction between cheap and professional is apparent, and it's true for WordPress sites. You can tell the sites that use it for free, as a hobbyist, or have done it themselves (and if someone is charging for this, look at their site and client sites - you can tell straightaway if they know what they're doing - if their site & client sites look templated but they're charging web designer fees, that's a dead giveaway to steer clear ).
    For me, I use WordPress on some sites as a tool to give my clients the CMS capabilities they need (along with other open-source and proprietory CMSs). If developers had to pay for WordPress as a piece of software, I'd do it. However, I go far beyond what people can get for free from it, and give people what they can't do for themselves, such as custom professional web design & development, design of their site to suit their whole branding strategy, functionality way beyond the core offerings of WordPress, and education on how to keep their sites secure (WordPress is popular, and hackers know this.)
    As a designer, Adobe tools are a must (I'm a graphic design as well as web designer). Illustrator is my preferred choice for web design proofs for clients, InDesign for print, Dreamweaver I use for coding (by hand - I just like the way it colour codes the raw code).
    If you need to offer professional web design as a service, with CMS capabilities, and want to go with with WordPress, or Drupal, or Mod X , or CMSMS, or a proprietory system, and don't want to outsource to a professional developer who knows what they're doing, then learning to code is a must, not an optional extra - CSS is not difficult (need to be aware of cross browser limitations though), HTML is so easy, PHP is harder but is worth knowing, for other CMSs the Smarty Templating language is often used, other web technologies can be handled by outsourcing to serious developers/programmers. Learning how WordPress works (from the backend) is not enough. Learn how to develop with it. If deciding to go with WordPress, don't rely on free plugins, get some very good quality premium ones (just the core set) and be prepared to spend some money on these tools. (Would you use a tradesperson who only relied on free or cheap sub-standard tools?) - Machine generated code is no substitute to hand written code. (Remember the old ImageReady and the spurfluous generated HTML from a sliced layout? Yuk!)
    I can say,  if you are a very good front end designer and can design a site layout, then learning how to develop that layout for a CMS is very satisfying indeed - at the very least, start by learning how to code it into a HTML layout with CSS, get some initial help with this from Dreamweaver and go from there. Code for me is another tool to add to my Adobe toolset to satisfy creative output.

  • Re Adobe Muse:  How to get small canvas to fill desktop in preview or publish?

    I have noted that many of the Muse demos show a site or page canvas that is like 0-1060 in size.  When previewed or published it fills the desktop screen!  The demonstrators proudly say the site is created in Muse with "no coding."  My site is set to 1150 yet still shows borders. 
    How do I set a page or site to automatically fill the desktop? 
    I'd like to try the Parallax Scrolling but I want it to fill the screen!

    Just so you are aware, there is only so far you can take a site in Muse. A lot of those sites have been edited outside of Muse after a point to get more out of them. Its a bit falsy that best of Muse bit on Adobe.

  • Adobe muse - how to upload images in photo gallery in the admin console?

    Question from Adobe Muse beginner - I can't figure out how images can be uploaded in a slideshow/photo gallery in the admin console? I can edit or delete images but not upload additional images?

    Hi,
    May I know which admin console are you talking about.
    You are talking about Business Catalyst or Adobe Muse?
    Please provide the steps to access the admin console via Muse.
    Regards,
    Gaurav Aggarwal

  • Adobe Muse: How to retrieve my file

    I asked a question on here a few days ago and have been e-mailing back and forth with a few Adobe members..and I thought my problem was solved, but nope!
         So, my original problem was that I was trying to open a newer version of Adobe Muse on a computer that has a slightly older version of it. But, this is where it gets tricky: My Muse at my home (where I actually have CS6 but had downloaded a trial version of Muse using CC) has expired.
         Now, I was talking to someone from Adobe who said I could re-do the trial version with a different e-mail. My question is: HOW? I tried to do it just a few minutes ago, with another e-mail I have that hasn't been associated with Adobe before, and it didn't work. I made the new account and then signed into the desktop CC pull-down menu thing with it. So, then I uninstalled CC and reinstalled it and it still said "Trial expired" under Muse in the desktop pull-down menu. So, then I uninstalled Muse and re-installed it and still, it did not work. So, how do I get another trial version? I promise I am not going to abuse it. But I NEED my project back!!! This is my final project for my graphic design class due in one week and two weeks before graduating..HELP..

    Hi Nikkita,
    What options do you get on the screen where it says Trial Expired?
    Regards,
    Aish

  • Adobe Muse - How to Build a Bilingual Website?

    I need to build a bilingual website for a client using Adobe Muse. Anyone know how to do it? I already built the English version. Now I need to build the Spanish version. I thought I could just make two Master pages - English and Spanish Master Pages, but that didn't work.
    Help!
    Thanks,
    SM

    Hi Stephanie,
    Please refer to the following forum post : http://forums.adobe.com/thread/1084357
    Regards,
    Aish

  • Adobe Muse: how to access HTML code inserted?

    Hi everyone,
    do you know how to edit HTML code already inserted in an Adobe Muse template?
    This code is for analytics purpose.
    Thanx
    fremo

    This forum is actually about the Cloud, not about using individual programs
    Once your program downloads and installs with no errors, you need the program forum
    If you start at the Forums Index http://forums.adobe.com/index.jspa
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says ALL FORUMS) to open the drop down list and scroll
    http://forums.adobe.com/community/muse for program questions

  • Adobe Muse does not show motion scroll tab

    Hello,
    I installed trial version of Adobe muse (latest version). I click on "effect" link on top. But I can only see 3 option Shadow, Bevel, Glow. 4th option "Motion scroll" is missing. Can some tell me what's wrong with it? I tried to re-install it around 5 times, but it is still same. Please help me.

    Scroll effect is same "Scroll motion" just renamed & added some more features. It helps to animate things across website.
    If you are looking for parallax effect in a particular box, for example: Adobe Muse CC Parallax Scrolling Tutorial | Scrolling Image Masks - YouTube
    You have to find scroll tab in "fill", or you can go through with example.

  • How to show My Tasks from all sites in site collection

    I have a site collection with several sub sites
    Each site has multiple lists and on those lists, Publishing workflow is enabled.
    For each workflow I have a SharePoint group named "Approver" in which I have added two persons:
    Person1
    Person2
    All workflows are setup like this:
    1. In workflow where it asks for Approvers I have given that group name "Approver"
    2. In "Order" I have selected "All at once (parallel)" because I want any one of the approver to approve tasks
    3. Below in "Expand Groups" option I have de-selected the checkbox
    The workflow is working fine as it shows pending tasks in Workflow Tasks lists as well as each approver gets an email alert.
    BUT
    I am displaying each Workflow Tasks list in each site which is not user friendly. I want to show all pending tasks in a single list to user.
    For that I added CQWP but problem is you can filter by "Assigned To = Approver" where approver is group name here as described above. CQWP only accepts USER NAME and not GROUP NAME in "Assigned To" field.
    If in step 1 above I give each user name instead of group name "Approver" then unless all users have approved/rejected tasks, workflow doesn't ends which I don't want. I want any one of the user to end workflow by approving/rejecting.
    What should I do now?
    TLDR
    If somehow I can filter by user group name in CQWP then my problem will be solved.

    Thanks.  It's a very detail-oriented process, tedious if you will. (Which is why I posted, hoping someone doesn't have to spend 3 weeks like I did.)
    As far as security trimming it, I think you have to ask yourself how you would security trim info within any web part? Unfortunately, I don't think it's very straightforward to do. 
    My best guess would be to solve with jQuery / JavaScript.  So, you would have a webpart to display the content, then code to determine what CAN be displayed, I don't see how you could do both without creating a custom webpart via VS.
    Steve Clark, MCTS |
    Twin-Soft Corporation
    Easy Bins Roll-off Dumpster Rentals in Northern VA
    Specializing in:
    Driveway-sized, roll-off dumpster rentals in Fairfax VA |
    Dumpster Rentals for Junk Hauling in Springfield VA
    Roll-off Rental Dumpsters in Annandale, VA |
    Dumpster Rentals for Estate Cleanout in Alexandria VA

  • Adobe Muse Error # 3115 when attempting to open a Site

    I created a Muse Site on my Desktop. When I attempt to open the site on my laptop I get the following message: "The adobe muse site file cannot be opened error #3115." I have Adobe CC installed on both machines and the file is on my dropbox folder. Other sites created under the same circumstances work fine. I cannot find any relevant documentation. I tried importing a Musegrid widget that the site employs before attempting to open the site but that didn't work. It's a rather simple site. It uses one 3rd party widget: MuseGrid Mega Menu One. Any ideas?

    Hello,
    Could you please check if you are able to open the muse file after saving it to some other location on your machine?
    Regards,
    Neha

  • In adobe muse, how do you control the replyto address for a form?

    I'm creating a website for a client, and when I created an email form, it shows up in the recipient's mailbox as from me, or rather my Adobe ID's registered email. How can I make this a different reply-to address?

    If you're using FTP upload, then Muse generates PHP files for your form.
    The Muse PHP form files set the email 'from' address to the same email address as you specify in the 'to' option for the form.
    This is done because some hosting providers refused to deliver email from somesite.com unless the from address is [email protected] (because it's more likely to be spam).
    So Muse uses the same email address in the 'from' and 'to' line because it makes it more likely that the form emails will actually make it to you(or your client).
    Note that the email 'reply-to' header is filled in with the email address entered by whoever filled out the form, so you can hit 'reply' in your email software to reply to the form submitter.
    In the future we may add the ability to specify the 'from' email, but Muse doesn't have that feature yet.

Maybe you are looking for