I have implemented New UI SiteEdit in Tridion 2011 SP1. When I have created a page without components in it ,I am able to edit the page. If I am inserting the component I am not able to edit the page. Please help on this issue?
New UI SiteEdit Implementation
179 Views Asked by user1808474 At
2
There are 2 best solutions below
1
Nickoli Roussakov
On
This can be a result of having an syntax error in your inline editing commands (i.e. the JSON syntax inside HTML comments). Normally you would use the OOTB building blocks that generate this for you, however, in some extreme scenarios, this syntax is written out by hand. I suspect that you may have the latter scenario. Verify your component and component field command syntax.
Related Questions in TRIDION
- Tridion: Not able to copy paste the items in lower environment
- Tridion and SOLR Configuration
- How to Read the Tridion Page URL from the publication using Core Services?
- C# how to add values in ItemFields inside EmbeddedSchemaField of a STUB component
- can not sort on a field w/o docValues unless it is indexed=true uninvertible=true and the type supports Uninversion
- Problem with content unpublish in Tridion 2013 SP1 HR1
- Is there a function to get the unpublish info of a page in Tridion CoreService?
- Tridion Web 8.5: Can't copy and paste component
- Can't access XML node using xpath (namepace issue?)
- Deployer extension to fetch component fields in tridion
- item '/system/config/_all.json' not found for Localization '94'
- Tridion RTF Issue
- How can I check component/page is published to which target?
- Parent Publication option is not shwoing
- Update preview is not working as expected - Tridion 2013sp1hr1
Related Questions in TRIDION-2011
- How can I check component/page is published to which target?
- Update preview is not working as expected - Tridion 2013sp1hr1
- I got a "a non-generated template is already present" error using TcmUploadAssembly
- Selenium Firefox Pop-up blocker leads to fail the test case execution
- What is Virtual Folder in Sdl tridion
- SDL Tridion 2011 content manager - date filter is missing on list view
- How to show content published from Tridion 2011 in separate .net application
- SDL Tridion Content Porter to Merge Content
- SOLR can do searching on Broker DB data only
- ASCX User control SDL Tridion 2011
- Tridion Broker: get keyword id from item_categories_and_keywords using API
- Obtaining component title from the Tridion broker
- How to publish dynamic components in SDL Deployer file system maintaining the folder structure as in CME?
- Migration : if content migrated from tridion r5.XX to 2011?
- How can we provide the path for the image file in order to create the multimedia component in server?
Related Questions in EXPERIENCE-MANAGER
- Facing issue when i try setup a AEM environment locally
- How to get Experience Fragment component data as json in page level
- Issue regarding SlingRequestProcessor in AEM as a Cloud Service not support?
- How to disable checkboxes 's option in dialog.xml in CQ5 AEM?
- How to add simple label on dialog.xml in CQ5 AEM?
- AEM Adaptive Form Table Component Issues
- Endeca baseline update is failing: SEVERE: Utility 'rmdir_dgraph-input-old' failed
- Update preview is not working as expected - Tridion 2013sp1hr1
- Not able to proceed with cq launcher
- 403 Response From Adobe Experience Manager OAuth 2 Token Endpoint
- AEM Touch-Optimized UI not found
- AEM 6.1 : Best way to implement Country-State Dropdown
- Endeca Migration
- is there anyway tool or add-on to support capabilities like Endeca experience manager in ElasticSearch/Solr search?
- How to override XPM Cancel Button?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
When changing a Page in New UI (Experience Manager or XPM), the page is checked-out. What you might be seeing for other users is expected behavior--other users should not be able to edit the page in the CME or within XPM.
Also, you should be restricted from editing content page for even the same user that has a different session (e.g. viewing the page from another browser).
When editing the page with the same user and session, you should be able to add multiple components. The page is checked out. Editing content on the page should be "editing components," rather than the page itself.
Let us know if you're seeing something else.