I saved a elementor element on one site and exported it so I got a .json file.
When I want to upload that .json file on another website I get a Invalid File error.
What must I do to solve this?
]]>Does the Json file have all the data for all the bookings?
Can it be used as a backup, and be uploaded again?
Thanks
Kenny
Error: Parse error on line 1:
/* json2.js
^
Expecting ‘STRING’, ‘NUMBER’, ‘NULL’, ‘TRUE’, ‘FALSE’, ‘{‘, ‘[‘, got ‘undefined’
Can anyone check theirs for me or help me get this straightened out
my Jetpack is not connecting and I am worried about cross site scripting????
]]>I am having trouble trying to get a simple pie chart to work using dataloader and a json file in my local wordpress LAMP setup on my raspberry pi 3.
The default pie chart worked fine.
Then, I added the dataloader in the resources field:
https://www.amcharts.com/lib/3/amcharts.js
https://www.amcharts.com/lib/3/pie.js
https://www.amcharts.com/lib/3/plugins/dataloader/dataloader.min.js
The HTML field I left as is:
<div id="$CHART$" style="width: 100%; height: 300px;"></div>
The javascript field I changed to:
var $CHART$ = AmCharts.makeChart( "$CHART$", {
"type": "pie",
"dataLoader": {
"url": "test.json"
}
"valueField": "litres",
"titleField": "country"
} );
The test.json file is in the main wordpress folder (/var/www/html in my case, which is the same folder the ‘wp-login.php’ file is in) and can be loaded using the link https://192.168.2.45/test.json which results in:
[ {
"country": "Lithuania",
"litres": 501.9
}, {
"country": "Czech Republic",
"litres": 301.9
}, {
"country": "Ireland",
"litres": 201.1
}, {
"country": "Germany",
"litres": 165.8
}, {
"country": "Australia",
"litres": 139.9
}, {
"country": "Austria",
"litres": 128.3
}, {
"country": "UK",
"litres": 99
}, {
"country": "Belgium",
"litres": 60
}, {
"country": "The Netherlands",
"litres": 50
} ]
The result of the preview or a page implementing the shortcode for this charts results in a blank page.
I’ve tried a lot of things in the past two hours to get it to work but nothing is working.
Am I missing something here?
Thanks in advance, much appreciated.
Best regards,
Jonatan.
https://www.ads-software.com/plugins/amcharts-charts-and-maps/
]]>https://www.ads-software.com/plugins/custom-post-type-ui/
]]>The error:
An error occured: Cannot download JSON file at https://realfavicongenerator.net/files/36511e7f923925304a0a5a7e7f6fd254f78f8841/json_result.json: Connection timed out after 5000 milliseconds
I use WordPress 4.1 theme Hueman, and used the WP Dashboard to install the plugin. My site is not online yet. It is set to maintenance mode. I switched this off to see if that helpt, but alas!
I hope someone is able to help me resolve this problemen.
https://www.ads-software.com/plugins/favicon-by-realfavicongenerator/
]]>I’m using this plugin for my Json File, but I have two questions about it:
1) I have imported my Json file, but in backend and in frontend, the header of table is not displayed, why?
I not found any setting about it.
2) If the Json File was updated, I can see new value in my table automatically or I must import the file again?
This is my Json File:
[
{
"TIPO_UTENZA": "Senior",
"ENTE": "ROMA",
"NUMERO_DOMANDE": 5
},
{
"TIPO_UTENZA": "Child",
"ENTE": "MILANO",
"NUMERO_DOMANDE": 1
},
]
Thanks for all,
good work.
https://www.ads-software.com/plugins/tablepress/
]]>Is there some way to solve this issue. Been working on it for 3 days now to no avail
Thanx
Kicker