Online Page Editor Add-on Support Product Page
Answered
I am having the issue below that can't make online editor initiate
Asked 22 Feb 2012 16:37:13
1
has this question
22 Feb 2012 16:37:13 Jamie Caporaso posted:
I just purchased online page editor, set it up. but I am not getting the login to initiate. Please help. www.bgbwellness.com/ Replies
Replied 23 Feb 2012 07:41:47
23 Feb 2012 07:41:47 Vulcho Vulev replied:
Hello Jamie and welcome to DMXZone Support forums.
For some kind of reason there are errors in your code , please change the following lines of code :
1.)
Should become:
2.)
Should become:
Regards : Vulcho
For some kind of reason there are errors in your code , please change the following lines of code :
1.)
<link rel="stylesheet" type="text/css" href="styles/dmxEditor/mint/mint.css" />
Should become:
<link rel="stylesheet" type="text/css" href="Styles/dmxEditor/mint/mint.css" />
2.)
/* dmxPageEditor name "dmxPageEditorGlobals" */ jQuery(document).ready( function() { jQuery("body").dmxPageEditor( {activationKey:"ctr+f2", editableRegionsList:"Headline, body1", securityMethod:"login", actionUrl:"dmxPageEditor.php", editorConfig:{includeCss:"../BGB.css", skin:"mint", locale:"en"}} ); } ); /* END dmxPageEditor name "dmxPageEditorGlobals" *//</script>
Should become:
/* dmxPageEditor name "dmxPageEditorGlobals" */ jQuery(document).ready( function() { jQuery("body").dmxPageEditor( {activationKey:"ctr+f2", editableRegionsList:"Headline, body1", securityMethod:"login", actionUrl:"dmxPageEditor.php", editorConfig:{includeCss:"../BGB.css", skin:"mint", locale:"en"}} ); } ); /* END dmxPageEditor name "dmxPageEditorGlobals" */</script>
Regards : Vulcho
Replied 23 Feb 2012 13:03:46
23 Feb 2012 13:03:46 Jamie Caporaso replied:
I can load the editor now.
When saving I get an error.
Server error: can not open file for writing/index.html
Make sure you gave system user "write access to it.
can you tell me what the issue is?
Thanks!
When saving I get an error.
Server error: can not open file for writing/index.html
Make sure you gave system user "write access to it.
can you tell me what the issue is?
Thanks!
Replied 23 Feb 2012 14:45:13
23 Feb 2012 14:45:13 Jamie Caporaso replied:
I got it to work!!
Question, when I viewed one of the demos one of the selling points of this interface was that you could browse and upload a photo. however, when I try to add a photo I have to add a URL link and this is probably above my clients ability. How do I get the browse to work?
Question, when I viewed one of the demos one of the selling points of this interface was that you could browse and upload a photo. however, when I try to add a photo I have to add a URL link and this is probably above my clients ability. How do I get the browse to work?
Replied 23 Feb 2012 15:46:38
23 Feb 2012 15:46:38 Vulcho Vulev replied:
Hello Jamie.
Take a look at the Image Gallery Add-on , which will provide your HTML Editor with the desired functionality.
Image Gallery Add-on
Take a look at the Image Gallery Add-on , which will provide your HTML Editor with the desired functionality.
Image Gallery Add-on