Spry Dataset Not Found Issue in Theme Directory
-
I can change the path by adding the WordPress function reference (below) to avoid this error:
“NetworkError: 404 Not Found – https://test3.dfigdesign.com/history.html” My WordPress version is
Here is the code to avoid this error – `<script type=”text/javascript”>
var ds1 = new Spry.Data.HTMLDataSet(“<?php bloginfo(‘template_directory’); ?>/history.html”, “history”);
ds1.setColumnType(“Content”, “html”);`but this creates another problem – when I do this, I get this negative result where it adds the # before the wp-content folder, like here:
https://test3.dfigdesign.com/#wp-content/themes/sprytheme/#history.html
My none WordPress example demonstrates what I’m trying to achieve, with your help please: https://test2.dfigdesign.com
- The topic ‘Spry Dataset Not Found Issue in Theme Directory’ is closed to new replies.