Title: JSON Parse and default.svg missing
Last modified: August 30, 2016

---

# JSON Parse and default.svg missing

 *  Resolved [Kuldeep Baghel](https://wordpress.org/support/users/kuldeep-baghel/)
 * (@kuldeep-baghel)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/json-parse-and-defaultsvg-missing/)
 * I activated the plugin and do some basic settings (eg. on AJAX Filter). Shop 
   AJAX filter not working for me. My wordpress version is 4.3.1 and woocommerce
   version is 2.4.6.
 *  Got errors in console:
 * “NetworkError: 404 Not Found – [http://124.124.87.45/MarcasBrands/wp-content/plugins/woocommerce-products-filter/img/loading-master/default.svg&#8221](http://124.124.87.45/MarcasBrands/wp-content/plugins/woocommerce-products-filter/img/loading-master/default.svg&#8221);
   
   default.svg SyntaxError: JSON.parse: unexpected character at line 1 column 2 
   of the JSON data
 * jquery….=1.11.3 (line 5, col 15990)
    “NetworkError: 404 Not Found – [http://124.124.87.45/MarcasBrands/wp-content/plugins/woocommerce-products-filter/img/loading-master/default.svg&#8221](http://124.124.87.45/MarcasBrands/wp-content/plugins/woocommerce-products-filter/img/loading-master/default.svg&#8221);
 * thanks in advance.
 * [https://wordpress.org/plugins/woocommerce-products-filter/](https://wordpress.org/plugins/woocommerce-products-filter/)

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/json-parse-and-defaultsvg-missing/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/json-parse-and-defaultsvg-missing/page/2/?output_format=md)

 *  Plugin Author [RealMag777](https://wordpress.org/support/users/realmag777/)
 * (@realmag777)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/json-parse-and-defaultsvg-missing/#post-6553148)
 * [http://clip2net.com/s/3nGQenJ](http://clip2net.com/s/3nGQenJ) – its works, I
   see it
 *  [PrattisDev](https://wordpress.org/support/users/prattisdev/)
 * (@prattisdev)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/json-parse-and-defaultsvg-missing/#post-6553277)
 * I’m missing this file to. I tried to download a fresh one off of here and still
   have the file missing. Is there a way I can download it
 *  Plugin Author [RealMag777](https://wordpress.org/support/users/realmag777/)
 * (@realmag777)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/json-parse-and-defaultsvg-missing/#post-6553278)
 * Hello
    * open index.php * find function wp_head * remove from there tag img with*.
   svg
 *  [sloantech](https://wordpress.org/support/users/sloantech/)
 * (@sloantech)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/json-parse-and-defaultsvg-missing/#post-6553280)
 * Please explain further… our Wordfence security plugin is catching a lot of requests
   for [http://www.frontiertactical.com/wp-content/plugins/woocommerce-products-filter/img/loading-master/default.svg](http://www.frontiertactical.com/wp-content/plugins/woocommerce-products-filter/img/loading-master/default.svg)(
   a 404 page) is this a hack attempt?
 *  Plugin Author [RealMag777](https://wordpress.org/support/users/realmag777/)
 * (@realmag777)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/json-parse-and-defaultsvg-missing/#post-6553281)
 * [@sloantech](https://wordpress.org/support/users/sloantech/)
    Hello * open index.
   php * find wp_head function * find there code `<img style="display: none;" src
   ="<?php echo WOOF_LINK ?>img/loading-master/<?php echo $this->settings['overlay_skin']?
   >.svg" alt="preloader" />` and remove it. It is svg code preloading but has logic
   errors for appearance, I resolved it for the next version of WOOF
 *  [Thanh Sang Nguyen](https://wordpress.org/support/users/ntsasng/)
 * (@ntsasng)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/json-parse-and-defaultsvg-missing/#post-6553299)
 * Same issue on Version 1.1.2
 *  Plugin Author [RealMag777](https://wordpress.org/support/users/realmag777/)
 * (@realmag777)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/json-parse-and-defaultsvg-missing/#post-6553300)
 * [@ntsasng](https://wordpress.org/support/users/ntsasng/)
 * 1.1.2 is not update, its fixed in 1.1.3
 *  [jsloan](https://wordpress.org/support/users/jsloan/)
 * (@jsloan)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/json-parse-and-defaultsvg-missing/#post-6553310)
 * FYI…I am on version 2.1.2 (from you,realmag777) and inside the plugin folder,
   in the index.php file I see:
 *  if (isset($this->settings[‘overlay_skin’])):
    ?> <img style=”display: none;”
   src=”<?php echo WOOF_LINK ?>img/loading-master/<?php echo $this->settings[‘overlay_skin’]?
   >.svg” alt=”preloader” /> <?php endif; ?>
 * Do I need to remove everything from if ‘(isset’ …on through ‘<?php endif; ?>’
 * or just remove:
    ‘<img style=”display: none;” src=”<?php echo WOOF_LINK ?>img/
   loading-master/<?php echo $this->settings[‘overlay_skin’] ?>.svg” alt=”preloader”/
   >’
 * which would leave:
    if ‘(isset($this->settings[‘overlay_skin’])): ?> <?php endif;?
   >’
 * We truly love your plugin and are wondering if you will update it soon to “play
   nice” with WordPress v4.4.1 (latest) as it current says it is only compatible
   up to WordPress v4.4.0
 * I look forward to your your reply.
 *  Plugin Author [RealMag777](https://wordpress.org/support/users/realmag777/)
 * (@realmag777)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/json-parse-and-defaultsvg-missing/#post-6553311)
 * [@jsloan](https://wordpress.org/support/users/jsloan/)
 * Yes, remove
 *     ```
       if (isset($this->settings['overlay_skin'])):
       ?>
       <img style="display: none;" src="<?php echo WOOF_LINK ?>img/loading-master/<?php echo $this->settings['overlay_skin'] ?>.svg" alt="preloader" />
       <?php endif; ?>
       ```
   
 * WOOF compatible with 4.4.1. 4.4.1 has fixes [https://codex.wordpress.org/Version_4.4.1](https://codex.wordpress.org/Version_4.4.1)
   which doesn have relation to WOOF so you can update and play with it …
 *  [jsloan](https://wordpress.org/support/users/jsloan/)
 * (@jsloan)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/json-parse-and-defaultsvg-missing/#post-6553312)
 * I tried removing the code you specified, and it killed my site. What I got was:“
   Parse error: syntax error, unexpected ‘<‘ in /home/frontiertactica1/public_html/
   wp-content/plugins/woocommerce-products-filter/index.php on line 732”
 * So I put back the copy of the original index.php file
 * Site is back up, but what are my options now? Wait for plugin update?
 *  Plugin Author [RealMag777](https://wordpress.org/support/users/realmag777/)
 * (@realmag777)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/json-parse-and-defaultsvg-missing/#post-6553313)
 * Just update now to 1.1.3.1 and read this after that: [http://www.woocommerce-filter.com/migration-v-2-1-2-or-1-1-2-and-lower-to-2-1-3-or-1-1-3-and-higher/](http://www.woocommerce-filter.com/migration-v-2-1-2-or-1-1-2-and-lower-to-2-1-3-or-1-1-3-and-higher/)
 * Update will be next: I will open readme.txt and will change compatibility index
   to 4.4.1 – that is all. No any code changes will…
 *  [jsloan](https://wordpress.org/support/users/jsloan/)
 * (@jsloan)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/json-parse-and-defaultsvg-missing/#post-6553314)
 * I up(down?)graded from 2.1.3 to 1.1.3.1 as you suggested. **(I lost my Premium
   version from CodeCanyon???)** When I hit the ‘Save Changes’ OR ‘Reset Items Order’
   I am directed to a 404 page [http://www.frontiertactical.com/wp-admin/admin.php?page=wc-settings&tab=woof](http://www.frontiertactical.com/wp-admin/admin.php?page=wc-settings&tab=woof)
 * The filter partially works but when I filter by price only, the Reset button 
   does not appear. If I filter by Caliber or Price and Caliber, the Reset button
   will appear.
 * Also the ‘label filter by price’ should be ‘Filter by Price’ but I don’t see 
   where to modify the label.
 *  Plugin Author [RealMag777](https://wordpress.org/support/users/realmag777/)
 * (@realmag777)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/json-parse-and-defaultsvg-missing/#post-6553315)
 * [@jsloan](https://wordpress.org/support/users/jsloan/)
 * Why you not told me that you have premium version? This forum only for free version
   of WOOF, so you should write directly on support here: [http://codecanyon.net/item/woof-woocommerce-products-filter/11498469/support](http://codecanyon.net/item/woof-woocommerce-products-filter/11498469/support)
 * Now get your copy here [http://codecanyon.net/downloads](http://codecanyon.net/downloads)
   and install 2.1.3.1 from downloaded zip …
 * _404_ – [http://currency-switcher.com/when-i-save-the-plugins-settings-i-get-error-403/](http://currency-switcher.com/when-i-save-the-plugins-settings-i-get-error-403/)
 * With another troubles write me here please: [http://codecanyon.net/item/woof-woocommerce-products-filter/11498469/support](http://codecanyon.net/item/woof-woocommerce-products-filter/11498469/support)
   
   + read and do this: [http://www.woocommerce-filter.com/migration-v-2-1-2-or-1-1-2-and-lower-to-2-1-3-or-1-1-3-and-higher/](http://www.woocommerce-filter.com/migration-v-2-1-2-or-1-1-2-and-lower-to-2-1-3-or-1-1-3-and-higher/)
 *  [jsloan](https://wordpress.org/support/users/jsloan/)
 * (@jsloan)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/json-parse-and-defaultsvg-missing/#post-6553316)
 * My apologies. I will contact you through codecanyon support.
 *  Plugin Author [RealMag777](https://wordpress.org/support/users/realmag777/)
 * (@realmag777)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/json-parse-and-defaultsvg-missing/#post-6553319)
 * Hello Joshua
 * Good, waiting for your request …

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/json-parse-and-defaultsvg-missing/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/json-parse-and-defaultsvg-missing/page/2/?output_format=md)

The topic ‘JSON Parse and default.svg missing’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-products-filter/assets/icon-256x256.png?rev=
   2844301)
 * [HUSKY - Products Filter Professional for WooCommerce](https://wordpress.org/plugins/woocommerce-products-filter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-products-filter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-products-filter/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-products-filter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-products-filter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-products-filter/reviews/)

## Tags

 * [Ajax Filter](https://wordpress.org/support/topic-tag/ajax-filter/)

 * 17 replies
 * 6 participants
 * Last reply from: [RealMag777](https://wordpress.org/support/users/realmag777/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/json-parse-and-defaultsvg-missing/page/2/#post-6553321)
 * Status: resolved