Trey
Forum Replies Created
-
I am marking this as resolved since it’s been inactive for a while. If you still have questions about this, or if you’re still running into the same issue, feel free to follow up in this thread.
If anyone else has questions about this, please open a new topic.
Hi @vimalroy08,
Would it be possible for you to send us the problematic query that you’re using? I did a basic test on PHP 8.3 with this query:
'post_type' => 'post',
'post_status' => 'any'And, it worked without errors.
Forum: Plugins
In reply to: [WP All Import – Property Import for Realia] Edit property frontendHi @cristian200175,
This plugin, “Import Property Listings into Realia”, is an add-on for WP All Import that allows you to import property listings and edit them via imports by updating and re-running the import that created them: https://www.wpallimport.com/documentation/update-import/, or by setting up an import that updates existing items: https://www.wpallimport.com/documentation/update-existing-posts/.
Hey @simon_a6,
If I share on here the URL of the image, and the publish date as seen in the CSV, can you tell me what maybe wrong please?
The free version of WP All Import doesn’t support importing images, unfortunately.
As for the published date, yes, please send us the date as it is seen in the CSV, and a screenshot showing where you’re importing it.
Forum: Plugins
In reply to: [WP All Import – Import Add-On for ACF] term_relationships insert bugHey @monkeypress,
Apologies for the delay, I missed this post. You were right, this line was problematic, and we fixed it in the latest update. Thank you for bringing it to our attention!
Forum: Plugins
In reply to: [CSV Importer] Import CSV in sequenceHey @ingridwp1,
By default, WordPress orders posts by their post date in WP admin, so you can define the order by defining the post dates in the import file with 1 minute apart, like this:
csv_post_title,csv_post_post,csv_post_type,csv_post_excerpt,csv_post_date
Post 1,Content 1,post,Excerpt 1,2026-01-08 2:10pm
Post 2,Content 2,post,Excerpt 2,2026-01-08 2:09pm
Post 3,Content 3,post,Excerpt 3,2026-01-08 2:08pm
Post 4,Content 4,post,Excerpt 4,2026-01-08 2:07pm
Post 5,Content 5,post,Excerpt 5,2026-01-08 2:06pmHey @vnoben,
Thanks for bumping this. This fix is planned for the next release, as long as no major issues are found in testing.
Hey @iali83536,
Thanks for sharing this. Since you’re using our paid (Pro) plugins, please contact us about this issue here: http://www.wpallimport.com/support/. We are only able to help with our free plugins on this forum.
- This reply was modified 2 months ago by Trey.
Hi @iali83536,
That’s odd. Can you please send me a screenshot showing which versions of our plugins you’re using so I can try to reproduce it on my side?
Hi @ateufel,
Since this is an error in WP All Export Pro, can you please send this to use at http://www.wpallimport.com/support/? We can only help with our free plugins on this forum.
Hey @szympekk,
WP All Import searches for “{“, “}”, “[” and “]” to parse import elements and inline XPath/functions, which is why they’re being stripped. You can fix this by escaping all of those characters that are not meant to be elements or functions with backslashes:
<ol>
<li><strong>Example Question 1?</strong>Example answer text.</li>
<li><strong>Example Question 2?</strong>Example answer text.</li>
<li><strong>Example Question 3?</strong>Example answer text.</li>
</ol>
<script type="application/ld+json">
\{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": \[
\{
"@type": "Question",
"name": "Example question?",
"acceptedAnswer": \{
"@type": "Answer",
"text": "Example answer text.{example_variable[1]}"
\}
\},
\{
"@type": "Question",
"name": "Another example question?",
"acceptedAnswer": \{
"@type": "Answer",
"text": "Example {example_variable_2[1]}text."
\}
\}
\]
\}
</script>As for this:
if the JSON-LD script is not placed inside the <!– wp:html –> … <!– /wp:html –> wrapper, the importer automatically wraps the <script> tag inside <p> tags, and the content inside gets converted into <br> elements. This breaks the JSON-LD completely.
I couldn’t replicate it in my tests. Can you provide more details and screenshots showing how I can reproduce the issue on my side?
Hi @iali83536,
It’s possible that it’s not working because those products don’t have the fields at all. Please try starting a new export, select “WP_Query Results”, and then try this query:
'post_type' => 'product',
'post_status' => 'publish',
'posts_per_page' => -1,
'meta_query' => array(
'relation' => 'OR',
// Weight missing or empty
array(
'key' => '_weight',
'value' => '',
'compare' => '='
),
array(
'key' => '_weight',
'compare' => 'NOT EXISTS'
),
// Length missing or empty
array(
'key' => '_length',
'value' => '',
'compare' => '='
),
array(
'key' => '_length',
'compare' => 'NOT EXISTS'
),
// Width missing or empty
array(
'key' => '_width',
'value' => '',
'compare' => '='
),
array(
'key' => '_width',
'compare' => 'NOT EXISTS'
),
// Height missing or empty
array(
'key' => '_height',
'value' => '',
'compare' => '='
),
array(
'key' => '_height',
'compare' => 'NOT EXISTS'
),
),Forum: Plugins
In reply to: [WP All Import – Product Import for WooCommerce] DOUBLE SLASH //Hi @intershop,
You’re using the Pro plugin, so you’ll need to contact us here: http://www.wpallimport.com/support/. We can only help with our free plugins on this forum.
Hi @raalknz,
Is there something I can ask my host to allow the plugin to get the data ? Or should I contact the dev from the other application ?
You’d need the application that’s hosting the feed to whitelist your server’s IP so that it can fetch the import file.
That said, importing external feeds is a Pro feature, and we can only help with our Free plugins on this forum. If you need more assistance with this, please contact us at http://www.wpallimport.com/support/.
- This reply was modified 2 months, 1 week ago by Trey.
@18tommyboy usually they don’t show up in the drop-down unless you manually publish a product with data in that field.