close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

How do I disable live edit?

Thread began 1/06/2014 10:29 am by Paul | Last modified 1/06/2014 12:17 pm by Jason Byrnes | 1423 views | 7 replies |

Paul

How do I disable live edit?

I don't want the "show Live Edit" or "Hide Life Edit" icons to show up on web page. How do I disable that function?

Sign in to reply to this post

Jason ByrnesWebAssist

when you add a content area to the page, it will add code to for the content area similar to:

<?php echo WA_getCMSContent($database_PowerCMSConnection, $PowerCMSConnection, 'content page', 'content area'); ?>


add an additional argument ",true" to the end to hide live edit:
<?php echo WA_getCMSContent($database_PowerCMSConnection, $PowerCMSConnection, 'content page', 'content area',true); ?>

Sign in to reply to this post

Paul

Hi Jason,

I saw that post earlier and did add true to the argument. The live edit icon is gone from the editable content area, but still shows up at the bottom of my web browser. Visible on Firefox on Mac and IE on PC; not however, on Safari on Mac and Firefox on PC?

Sign in to reply to this post

Jason ByrnesWebAssist

in the WA_CMS/WA_CMS.css change:

#cms-admin-controls {
left: 30px;
}

to:
#cms-admin-controls {
display: none;
left: 30px;
}

Sign in to reply to this post

Paul

Hi Jason,
That did the trick! It must have taken the server a bit to update. Gone now. Thanks so much!

Sign in to reply to this post

Jason ByrnesWebAssist

I'll need to troubleshoot directly, see the private message section.

Sign in to reply to this post

Paul

Hi Jason,

I edited my last post. It must have been the server taking a bit to update. Thanks!

Sign in to reply to this post

Jason ByrnesWebAssist

ok, glad to hear it is working.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...