Jump to content

Offline Page location/broken editor


campusman

Recommended Posts

I was playing around in CC5 setting up a new store and I set the store to offline and proceeded to edit the Offline page contents...just putting in a simple image and leaving the other text about the store being offline. When I save it it seems to include a bunch of extra characters and I can never get the page to diaplay correctly. I dont know if I am doing something wrong or if its just broken. It seems to be inserting \" into the code and breaking the clean code that is there before I save it.

Code Before I Save:


<p>

	<img alt="" src="/images/cache/SkinHealixFront.270.jpg" style="width: 239px; height: 270px; " /></p>

<p>

	Store is currently offline.<br />

	Please visit again soon.</p>





Code After I Save and source in the browser:



<p>



	<img alt=\"\" src=\"/images/cache/SkinHealixFront.270.jpg\" style=\"width: 239px; height: 270px; \" /></p>

<p>

        Store is currently offline.<br />



	Please visit again soon.</p>



Anyone know how to get past this or even better, where this is stored in the database or file structure or cache so I can go in and manually fix it myself? Or manually edit it in the future?

Also, not to push my luck here but the image I uploaded was resized and cached as 270px wide and this is the only version I am allowed to select for display when choosing an image in the editor. Once again, I'd just manually repoint this to the original graphic I want saved somewhere (and I've tried) but when I save my code the editor adds a bunch of characters and breaks it everytime. Any help or insight would be appreciated.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...