Skip to content

Commit c104345

Browse files
committed
Update README.md
1 parent 0e3fb83 commit c104345

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ For CDN please use CloudFlare [`http://cdnjs.cloudflare.com/ajax/libs/jquery-eas
88

99
If you're coming here because of a popup on your site I'm sorry, but the increased [hotlinking](https://simple.wikipedia.org/wiki/Hotlinking) has caused me issues with my hosting company so I'm taking steps to try and sort it out. Please upload the script to your own server and update any urls pointing to `gsgd.co.uk` to use that version of the file or you could try using the above url for CDN (though this currently only has the 1.3 easing script, look at http://cdnjs.com/ for more info and maybe try and add any missing files/versions still in use).
1010

11+
It's as simple as changing:
12+
13+
`<script type="text/javascript" src="http://gsgd.co.uk/sandbox/jquery/easing/jquery.easing.1.3.js"></script>`
14+
15+
to:
16+
17+
`<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>`
18+
19+
or the same file uploaded to your server. This needs to be done for all html pages or templates that you're seeing the popup on.
20+
1121
Please also note, I have _no problem_ with _anyone's_ use of the plugin without my knowledge or permission, it's just the [hotlinking](http://altlab.com/hotlinking.html) that's causing me a headache.
1222

1323
If you email me at hotlinking@gsgd.co.uk I'm happy to try and exclude your website while you sort this out though I can't guarantee how long it'll take me to get through all the requests. Please follow these two simple steps on how to format your email:
@@ -18,11 +28,15 @@ If you email me at hotlinking@gsgd.co.uk I'm happy to try and exclude your websi
1828

1929
### Still none the wiser?
2030

21-
If you have no idea why your site is hotlinking my script it's likely because a theme or other plugin you're using on your website has included it for you. Your best bet is to ask the person who set up your website to help you remove it. You could also contact the plugin/theme author to ensure they update the plugin (especially if it's not free).
31+
If you have no idea why your site is hotlinking my script it's likely because a theme or other plugin you're using on your website has included it for you. Your best bet is to ask the person who set up your website to help you remove it. You could also contact the plugin/theme author to ensure they update the plugin (especially if you paid for it).
32+
33+
If you're having trouble with your web design company, please be aware this isn't a big change for them, it shouldn't be something that takes longer than 10-15 minutes for them to change and, in my opinion, probably shouldn't be something they should charge you for. There are instructions and people offering paid help to remove the hotlink if you have lost contact with your site creator, searching via your favourite search engine will probably bring up one or two.
2234

2335
Many thanks
2436
George
2537

38+
Following are some specific removal instructions for various themes and plugins:
39+
2640
## WP ACCORDION SLIDER users:
2741

2842
Good walkthrough on how to remove from WP ACCORDION SLIDER http://serpastian.blogspot.co.uk/2013/04/please-stop-hotlinking-my-easing-script.html might help other wordpress users as well.

0 commit comments

Comments
 (0)