Content Holder in Muse

I am attempting to use a content holder in Muse so an area of content can be shared across the Desktop and Mobile version.
Under Settings, I changed the setting so Muse Editing is off. That way i see the Content Holders show on the admin menu on left.
I created a content holder with some plain text, surrounded it with  ice:editable class:
<div ice:editable="content">
<p> Test text in here </p>
</div>
I got the content holder module tag  {module_contentholder,11111111} and turned the Muse Editing under settings back on.
I placed the content holder module tag  {module_contentholder,11111111} on my Muse layout as an Insert HTML .... republished Muse site ... the page showed the <p> content but did not allow it to be editable unlike other Muse content.
Is there a way to make this work so I can share content without having to edit over both layouts?
thanks

I have followed these steps and still continue to get the following error message:
ERROR: You have deleted your web form. Please login to the Admin panel of your website and remove the previously submitted form from the web page you last visited. You will need to recreate this web form by going to Modules -> Webforms. After recreating simply insert this new web form into the web page and your web form should work properly.
When I published the BC form on a page and submitted it, I got the following message:
Credit Card Payment Failed
There was an error processing your credit card. Please correct this and try again.
ERROR: An error occurred while processing credit card
Non-seamless gateway with no shopping cart not supported. Error
Please go back and correct this.
Any suggestions?

Similar Messages

  • Dynamic Content Holder

    I've got html for a header that needs to go on all pages of an Adobe Business Catalyst site that I'm building, however, the header needs to change which menu item is bolded depending on the page it's on. I don't want to use a Menu because I've already created the html code for the entire header. Putting the code in a Content Holder seems like the best choice, but is there a way for me to insert the content holder into pages but tell it which item to mark as selected?
    Any help or advice would be greatly appreciated, thanks!

    Not yet (custom parameters for tags are coming...), but in the meantime you can use CSS:
    On one of the pages:
    <div class="page-alpha">
        {module_contentholder,name="Header"}
    </div>
    On another:
    <div class="page-beta">
        {module_contentholder,name="Header"}
    </div>
    etc...
    Inside the content holder:
    <ul>
        <li class="boldon-alpha">a</li>
        <li class="boldon-beta">b</li>
        <li class="boldon-gamma">c</li>
    </ul>
    In your CSS:
    .page-alpha .boldon-alpha {
        font-weight : bold;
    .page-beta .boldon-beta {
        font-weight : bold;
    etc...

  • Organize content holder by category

    We have a site where our list of content holders is getting a little unwieldy. We are adding a prefix to each content holder to help aid in searching, but it could be better. Is there a way now, or is there room for a future feature that would let a content manager assign these content holder items to a category that can be used as a filter? I noticed that there is a way to filter web app items alphabetically which really isn't much help. There is also an option to filter these web app items by category; however, you don't get a list of predefined categories, you just get alphabet.
    Thanks!

    Not at the moment no, But I would look at why so many content holders are being used. I have never needed to make a lot to have that problem even on big sites.

  • Content Holder Menu vs. Dynamic Menu--which should I be using?

    I've recently taken over managing a site handled through BC. I'm trying to add submenus to our navigation but I'm struggling to determine how since the previous person set up menus via the Content Holder. Do I need to switch (or is it simply better to switch) to Dynamic Menus to have properly functioning submenus?

    Hi Cedric, thanks for replying!
    There is:
    <ul class="nav">
        <li><a href="/">HOME</a></li>
        <li><a href="/about-us">ABOUT US</a></li>
        <li><a href="/products">PRODUCTS</a></li>
        <li><a href="/partners">PARTNERS</a></li>
        <li><a href="/blog">BLOG</a></li>
        <li><a href="/service-first">SERVICE 1st</a></li>
        <li><a href="/support">SUPPORT</a></li>
        <li><a href="/careers">CAREERS</a></li>
        <li><a href="/contact-us">CONTACT US</a></li>
    </ul>
    Which looks like:
    What I'm wanting to do is simple enough--just to move some primary pages to subs and add subs to other primary pages. But without being a pro coder, I don't know what I can do within these content modules without screwing up the current appearance of the navigation and buttons. I've maintained pre-existing sites before and created them through Dreamweaver (I don't have access to Dreamweaver now), as well as through services and such, and I'm fine with HTML, but I've not worked with BC and the content module method so I'm lost.

  • Google analytics in content holder

    Is it possible to place Google Analytics code into a content holder, so if the client needs to update it later advertising tracking purposes they would only need to do this in one spot?

    yes  and there's also a BC.App for this too.

  • How can I keep a tag open in a content holder?

    As a way to make a certain website more manageable to non-coders, I split up an accordion into many content holders. However, for the accordion to work properly, a <div> tag has to stay open in each content holder. As you'd expect, Catalyst automatically closes all open tags, meaning my accordion breaks. Is there any way to keep this from happening?

    As a way to make a certain website more manageable to non-coders, I split up an accordion into many content holders. However, for the accordion to work properly, a <div> tag has to stay open in each content holder. As you'd expect, Catalyst automatically closes all open tags, meaning my accordion breaks. Is there any way to keep this from happening?

  • Publishing Edge content in a muse site

    So I've been adding a lot of adobe edge animations to my muse website.  When I go to publish the muse site, it says there are 1900 image files to upload, and I see all these images that aren't even in my website.  I think for some reason when the edge projects are being added to my muse site, they're dragging the ENTIRE library of available images with them into muse in the OAM package, making it take forever to publish my site.  Is there anyway to get rid of this extra image library?  Is it a problem with muse, or with animate?  Thanks for anyone who has any idea!

    Hi.
    One cheap way: an inline frame (iframe tag) on your marketing website could display your portal news page (or a page portlet housed on yet another page, with only the desired regions displayed).
    Another more flexible yet more programmatically intense option: expose your portal content as RSS or XML. We've created some PL/SQL procedures that leverage the Portal content APIs and views (e.g. wwsbr_all_items). That lets us pull out the content however we want and use server-side XSLT to render it elsewhere.
    Hope this stimulates some ideas.
    -John

  • BUG: Content moving between Muse and Preview/Browser

    Content on the sites I design move from where its placed in the muse application and where it is in preview mode on a browser (or actually uploaded) before the update where it was on Muse was where it was when it was uploaded, what was on preview was just incorecct. However now what gets uploaded is what is shown in preview mode now Muse, which is incorccectly placed.
    It's done it in some kind of form on every project I've completed.
    Hopefully the pictures below will explain this better.
    The items below aren't in the "footer" and this is on a page, not a master.
    Any help would be appricated.
    The only "cure" I've found for it is to copy the parts which are incorrect, and paste them in place. Usually this makes something else move (in this case the white bar went to where it is in muse and the black sides went back to where they should be in preview so I had to then copy the white bar and paste it in place)

    Thanks BenB.
    What Mac are you on?
    2 x 2.26 GHz Quad-Core Intel Xeon 8 GB
    Digital Rebellion, free app called Preference Manager, trash FCP X preferences.
    Yes - I AM the TrashMeister!
    I also find sometimes I have to toggle Scrubbing on/off (s key) once or twice to break out of playhead issues on rare occation.
    That's a bug, too, then.
    I can get out of it (by clicking with the mouse) and trashing the prefs seems to help - but it looks like a bug to me.
    Surely trashing the prefs should not be required - I rearely need to trash the prefs of any other application - and if it is (and it has been since I started using FCP 4) then why the h*ck doesn't FCP X trash its own wretched prefs?
    Andy

  • How to add Edge content to Adobe Muse? (I know that its been asked a lot)

    Hello. I need a little help putting Edge content into my adobe muse website. I saved my file in edge and put all the content in a folder. The folder included edge_included and the other files generated. I then went to my muse site and inserted. I uploaded those files into a new folder on the root of my file manager on business catalyst and nammed it banner1.
    I then inserted the following code into muse.
    <iframe src="banner.html" width="100%" height="100%" frameborder="0" scrolling="no">
    </iframe>
    Banner.html was the only html file generated by edge so thats what I replaced "Project-Header-r1v1.html"
    When I publish my site I get the error message "Page Not Found" where my Html content should be.
    I was trying to put the html5 content in the presentation widget, and thought that it might be the problem, but it didnt work anywhere else on the site.
    **The HTML5 content was just animated text used with TypeKit, Could this be the problem?
    Any help would be apreciated, troubleshooting sucks! Thanks

    From the error message "Page Not Found", it seems that you haven't given the path to "banner.html" correctly. You mentioned that you "uploaded those files to a new folder on the root..." - does that mean you put the html file and edge_included folder into a new folder in the webserver root? If yes, and if your page containing the <iframe> code is on root, you need to change the <iframe src="banner.html"... to <iframe src="folder_name/banner.html"...
    Hope that helps,
    Cheers,
    Vikas

  • Edit in Html mode in content holder and everything dissapear

    Everytime I try to edit in Html mode in business business catalyst. All the content will disappear.
    Now my whole header is gone! and don't look like i can undo it

    This normally happens if the html is malformed, with no close tags or incorect formation, the editor tries to fix that up but sometimes will just loose it.
    Also it is only XHTML compliant, so if you do any HTML5 it wont know what that is.
    Really try and avoid doing html stuff in that html view of the editor.

  • How to create content filters in muse?

    I want to ceate filters in my site like http://uk.rimmellondon.com/products/face but i guess there is no method in muse..
    if any..please help me..
    thanks..!!

    Hi,
    Please refer to the following link How to create a table with muse?
    Regards,
    Aish

  • Feature Request - Ability to organize content holder, media downloads, etc

    Are there any plans to add a feature to BC to allow admins/users to organize things like content holders, media downloads, news, etc? We would really like the ability to be able to tag these items (or something) and then search for these items in admin by using search and/or by checking tags to filter down the options. Some of our sites have accumulated a lot of these items over time and it gets a little difficult to find them as the list grows. Thanks!

    Eric-  While you are waiting for this feature to be added to reporting-- have you tried using Google Analytics Event Tracking to track the downloads?  You'll get an accurate representation of downloads if you hook that up.
    For more information on Event Tracking see: https://developers.google.com/analytics/devguides/collection/gajs/eventTrackerGuide
    You might, for instance, make sure all your Media Download links have a class of "media-download" and using javascript can track a "Download" event when those links are clicked.

  • Content Holder?

    Hi all,
    I'm a bit stuck here....I can't see where I can remove the 'Join' and 'My Account' options at the very top of this page. It isn't in the template and I can't find it any of the Content Holders?
    Any ideas?
    Cheers

    Hi Mario,
    Sorry, the URL is http://www.twinemarketing.com/
    Thanks
    Paul

  • Quick question:  clear jlabel contents holding icon

    Hi All,
    I've been searching through the JLabel documentation and I've been trying to remove a JLabel's contents that displays an image.
    // Here is the add code
    JLabel1.setIcon(myImage);
    How would I remove/clear this icon? I've tried JLabel1.removeAll(), JLabel1.remove(), and even tried JLabel1.getComponentCount() but the component count returned as 0.
    There's gotta be an easy one liner for this. Please help. Thanks!

    Here's what the API documentation for JLabel has to say about setIcon:
    setIcon
    public void setIcon(Icon icon)
    Defines the icon this component will display. If the value of icon is null, nothing is displayed.
    The default value of this property is null.
    So the easy one-liner isJLabel1.setIcon(null);

  • Content Holder How do you get css class to appear in the wysiwyg editor? The only option is "clear class".

    Need an answer to my question: How do you get css class to appear in the wysiwyg editor? The only option is "clear class".

    Liam,
    If it's not supported there, then where can I access the css and do you have any recommendations for a simple app to change the css style?

Maybe you are looking for