Digital experiences for all disciplines
Forum Replies Created
-
-
July 30, 2013 at 5:01 pm in reply to: Having Problems or Issues with XML Demo Content Upload? Try This Solution #13628
yeah same here, I am currently have to break down the xml file into about 70 parts and import those individually. But just to confirm, is this what I need in the xml template for it to import correctly?
<?xml version="1.0" encoding="UTF-8" ?>
<!-- This is a WordPress eXtended RSS file generated by WordPress as an export of your site. -->
<!-- It contains information about your site's posts, pages, comments, categories, and other content. -->
<!-- You may use this file to transfer that content from one site to another. -->
<!-- This file is not intended to serve as a complete backup of your site. --><!-- To import this information into a WordPress site follow these steps: -->
<!-- 1. Log in to that site as an administrator. -->
<!-- 2. Go to Tools: Import in the WordPress admin panel. -->
<!-- 3. Install the "WordPress" importer from the list. -->
<!-- 4. Activate & Run Importer. -->
<!-- 5. Upload this file using the form provided on that page. -->
<!-- 6. You will first be asked to map the authors in this export file to users -->
<!-- on the site. For each author, you may choose to map to an -->
<!-- existing user on the site or to create a new user. -->
<!-- 7. WordPress will then import each of the posts, pages, comments, categories, etc. -->
<!-- contained in this file into your site. --><!-- generator="WordPress/3.5.2" created="2013-07-15 11:05" -->
<rss version="2.0"
xmlns:excerpt="http://wordpress.org/export/1.2/excerpt/"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:wp="http://wordpress.org/export/1.2/"
>
<wp:wxr_version>1.1</wp:wxr_version>
<channel>*ADD ITEM CONTENT HERE*
</channel>
</rss>
Yes, Neighbourhood themeforest page says v1.2 ready, but downloaded files in zip all say 1.1.
George do a search of the forums, there are responses to your questions. Also check the comments http://themeforest.net/item/neighborhood-responsive-multipurpose-shop-theme/discussion/5086341
try sticking
.help-bar {display:none !important;}
in the css
-