This is an old revision of the document!
====== Issues Encountered to Date ====== ====Install Issues==== Upon creating a login for a client in the kudoseo.client database, and then logging in through kudoseo.com/maas/? If the JSON editor encounters problems with ?read ( object not returning ) ... Then check the config.php file in the /_kudoseo/ installed root directory on the clients webhost server. ===Editor Issues [to be addressed]=== - The text fields in the Kudoseo JSON Editor have trouble with certain characters. particularly ... * The Ampersand character - it is not possible to use (&) - perhaps a #HTMLCharCode may be a work around. * I have upon occasion had trouble with commas in the Editors=>PageMeta=>keyword list. * The Datepicker does not work in FireFox, but does in Chrome and IE EDGE. ===Work Arounds=== **Save Frequently** and **Monitor** the client JSON database. While installing it can be a good idea to open up a browser window to the /_kudoseo/data/ffdb.json file. This allows you to see how the editor is writing to the JSON Database and ensures there will be no JSON errors entered as part of a dataset. ==== Using The Editor ==== If you can write HTML, you can use the JSON Editor to include any regular HTML formatting. As long as your Hyper Text Markup is well formed, it will display correctly.\\ If you encounter issues in this regard - check your HTML well-formedness - all HTML tags you Opened, do they all have Closing Pairs ? Just remember that the last tag the editor must see is an open <p> tag.\\ === Note 1 - 2016-07-14 === When using the JSON Editor - to stack up multiple paragraphs under the one H3+P tag pair : Do the Following ... * In the Paragraph field of the current Section ... * End the current <p> tag using '</p>' the close P tag. * Next, open the <p> tag for the paragraph you want to stack. * To stack multiple paragraphs - always close the current </p> before opening a new <p> tag content * IMPORTANT to Note : The Kudoseo Software will always close the final <p> block. So if you are inserting a stack of <p> blocks - **always leave the final <p> block open**. **Kudoseo will close it.**\\ ** SAVE FREQUENTLY **\\