taro0904
Forum Replies Created
-
Thank you !
I′ve tried it with
[maybe_import_date({start_date[1}, "date")]
but it wont import any dates.I have the same problem.
Since the update all acf repeater date fields are empty.After installing the old versions again it is running correctly.
But I receive an error from wordpress:
Ein Fehler vom Typ E_ERROR wurde in der Zeile 148 der Datei /wp-content/plugins/wp-all-import-pro/models/model/record.php verursacht. Fehlermeldung: Uncaught Exception: Undefined field date. in /wp-content/plugins/wp-all-import-pro/models/model/record.php:148
Stack trace:
#0 /wp-content/plugins/wp-all-import-pro/controllers/admin/import.php(2986): PMXI_Model_Record->__get(‘date’)
#1 /wp-content/plugins/wp-all-import-pro/wp-all-import-pro.php(652): PMXI_Admin_Import->process()
#2 /wp-includes/class-wp-hook.php(286): PMXI_Plugin->adminInit(”)
#3 /wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array)
#4 /wp-includes/plugin.php(465): WP_Hook->do_action(Array)
#5 /wp-admin/admin.php(169): do_action(‘admin_init’)
#6 {main}
thrownForum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] nested xml fieldsSorry, but I still have problems..
Because its an attribute which has to be added as a child, maybe there exists a function to add attributes in a foreach loop?? Would it be different with atributes?
... <verlauf> <reisetag> <inhalt> The sun is <auszeichnung format=”bold”> very hot </auszeichnung> in the summer </inhalt> </reisetag> </verlauf> ...
Output should be: “The sun is very hot in the summer”
The whole xpath…
{stml_data[1]/srml_journeys[1]/srml_journey[1]/srml_description[1]/reise[1]/verlauf[1]/reisetag[5]/inhalt[1]/auszeichnung[1]}And…Because I have some more field in my FOREACH loop how do I have to write the template?
[FOREACH({data[1]/journeys[1]/journey[1]/description[1]/reise[1]/verlauf[1]/reisetag })] {@order}. Day:{titel[1]} [wpai_wpallimport_xml_row({alltext[1]})] {meals[1]} [ENDFOREACH]
Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] nested xml fieldsThank you for your answer, but therre are some mor questions…
Ive copied the snipped in my functions.php. Do I have to add or change anything else in the snipped ? The root is much longer than in my example..
{data[1]/journeys[1]/journey[1]/description[1]/reise[1]/verlauf[1]/reisetag[1]/inhalt[1]}An how should I create the output ?
Ive tried several variations like this, but nothing is working…[FOREACH({data[1]/journeys[1]/journey[1]/description[1]/reise[1]/verlauf[1]/reisetag})] [wpai_wpallimport_xml_row({inhalt[1]},{inhalt[1]/auszeichnung},{alltext[1]})] [ENDFOREACH]
Best regards
taroHello,
I have the same problem. When I select the field-type “Table” – there is no option to set colums or rows or a plus button. I can only see those fileds:
Feld-Anweisungen
Anweisungen für Autoren, wird beim Absenden von Daten angezeigt.Erforderlich?
Ja
NeinTabellenkopf
Optional
Ja
NeinBedingungen für Anzeige
Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] Importing CategoriesI have the same problem with the import to posts and a single category.
Every time allimport creates a new category. I′m not shure but I think it worked well until an update ? Could you please check it ?Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Show only future dates ?You are my hero !! It works ?? THaaaaank youuu!!
Is it possible to put a code somewhere in the template, that I dont have to change every shortcode ?
One more question … ?? Maybe you can help me as well..? It would save a lot of work:
Is it possible to import the dates with the Plugin WP ALL IMPORT via xml-import ? I tried some things, but it doesnt work..Thank you very much !!
TanjaForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sortierung nach Datum falschhaha you were faster ??
And I had a mistake in my post.Thank you !!!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sortierung nach Datum falschI solved the problem with:
“aoColumnDefs”: [ { “sType”: “date-eu”, “aTargets”: [ 4 ] } ]
now it works :-))
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sortierung nach Datum falschDear Tobias,
thank you for your reply.
I′ve done what you told me, and the problem with the forced sorting is solved, but if you scroll down the table, you will see that the dates are not sorted correctly:For examle:
02.10.2015
02.12.2014
03.01.2016
03.02.2015
03.03.2015
03.04.2015
03.10.2014Its only sorted by the day- not the month and year.
Best Regards
Tanja