Import Fails for Duplicate Lists
-
Hello,
Whenever I duplicate a list (numbered or unnumbered) in AirStory, the whole AirStory document will fail to import in WordPress.
For instance I create a list:
- item 1
item 2
item 3
Next, I duplicate that list with a copy / paste.
I noticed the HTML will look as follows:
<p>here is a list</p> <ul> <li id="9eb4bb86-6baf-47a0-8b3e-cf5f112ae623">item 1</li> <li id="a0d38fb5-ef2e-46cc-8508-4af10bb3f348">item 2</li> <li id="aab99955-9302-4f76-afd2-4de85f71f1c9">item 3</li> </ul> <p><br /></p> <p>here is a dup</p> <ul> <li id="9eb4bb86-6baf-47a0-8b3e-cf5f112ae623">item 1</li> <li id="a0d38fb5-ef2e-46cc-8508-4af10bb3f348">item 2</li> <li id="aab99955-9302-4f76-afd2-4de85f71f1c9">item 3</li> </ul> <p><br /></p>
Both lists carry the same “id=” tag value. This causes the import to fail …
Is there a known workaround?
Regards,
Steve Williams - item 1
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Import Fails for Duplicate Lists’ is closed to new replies.