Copy link to clipboard
Copied
ich nutze den content manager von trusted shops zur Anzeige der Privatshhäre Einstellungen. Leider wird beim Programmieren meiner Seiteninhalte auch dieses script angezeigt. Wie kann ich diese Anzeige deaktivieren?
Short answer: Disable the script while editing.
There are a couple of ways to do this:
1. Switch from Live View to Design View (Ctrl + Shift + F11).
2. Wrap comments around the script.
<!--
<script>
Your script here
</script>
-->
Hope that helps.
Copy link to clipboard
Copied
I don't understand the question, sorry.
What has this to do with Dreamweaver?
What script are you seeing?
Where does it appear exactly -- inside Dreamweaver Design / Live view or in real browsers?
Did you insert the code correctly? Consult the documentation that came with it.
Copy link to clipboard
Copied
The content manager generates a JavaScript, this again the cookie banner, which must be clicked to continue. This banner appears on every page selected in Dreamweaver. How can I suppress the display of the banner in Dreamweaver in order to be able to make text changes on the page?
[Formatting edited by moderator.]
Copy link to clipboard
Copied
Short answer: Disable the script while editing.
There are a couple of ways to do this:
1. Switch from Live View to Design View (Ctrl + Shift + F11).
2. Wrap comments around the script.
<!--
<script>
Your script here
</script>
-->
Hope that helps.
Copy link to clipboard
Copied
many thanks for your help
Copy link to clipboard
Copied
Normally, private information should only be available on the server side so that it is never available on the client side unless explicitly asked for.
At this stage, I cannot see what you have done. The best way to show me is by supplying the URL to your site.