Online Page Editor Add-on Support Product Page

Answered

I have a problem with the page editor.

Asked 23 Dec 2012 08:25:47
1
has this question
23 Dec 2012 08:25:47 Jos Grinsven posted:
I used it on a site, developed in PHP wich i had to edit. I set the new site up as html. I used the editor on a template i created. But now when i try to log in, the login box does not show. I think it's messed up. If no one has the answer to solve this, how can i remove the page editor and start again?I think its because i derrived it from a php site. In other projects the editor works good.
I contacted the help, can not fix it either so far.
Can anyone help?

Replies

Replied 25 Mar 2013 08:08:27
25 Mar 2013 08:08:27 Miroslav Zografski replied:
Hello Jos,

Removing the Online Page editor from a page you will need to remove some code.
First : check for a script that is embraced by following comments in Code view:

/* dmxPageEditor name "dmxPageEditorGlobals" */

... 

/* END dmxPageEditor name "dmxPageEditorGlobals" */


Second : check for and remove following includes again in Code view:

<script type="text/javascript" src="ScriptLibrary/require.js"></script>
<script type="text/javascript" src="ScriptLibrary/dmxPageEditor.js"></script>


Removing those will remove the Online Page Editor from that page.
Also when applying the Online Page Editor on HTML page ( not php or asp) you should be asked to set the Serverside language your server supports. A drop down menu should be available in the OPE Main Dialogue as well as in the Adv. HTML Editor options dialogue.
I guess in your case the PHP option is your choice.

Regards.

Reply to this topic